﻿body {
    font: 16px/1.5 "Oswald", Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #000000;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.container-header {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

/*Header */

header {
    height: 95px;
    background: #333333;
    color: #00BFFF;
    padding-top: 0px;
    border-bottom: 1px solid #00BFFF;
    min-height: 60px;
}

header a {
    color: #00BFFF;
    text-transform: uppercase;
    text-decoration: none;
}

header a:hover {
    color: #FF8C00;
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    float: left;
    display: inline;
    padding: 0 7px 0 7px;
}

header #mnuMobile ul {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #333333;
    display: none;
    min-width: 200px;
    z-index: 1000;
}

header #mnuMobile li {
    float: none;
    display: block;
    width: 100%;
    min-width: 200px;
    border: 1px solid #00BFFF;
    font: 20px/2 "Oswald", Verdana, Geneva, Arial, Helvetica, sans-serif;
}


header #branding {
    float: left;
}

header nav {
    float: right;
    margin-top: 36px;
    z-index: 100;

}

header #mnuMobile {
    display: none;
}

header .icon {
    display: none;
}

header .current {
    color: #FF8C00;
}

/*Content */

#showcase {
    min-height: 680px;
    /*z-index: 1000;*/
}

#showcase2 {
    min-height: 400px;
    /*z-index: 1000;*/
    /*background-color: #FF8C00  */
}

#showcase h1 {
    color: #00BFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: xx-large;
}

#showcase .title2 {
    flex: 1;
    /*display: inline-block;*/
    vertical-align: top;
    /*background-color: blue; */
}

#showcase .title3 {
    display: none;
}

#showcase .titlemobile {
    display: none;
}

#showcase .gallery {
    flex: 1;
    text-align: center;
    /*display: inline-block;*/
}


#showcase .gallerymobile {
    display: none;
}

#showcase .years2 {
    flex: 1;
    top: 130px;
    margin-top: 20px;
    /* right:100px;
    position:absolute;*/
    text-align: right;
    /*width:400px;*/
    /*background-color: red;  */
}

#showcase .yearsmobile {
    display: none;
}


/*Boxes*/
#boxes {
    margin-top: 20px;
    /*background-color: #FFB6C1*/

}

#boxes .box {
    float: right;
    width: 32%;
    padding: 10px;
    text-align: center;
    /*background-color: #696969; */
    margin: 3px;
    padding: 5px;
}

#boxes .box23 {
    /*float: right;   */
    width: 100%;
    text-align: center;
    /*background-color: #696969; */
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    display: block;
}



/*Footer*/
footer {
    height: 95px;
    background: #333333;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 0px;
    border-top: 1px solid #00BFFF;
    bottom: 0px;
    position: sticky;
}



footer #footer-left {
    /*height:95px;*/
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

footer #footer-right {
    float: right;
    padding-top: 35px;
    padding-right: 20px;
    vertical-align: middle;
}

/*Text */

h2 {
    color: #00BFFF;
    font-size: 1.375em;
    margin-bottom: 10px;
    margin-top: 20px
}

h3 {
    color: #00BFFF;
    font-size: 1.25em;
    margin-bottom: 10px;
    margin-top: 20px
}

.news-title {
    color: #00BFFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 0px none;
    z-index: 15000;
    font-size: 1em;
    background-image: none !important;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px
}

/*Media Queries */

@media(max-width: 768px) {
    #showcase {
        min-height: 700px;
        /*z-index: 10; */
    }

    header ul {
        display: none;
    }

    /*header #mnuMobile{
    display: block;
    }*/

    header .icon {
        display: block;
        height: 40px;
        width: 40px;
    }

    header #mnuMobile ul {
        display: block;
        ;
        /*z-index: 10000;*/
        background-color: #333333;
        top: 97px;
        right: 0;
        position: fixed;
    }

    #showcase .title2 {
        display: none;
    }


    #showcase .titlemobile {

        display: table;
        vertical-align: top;
        /* background-color: red; */
        width: 100%;
        height: 300px !important;
    }

    /*#showcase .title3{
    display: inline-block;
    vertical-align:top;
    background-color: blue;
    width: 50%;
    height: 200px;
}*/

    /* #showcase .yearsmobile {
        display: inline-block;
        top: 130px;
        right: 10px;
        position:absolute;
        text-align: right;
        margin-top: 10px;
        width: 50%;
        margin-bottom: 10px;
        font-size: larger !important;
        background-color: beige;
    height: 150px !important;
    vertical-align:top;
    }*/

    #showcase .gallery {
        display: none;
    }

    #showcase .gallerymobile {
        display: inline-block;
        top: 290px;
        position: absolute;
        width: 100% !important;
        background-color: blue;
    }

    #showcase .years2 {
        display: none;
    }

    footer {
        top: 1800px;
        height: 95px;
        background: #333333;
        color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 0px;
        border-top: 1px solid #00BFFF;
        bottom: 0px;
        position: absolute;
        display: inline-block;
        width: 100%;
    }



    #boxes .box {
        float: none;
        width: 100%;
        padding: 6px;
        text-align: center;
        /*background-color: #696969; */
        margin: 3px;
        padding: 5px;
    }

    #boxes .box23 {
        float: none;
        width: 90%;
        text-align: center;
        /*background-color: #696969; */
        margin-right: auto;
        margin-left: auto;
        padding: 5px;
        display: block;
    }


}