body {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
    padding-bottom: 40px;
}

html {
    width: 100%;
    height: 100%;
}


.home-section {
    padding-top: 100px;
    padding-bottom: 70px;
    display: block;
    position:relative;
    z-index: 120;
}

.content-section {
    padding-top: 100px;
    padding-bottom: 230px;
    display: block;
    position:relative;
    z-index: 120;
}

.home-section .page-scroll {
    text-align: center;
}

.home {
    width: 100%;
    position: relative;
}

/* small caps titles */
.headings {
    font-variant: small-caps;
    white-space: nowrap;
}

.topnav {
    color: #666;
}

.topnav a:hover{
    text-decoration: underline;
}

.arrows {
    font-size: 30px;
    font-weight: bold;
    margin-top: 70px;

}

/* Container Nav Style */
.containerNav a {
    color: #666;
    /*color: @gray-darker;*/
    text-decoration: none;
    border: none;
}
.containerNav span {
    cursor: pointer;
    text-decoration: none;
    border: none;
    
}

.containerNav span:hover {
    text-decoration: underline;
}

.containerNav {
    margin: 20px;
    padding: 0px;
    height: 20px;
    text-align: center; 
    text-decoration: none;
}

.containerNavLeg {
    font-size: 17px;
    font-weight: bold;    
}

.links {
    margin-left: 10px; 
    margin-top: 20px;
    font-size: small;
}


/* Custom page footer */
.footer {
  padding-top: 12px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}


.nav a:hover, .test i:hover {
    color: black;
}

.test a:hover {
    color: black;
    text-decoration: none;
}

.test i {
    color: #777;
    text-decoration: none;
}


.pubs {
    /*height: 600px;*/
    margin-top: 20px;
    margin-bottom: 30px;    
}

#pubNav span, .pubs ul {
    font-size: small;
}

.description {
    height: 200px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.myimgs {
    width: 200px; 
    height: 200px;
}


/*#main-container {
    -webkit-transform: translateZ(2);
    -webkit-backface-visibility: hidden;
}
*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 900px;*/
  /*background-color: #777;*/
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}