html {
    margin: 0px;
    padding: 0px;
}

body {
    font: 16px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

.navbar {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
}

.navbar-inverse .navbar-brand {
    color: #FC2E27;
    font-weight: 600;
}

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:visited {
        color: #FC2E27;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff;
}

.container-fluid {
    padding: 6% 5%;
}

.bg-grey {
    background-color: #f6f6f6;
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
}

h3 {
    font-size: 21px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
}

h5 {
    font-size: 17px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

hr {
    width: 300px;
}

.logo, .myIcon {
    color: #FC2E27;
    font-size: 150px;
}

.myIcon-small {
    color: #FC2E27;
    font-size: 72px;
}

.jumbotron {
    background-color: #008285;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
    text-align: center;
}

    .jumbotron h1 {
        font-weight: 600;
        color: #FC2E27;
        font-family: Montserrat, sans-serif;
    }

    .jumbotron h2 {
        font-weight: 400;
        color: #fff;
        font-family: Montserrat, sans-serif;
    }

    .jumbotron h3 {
        font-weight: 200;
        color: #303030;
        font-family: Montserrat, sans-serif;
        margin-top: 40px;
    }

    .btn-success , .btn-success:visited  {
        background-color: #FC2E27;
        background-image: none;
        border: 1px solid #fff;
    }

    .btn-success:hover {
        background-color: #fff;
        color: #FC2E27;
        font-weight: 500;
        background-image: none;
        border: 1px solid #FC2E27;
    }

.techIcon {
    width: 80px;
    height: 80px;
}

#aFrameLogo {
    height: 80px;
}

.glyphicon-play-circle {
    font-size: 810%;
}

#proofOfConcept {
    background-image: url(https://images.unsplash.com/photo-1517461982853-d9e4fa425852?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=c717a27f0636b8b21d845d11b3f6bdde&auto=format&fit=crop&w=1050&q=80);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

#proofOfConcept .row {
    padding: 5%;
}

#proofOfConcept h2 {
    color: #FC2E27;
    font-weight: 800;
    font-size: 30px;
}

#proofOfConcept h3 {
    color: #fff;
}

#proofOfConcept a {
    text-shadow: 0px 0px 30px white,0px 0px 30px white, 0px 0px 30px white,0px 0px 10px #553300, 0px 0px 10px #553300;
}

#proofOfConcept a:hover {
    color: #fff;
}

#proofOfConcept a:visited {
    color: #008285;
    text-underline-position: unset;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #FC2E27;
}

.carousel-indicators li {
    border-color: #FC2E27;
}

    .carousel-indicators li.active {
        background-color: #FC2E27;
    }

.panel h2 {
    color: #fff;
}

.member {
    text-align: center;
    padding: 5%;
    border: 1px solid #FC2E27;
    border-radius: 0;
    background-color: #fff;
}

    .member img {
        width: 100%;
        height: 100%;
    }

    .member h3 {
        color: #FC2E27;
    }

.item h4 {
    color: #fff;
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    width: 100%;
    border: 1px solid #FC2E27;
    border-radius: 0;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-heading {
    color: #FC2E27;
    background-color: #008285;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #444;
}

footer .glyphicon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #FC2E27;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .navbar {
        font-size: 9px;
    }

    #xAPIlogo {
        height: 70px;
        width: 120px;
    }

     .member {
        margin-bottom: 15px;
    }

     .container-fluid{
         padding: 5%;
     }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }

   .jumbotron > h2 {
       visibility: hidden;
       font-size: 1px;
   }
}
