﻿@media (min-width: 768px) {
    .carousel-inner {
        margin-top: 45px;
        overflow: visible;
    }

    .carousel-item {
        position: relative;
        top: 10px;
        width: 100%;
    }

    .slide1 a {
        font-size: 50px;
        color: aliceblue;
    }

    .slide2 a {
        text-align: left;
        font-size: 50px;
        color: aliceblue;
    }

    .slide3 a {
        font-size: 50px;
        color: aliceblue;
    }

    .slide4 a {
        text-align: right;
        font-size: 50px;
        color: aliceblue;
    }
}

@media (max-width: 768px) {
    .hero-vid {
        position: relative;
        left: -250px;
        top: 0px;
        width: 960px;
        height: 540px;
        display: block;
    }

    .carousel-inner {
        margin-top: 55px;
        overflow: visible;
    }

    .carousel-item {
        width: 100%;
    }

    .slide1 a {
        font-size: 40px;
        color: aliceblue;
    }

    .slide2 a {
        text-align: left;
        font-size: 40px;
        color: aliceblue;
    }

    .slide3 a {
        font-size: 35px;
        color: aliceblue;
    }

    .slide4 a {
        text-align: right;
        font-size: 40px;
        color: aliceblue;
    }
}

@media (max-width: 480px) {
    .UpdatesTitle {
        font-size: 35px;
    }

    .sketchfab-embed-wrapper iframe{
        font-size: 20px;
        color: #ff0000;
    }

    .MainMenuHeading {
        font-size: 25px;
    }

    .carousel-inner {
        margin-top: 10px;
        overflow: visible;
    }

    .news-heading {
        font-size: 15px;
    }

    .navbar-brand {
        font-size: 20px;
        color: #00ffff;
    }

    .carousel-item {
        height: 500px;
        overflow: visible;
    }

    .hero-vid {
        position: relative;
        left: -250px;
        top: 0px;
        width: 960px;
        height: 540px;
        display: block;
    }

    .emb-ytv {
        height: auto;
        background: #0094ff;
        /*width: 300px;*/
    }

    .sfembed{
        height:auto;
        width:auto;
        text-align: center;
        overflow: hidden;
    }

    .gallery-scul {
        height: 125px;
        overflow: hidden;
        text-align: center;
        position: center;
    }


    .carousel-inner {
        margin-top: 55px;
        overflow: visible;
    }

    .carousel-item {
        width: 100%;
        overflow: hidden;
    }

    .slide1 a {
        font-size: 30px;
        color: aliceblue;
    }

    .slide2 a {
        text-align: left;
        font-size: 30px;
        color: aliceblue;
    }

    .slide3 a {
        font-size: 30px;
        color: aliceblue;
    }

    .slide4 a {
        text-align: right;
        font-size: 30px;
        color: aliceblue;
    }
}
