.icon{
    fill: #1D1D2D;
}

.clicky{
    cursor: pointer;
}

.banner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.banner li {
    display: inline;
}

.loader{
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

.hidden{
    display: none;
}

@media (max-width: 767px)
{
    .banner {
        width: 100%;
        height: 200px;
        padding: 0;
    }

    .video{
        max-width: 290px;
        max-height: 110px;
        width: 90%;
        margin: 0 auto;
    }

    .video video {
        width: 100%;
        max-height: 110px;
    }

    #follow{
        max-width: 290px;
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .youtube{
        max-width: 290px;
        max-height: 160px;
        width: 100%;
        margin: 0  auto 1em auto;
    }

    .youtube #ytframe{
        width: 290px;
        height: 160px;
    }


    .instagram{
        max-width: 290px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }

    .instagram img{
        max-width: 290px;
        max-height: 290px;
        width: 100%;
    }

    .instatitle{
        background-color: dimgrey;
        color: white;
        font-size: large;
        opacity: 0.7;
        margin-top: -1em;
        padding-left: 1em;
        padding-right: 1em;
        position: absolute;
        top: 45px;
    }

    .twitter{
        max-width: 290px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }

    #contact{
        max-width: 290px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }

    #about{
        max-width: 290px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }
}

@media (min-width: 767px)
{
    body{
        background-image: url("/img/bg_hd.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        background-attachment: fixed;
    }

    .banner{
       width: 100%;
       height: 220px;
       padding: 0;
    }

    .container{
        max-width: 579px;
        margin-left: auto;
        margin-right: auto;

    }
    .box {
         background-color: white;
         margin-top: 1em;
        margin-bottom: 1em;
        padding: 1em;
    }
    .video {
        max-width: 568px;
        max-height: 162px;
        width: 90%;
        margin: 0 auto;
    }

    .video video {
        width: 100%;
        max-height: 162px;
    }

    #follow {
        max-width: 568px;
        width: 90%;
        margin: 0  auto 0 auto;
    }

    .youtube{
        max-width: 568px;
        max-height: 320px;
        width: 100%;
        margin: 0  auto 1em auto;
    }

    .youtube #ytframe{
        width: 568px;
        height: 320px;
    }


    .instagram{
        max-width: 568px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }

    .instagram img{
        max-width: 568px;
        max-height: 568px;
        width: 100%;
    }

    .instatitle{
        background-color: dimgrey;
        color: white;
        font-size: x-large;
        opacity: 0.7;
        margin-top: -1em;
        padding-left: 1em;
        padding-right: 1em;
        position: absolute;
        top: 45px;
    }
    .twitter{
        max-width: 568px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }

    #contact{
        max-width: 568px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }

    #about{
        max-width: 568px;
        width: 100%;
        margin: 0  auto 1em auto;
        position: relative;
    }
}

