@media screen and (max-width: 500px) {
    section.slides {
        position: relative;
        height: 250px;
        width: 100%;
        overflow: hidden;
    }
    section.slides .wrap {
        font-family: 'Open Sans', sans-serif;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
    }
    section.slides .wrap h1 {
        margin: 0 0 0 0;
        padding: 100px 0 0 0;
        text-align: center;
        font-weight: lighter;
        font-size: 65px;
        line-height: 40px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }
    section.slides .wrap h1 span {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
    }
    section.slides .wrap h1 span b {
        font-size: 21px;
    }
    section.slides video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden;
    }
    section.vid {
        overflow: auto;
        font-family: 'Open Sans', sans-serif;
        padding: 30px 0;
        box-sizing: border-box;
        width: 100%;
        overflow: auto;
        display: inline-block;
    }
    section.vid h1 {
        margin: 0 0 30px 0;
        font-size: 25px;
        text-align: center;
    }
    section.vid h2 {
        font-size: 15px;
        text-align: center;
        width: 100%;
        max-width: 700px;
        margin-bottom: 30px;
    }
    section.vid .wrap {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    section.vid video {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        display: block;
    }
    section.vid video source {}
    section.info {
        width: 100%;
        padding: 30px 2%;
        box-sizing: border-box;
        overflow: auto;
        background-color: darkgray;
    }
    section.info .wrap {
        width: 100%;
        margin: 0 auto;
        display: table-row;
    }
    section.info .wrap a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        background-color: dimgray;
        text-decoration: none;
        color: white;
        float: left;
        height: auto;
        margin: 0 2.5% 20px 2.5%;
        min-height: 65px;
        padding: 30px 5%;
        width: 35%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }
    section.info .wrap a:nth-of-type(even) {
        background-color: #730c27;
    }
    section.welcome {
        width: 100%;
        overflow: auto;
        margin: 0px 0;
    }
    section.welcome .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1200px;
    }
    section.welcome .wrap .image {
        width: 100%;
        height: 150px;
        background-image: url(images/about_welcome_bg.jpg);
        background-repeat: no-repeat;
        background-position: center 30%;
        background-size: 100% auto;
        box-sizing: border-box;
    }
    section.welcome .wrap .text {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        padding: 0 2%;
        box-sizing: border-box;
    }
    section.welcome .wrap .text h1 {
        font-size: 30px;
        margin-top: 0;
    }
    section.welcome .wrap .text h2 {
        font-weight: lighter;
        font-size: 16px;
    }
    section.numbers {
        width: 100%;
        overflow: auto;
        margin-bottom: 30px;
        padding-top: 30px;
        background-color: darkgrey;
        width: 100%;
        overflow: auto;
    }
    section.numbers h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
    }
    section.numbers ul {
        margin: 40px auto 0px auto;
        overflow: auto;
        width: 100%;
        display: block;
        padding: 0;
    }
    section.numbers ul li {
        list-style-type: none;
        float: left;
        display: block;
        height: 150px;
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }
    section.numbers ul li p {
        width: 100%;
        text-align: center;
        color: white;
        font-family: 'Open Sans', sans-serif;
    }
    section.numbers ul li p:nth-of-type(1) {
        font-size: 40px;
        margin: 8px 0;
        font-weight: bold;
    }
    section.numbers ul li p:nth-of-type(2) {
        font-size: 15px;
        width: 100%;
    }
    section.training {
        width: 100%;
        overflow: auto;
        background-image: url(images/staff.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.training .inner {
        height: 100%;
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
        background-color: #000000c9;
    }
    section.training .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1100px;
        color: white;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }
    section.training .wrap h1 {
        font-size: 30px;
    }
    section.training .wrap p {
        font-size: 14px;
    }
    section.training .wrap .image {
        height: 250px;
        width: 100%;
        background-image: url(images/staff.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 80px;
    }
    section.explore {}
    section.explore .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1000px;
        height: auto;
        padding: 30px 5%;
        box-sizing: border-box;
    }
    section.explore .wrap .image {
        width: 100%;
        height: 100%;
        background-image: url(images/about_lab_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.explore .wrap .info {
        padding: 0 0 0 0;
        box-sizing: border-box;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
    }
    section.explore .wrap .info h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
        padding: 0;
    }
    section.explore .wrap .info p {
        font-size: 15px;
        width: 100%;
        display: inline-block;
    }
    section.explore .wrap .info a {
        padding: 10px 0;
        width: 70%;
        text-align: center;
        font-size: 15px;
        background-color: #730c27;
        color: white;
        border-radius: 5px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-decoration: none;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        display: block;
    }
}
@media screen and (min-width: 501px) and (max-width: 720px) {
    section.slides {
        position: relative;
        height: 250px;
        width: 100%;
        overflow: hidden;
    }
    section.slides .wrap {
        font-family: 'Open Sans', sans-serif;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
    }
    section.slides .wrap h1 {
        margin: 0 0 0 0;
        padding: 100px 0 0 0;
        text-align: center;
        font-weight: lighter;
        font-size: 65px;
        line-height: 40px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }
    section.slides .wrap h1 span {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
    }
    section.slides .wrap h1 span b {
        font-size: 21px;
    }
    section.slides video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden;
    }
    section.vid {
        overflow: auto;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 80px;
    }
    section.vid h1 {
        font-size: 40px;
        text-align: center;
    }
    section.vid h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin: 0 auto 50px auto;
        max-width: 700px;
    }
    section.vid .wrap {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    section.vid video {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        display: block;
    }
    section.vid video source {}
    section.info {
        width: 100%;
        padding: 30px 2%;
        box-sizing: border-box;
        overflow: auto;
        background-color: darkgray;
    }
    section.info .wrap {
        width: 80%;
        margin: 0 auto;
        /* display: table-row; */
    }
    section.info .wrap a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        background-color: dimgray;
        text-decoration: none;
        color: white;
        float: left;
        height: auto;
        margin: 0 2.5% 20px 2.5%;
        min-height: 65px;
        padding: 30px 5%;
        width: 35%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }
    section.info .wrap a:nth-of-type(even) {
        background-color: #730c27;
    }
    section.welcome {
        width: 100%;
        overflow: auto;
        margin: 0px 0;
    }
    section.welcome .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1200px;
    }
    section.welcome .wrap .image {
        width: 100%;
        height: 150px;
        background-image: url(images/about_welcome_bg.jpg);
        background-repeat: no-repeat;
        background-position: center 30%;
        background-size: 100% auto;
        box-sizing: border-box;
    }
    section.welcome .wrap .text {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        padding: 0 2%;
        box-sizing: border-box;
    }
    section.welcome .wrap .text h1 {
        font-size: 30px;
        margin-top: 0;
    }
    section.welcome .wrap .text h2 {
        font-weight: lighter;
        font-size: 16px;
    }
    section.numbers {
        width: 100%;
        overflow: auto;
        margin-bottom: 30px;
        padding-top: 30px;
        background-color: darkgrey;
        width: 100%;
        overflow: auto;
    }
    section.numbers h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
    }
    section.numbers ul {
        margin: 40px auto 0px auto;
        overflow: auto;
        width: 100%;
        display: block;
        padding: 0;
    }
    section.numbers ul li {
        list-style-type: none;
        float: left;
        display: block;
        height: 150px;
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }
    section.numbers ul li p {
        width: 100%;
        text-align: center;
        color: white;
        font-family: 'Open Sans', sans-serif;
    }
    section.numbers ul li p:nth-of-type(1) {
        font-size: 40px;
        margin: 8px 0;
        font-weight: bold;
    }
    section.numbers ul li p:nth-of-type(2) {
        font-size: 15px;
        width: 100%;
    }
    section.training {
        width: 100%;
        overflow: auto;
        background-image: url(images/staff.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.training .inner {
        height: 100%;
        width: 100%;
        background-color: #000000c9;
    }
    section.training .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1100px;
        color: white;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }
    section.training .wrap h1 {
        font-size: 40px;
    }
    section.training .wrap p {
        font-size: 18px;
    }
    section.training .wrap .image {
        height: 250px;
        width: 100%;
        background-image: url(images/staff.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 80px;
    }
    section.explore {}
    section.explore .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1000px;
        height: auto;
        padding: 30px 5%;
        box-sizing: border-box;
    }
    section.explore .wrap .image {
        width: 100%;
        height: 100%;
        background-image: url(images/about_lab_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.explore .wrap .info {
        padding: 0 0 0 0;
        box-sizing: border-box;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
    }
    section.explore .wrap .info h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
        padding: 0;
    }
    section.explore .wrap .info p {
        font-size: 15px;
        width: 100%;
        display: inline-block;
    }
    section.explore .wrap .info a {
        padding: 10px 0;
        width: 70%;
        text-align: center;
        font-size: 15px;
        background-color: #730c27;
        color: white;
        border-radius: 5px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-decoration: none;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        display: block;
    }
}
@media screen and (min-width: 721px) {
    section.slides {
        position: relative;
        height: 450px;
        width: 100%;
        overflow: hidden;
    }
    section.slides .wrap {
        font-family: 'Open Sans', sans-serif;
        padding-top: 100px;
        height: 100%;
        box-sizing: border-box;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
    }
    section.slides .wrap h1 {
        text-align: center;
        font-weight: lighter;
        font-size: 80px;
        line-height: 75px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }
    section.slides .wrap h1 span {
        font-size: 60px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
    }
    section.slides video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden;
    }
    section.vid {
        overflow: auto;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 80px;
    }
    section.vid h1 {
        font-size: 40px;
        text-align: center;
    }
    section.vid h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin: 0 auto 50px auto;
        max-width: 700px;
    }
    section.vid .wrap {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    section.vid video {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        display: block;
    }
    section.vid video source {}
    section.info {
        width: 100%;
        padding: 40px 0;
        box-sizing: border-box;
        overflow: auto;
        background-color: darkgray;
    }
    section.info .wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        height: 150px;
        display: table;
    }
    section.info .wrap a {
        font-family: 'Open Sans', sans-serif;
        background-color: dimgray;
        text-decoration: none;
        color: white;
        float: left;
        height: 100%;
        padding: 50px 20px;
        box-sizing: border-box;
        width: 25%;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    section.info .wrap a:nth-of-type(even) {
        background-color: #730c27;
    }
    section.welcome {
        width: 100%;
        overflow: auto;
        margin: 100px 0;
    }
    section.welcome .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1200px;
    }
    section.welcome .wrap .image {
        width: 55%;
        height: 500px;
        float: left;
        background-image: url(images/about_welcome_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-right: 5%;
        box-sizing: border-box;
    }
    section.welcome .wrap .text {
        width: 40%;
        float: left;
        font-family: 'Open Sans', sans-serif;
    }
    section.welcome .wrap .text h1 {
        font-size: 30px;
        margin-top: 0;
    }
    section.welcome .wrap .text h2 {
        font-weight: lighter;
        font-size: 16px;
    }
    section.numbers {
        width: 100%;
        overflow: auto;
        margin-bottom: 100px;
        padding-top: 50px;
        background-color: darkgrey;
        width: 100%;
        overflow: auto;
    }
    section.numbers h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
    }
    section.numbers ul {
        margin: 40px auto 0px auto;
        height: 250px;
        overflow: auto;
        width: 100%;
        display: block;
        max-width: 1200px;
        padding: 0;
    }
    section.numbers ul li {
        list-style-type: none;
        float: left;
        display: block;
        height: 200px;
        width: 25%;
        padding: 0 20px;
        box-sizing: border-box;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }
    section.numbers ul li p {
        width: 100%;
        text-align: center;
        color: white;
        font-family: 'Open Sans', sans-serif;
    }
    section.numbers ul li:hover {
        height: 250px;
        margin-top: -25px;
    }
    section.numbers ul li p:nth-of-type(1) {
        font-size: 60px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    section.numbers ul li p:nth-of-type(2) {
        font-size: 17px;
        width: 100%;
    }
    section.training {
        width: 100%;
        overflow: auto;
        background-image: url(images/staff.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.training .inner {
        height: 100%;
        width: 100%;
        background-color: #000000c9;
    }
    section.training .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1100px;
        color: white;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }
    section.training .wrap h1 {
        font-size: 40px;
    }
    section.training .wrap p {
        font-size: 18px;
    }
    section.training .wrap .image {
        height: 250px;
        width: 100%;
        background-image: url(images/staff.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 80px;
    }
    section.explore {}
    section.explore .wrap {
        margin: 0 auto;
        width: 100%;
        overflow: auto;
        max-width: 1000px;
        height: 400px;
        padding: 80px 0;
    }
    section.explore .wrap .image {
        width: 60%;
        float: left;
        height: 100%;
        background-image: url(images/about_lab_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.explore .wrap .info {
        padding: 0 0 0 50px;
        box-sizing: border-box;
        width: 40%;
        float: left;
        font-family: 'Open Sans', sans-serif;
    }
    section.explore .wrap .info h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 40px;
        padding: 0;
    }
    section.explore .wrap .info p {}
    section.explore .wrap .info a {
        padding: 15px 20px;
        background-color: #730c27;
        color: white;
        border-radius: 5px;
        width: auto;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-decoration: none;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    }
}
