﻿  body {
        /*font-family: 'Oswald', sans-serif;*/
         /*font-family: 'Oswald', sans-serif;*/
         /*font-family: "Open Sans",sans-serif;*/
    }

    .overlay {
        height: 0%;
        width: 50%;
        position: fixed;
        z-index: 1001;
        top: 110px;
        right: 30px;;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        /*background-color:#005587;
opacity: 0.9;*/
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005587+19,000000+34 */
        background: rgb(0,85,135); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(0,85,135,1) 19%, rgba(0,0,0,1) 34%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,85,135,1) 19%,rgba(0,0,0,1) 34%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,85,135,1) 19%,rgba(0,0,0,1) 34%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005587', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        overflow-x: hidden;
        transition: 0.5s;
        opacity: 0.92;
    }

    ::-webkit-scrollbar {
        display: none;
    }


    .overlay-content {
        position: relative;
        top: 10%;
        width: 97%;
        margin: 0 auto;
        text-align: center !important;
        height: 1000px;
        margin-bottom: 100px;
        /*margin-top: 30px;*/
    }

    .overlay a {
        padding: 4px;
        text-decoration: none;
        font-size: 30px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .overlay a:hover, .overlay a:focus {
            color: #f1f1f1;
        }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        z-index: 100;
    }

    .page-header {
        border-bottom: 1px solid #666 !important;
    }


    .greyIcon {
        color: #818181;
    }

    .text-center {
        color: #ffffff;
    }

    .sectionTitle {
        color: #f4f4f4;
    }


    .stylish-panel {
        padding: 20px 0;
        text-align: center;
    }

        .stylish-panel > div > div {
            padding: 10px;
            border: 1px solid transparent;
            border-radius: 4px;
            transition: 0.2s;
            margin-bottom: 20px;
        }

        .stylish-panel > div:hover > div {
            margin-top: -10px;
            border: 1px solid rgb(200, 200, 200);
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
            background: rgba(200, 200, 200, 0.1);
            transition: 0.5s;
        }

        .stylish-panel > div:hover img {
            border-radius: 50%;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .mainMenuButton {
        font-size: 130%;
        cursor: pointer;
        color: #fff;
    }





/* ---------------------------------------------------
  SETTINGS FLYOUT
----------------------------------------------------- */

      .settingsFlyout {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        /*background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);*/
        background-color:#fff;
        opacity: 0.9;
        overflow-x: hidden;
        transition: 0.5s;
        opacity: 0.96;
        border:1px solid #ccc;
    }

         .settingsFlyout .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        z-index: 100;
    }

         .settingsFlyout-content {
        position: relative;
        top: 2%;
        width: 97%;
        margin: 0 auto;
        text-align: center !important;
        height: 1000px;
        margin-bottom: 100px;
        /*margin-top: 30px;*/
    }



    
/* ---------------------------------------------------
   GLYPHICON SIZES
----------------------------------------------------- */

.gi-2x{font-size: 1.5em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}


    .paddingLeft20 {
    padding-left:20px;
    }

    /*@media screen and (max-height: 450px) {
.overlay {overflow-y: auto;}
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}

.mainMenuButton {
font-size:60%!important;
}

     
}
@media all and (max-width: 1690px) { 
.logoSizing {
max-width:700px
}
}
@media all and (max-width: 1280px) {
.logoSizing {
max-width:500px
}
}
@media all and (max-width: 980px) {
.logoSizing {
max-width:400px
}
}
@media all and (max-width: 736px) { 
.logoSizing {
max-width:350px
}
}
@media all and (max-width: 480px) { 
.logoSizing {
max-width:300px
}
}
@media all and (max-width: 280px) { 
.logoSizing {
max-width:200px;
}
}*/



    .collapse.in {        
      display: block;       
}