/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  body {
    font-size: 1.6em;
  }
  .title {
    font-size: 40px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 320px) {
  body {
    font-size: 1.1em;
  }
  .title {
    font-size: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  body {
    font-size: 1.4em;
  }
  .title {
    font-size: 30px;
  }
}

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 250px;
  font-family: 'Cabin', sans-serif;
}

h1,h3,h2,h4,h5 {
  font-family: 'OpenSans', serif;
}



.font-content {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
}

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}

.padding-top-6 {
  padding-top: 6px;
}

.padding-0 {
  padding:0;
}

.margin-0 {
  margin: 0;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-5 {
  margin-top: 5px;
}

.display-none {
  display:none;
}

.header-img {
  width: 100%;
  height: auto;
}

.lw-theader {
  background-color:#023560;
  color:#FFF;
}

.gradient {
  box-shadow: 0 8px 6px -6px black;
  height:5px;
  margin: 0;
  padding: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.navbar {
  margin-bottom: 0;
  font-size:16px;
}

.home-paragraph {
  width:80%;
  text-align:justify;
  margin: 0 auto;
}

.cursor-pointer {
  cursor:pointer;
}

.title-underline {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom:20px;
  box-sizing: border-box;
}

.title {
  border-bottom: 1px solid #316ec8;
  padding-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  font-size:2rem;
  margin-right: 0;
  top: 11px;
  font-family: 'OpenSans', serif;
}

.post-item {
 width: 150px;
 overflow: hidden;
 border-bottom: 3px solid #316ec8;
}

.post-item img {
  max-width: 100%;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.post-item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pub-item {
  width: 100px;
  overflow: hidden;
  border-bottom: 3px solid #316ec8;
 }
 
 .pub-item img {
   max-width: 100%;
   

    }


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #f6f6f6;
  border-top: 1px solid #D3D3D3;

  padding-top:30px;
}

.small-img {
  width:150px;
  height:auto;
}

.green-border {
  border-bottom: 3px solid #8cae11;
}

.pager * {
    border-radius: 0 !important;
}


.img-thumbnail {
  width: 120px;
  max-height: 180px;

}

.well {
  border-radius: 0 !important;
  background: #f6f6f6
}

.top-intro-text {
  box-shadow: 0 4px 6px -6px black;
 

}


.navbar {
  border-radius: 0;
  border-bottom:0;
}

.special-lecture {
  background: rgba(0, 255, 0, 0.25) !important;
}

.workshop {
  background: rgba(255, 238, 204, 1) !important;
}

.table {
    width: 100%;
    table-layout: auto;
}