@import url(https://fonts.googleapis.com/css?family=Pontano+Sans);
#home .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

body {
    font-family: 'Ostrich Sans';
    font-weight: 400;
    position: relative;
    overflow-x: hidden !important;
}

.main p {
    font-family: 'Pontano Sans', sans-serif;
}

.main h2 {
    font-size: 40px;
    font-weight: 800;
    padding-top: 55px;
}

.main h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 20px;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 10px;
}

@media only screen and (max-width: 420px) {
    .main h3 {
        background-attachment: scroll;
    }
}

.main h3:hover {
    opacity: .8;
}

a {
    color: black;
}

a:visited {
    color:black;
    text-decoration: none;
        
}

a:hover,
a:focus,
a:active {
    color: black;
    text-decoration: none;
}


.project-description li a {
    text-decoration: underline;
    font-weight: 800;
}

.project-description li a:hover{
  color: grey;
}

.project .carousel .item {
    height: 400px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 420px) {
    .project .carousel .item {
        height: 250px;
    }
}

.project .carousel .item img {
    height: 100%;
    margin: auto;
    margin-top: 10px;
    max-width: none;
}

.project .carousel .item iframe {
    display: block;
    height: 100%;
    margin: auto;
    margin-top: 10px;
}


.project img {
    padding-bottom: 10px;
    padding-top: 10px;
}

.project-description {
    margin-top: 10px;
}

.project-description p {
    font-size: 80%;
    line-height: 180%;
}

strong {
    font-weight: 800;
}

h3 img {
    padding-right: 10px;
}

#computation-section h3 {
    padding: 10px;
}

.navbar {
    border-radius: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 208px;
}

@media only screen and (max-height: 420px) {
    .navbar {
        margin-top: 50px;
    }
}

h5 {
    font-weight: 800;
}

header .inbody {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}



header .navbar.inbody {
    padding-top: 0;
    padding-bottom: 0;
}

.hidden {
    display: none;
}

header .navbar-brand {
    font-size: 50px;
}

@media only screen and (max-width: 420px) {
    header .navbar-brand {
        font-size: 27px;
    }
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #DDD;
}

header .navbar-default .navbar-brand {
    color: white;
    font-weight: 800;
}

header .navbar-default .navbar-brand a:hover {
    color: white;
    font-weight: 800;
}

header .navbar {
    padding: 40px 0;
    transition: all 0.5s ease-out;
}

header .navbar-default .navbar-nav a {
    color: white;
    font-size: 35px;
}

header .navbar-default .navbar-nav a:hover {
    color: #DDD;
    background: transparent;
}

#socialmediafooter {
    min-height: 20px;
    line-height: 0;
}


footer {
  
      background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease-out;
     text-align: center;
    opacity: 0;
}

.footer-inbody {
   
     opacity: 1;
}



footer  .navbar-nav {
    margin: 0;
      display: inline-block;
    float: none;
    
}

footer ul {
   margin-bottom: 0px;
}

footer .navbar-nav li {
    float:left;
}



footer .navbar-nav a{
     transition: all 0.5s ease-out;
    padding: 10px;
    
     color:white;
}

 .footer-atbottom .navbar-nav a {
     padding: 15px;
     font-size: 19px;
}


footer .navbar-nav a:link {
     color:white;
    background: transparent;
}

footer .navbar-nav a:visited {
     color:white;
    background: transparent;
}

footer .navbar-nav a:hover {
    color: #DDD;
    background: transparent;
}

footer .navbar-nav a:active {
    color: #DDD;
    background: transparent;
}



.gallery img {
    width: 100%;
    padding: 10px;
}



.clearbtm{
    height:100px;
    display: block;
    width:100%;
    
}

header .navbar-default .navbar-nav .active a {
    color: #CCC;
    background: transparent;
}

header .navbar-default .navbar-nav .active a:hover {
    color: #DDD;
    background: transparent;
}