body {
    background-color: black;
    color: white;
    font-size: 18px;
}

.header {
    background-image: linear-gradient(180deg, rgba(26, 43, 59, 0.6), rgba(38, 62, 84, 0.6)), url("../images/bg4.jpg");
    background-color: #1A2B3B;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mainlogo {
    background-image: url("../images/bg.jpg");
    background-color: #151515;
}

.mainlogo2 {
    background-image: linear-gradient(180deg, #0A0A0A, #151515);
    background-color: #151515;
}

.mainlogowidth {
    width: 95%;
}

@media (min-width: 768px) {
    .mainlogowidth {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .mainlogowidth {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .mainlogowidth {
        width: 85%;
    }
}

@media (min-width: 1500px) {
    .mainlogowidth {
        width: 75%;
    }
}

@media (min-width: 1700px) {
    .mainlogowidth {
        width: 65%;
    }
}

.gdmainss {
    background-image: url("../images/bg4.jpg");
    background-color: #1A2B3B;
    padding-bottom: 50px;
    padding-top: 30px;
}

.gdmain {
    background-image: linear-gradient(180deg, rgba(26, 43, 59, 0.6), rgba(38, 62, 84, 0.6)), url("../images/bg4.jpg");
    background-color: #1A2B3B;
    padding-bottom: 60px;
    padding-top: 40px;
}

.gdmain2 {
    background-image: linear-gradient(180deg, #1A2B3B, #263E54);
    background-color: #1A2B3B;
    padding-bottom: 60px;
    padding-top: 40px;
}

.gdgallery {
    background-image: url("../images/bg.jpg");
    background-color: #151515;
    padding-bottom: 50px;
    padding-top: 50px;
}

.center {
    margin: auto;
}

.logoimg {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.ytcontainer {
    position: relative;
    top: 0;
    left: 0;
}

.ytmain {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.ytoverlay {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    -webkit-transition: all .2s ease-in-out;
}

.ytoverlay:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    filter: none;
    -webkit-filter: none;
    -webkit-transition: all .2s ease-in-out;
}

.mynav {
    color: white;
    font-size: 20px;
    text-align: center;
}

.selected {
    color: #B3C9E5;
}

a:hover,
a:focus,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

a {
    color: #B3C9E5;
}

a:hover {
    color: #396396;
}

.navtop:hover {
    color: #B3C9E5;
}

.mya {
    color: white;
}

.mya:hover,
.mya:visited,
.mya:link,
.mya:active,
.mya:focus {
    text-decoration: none;
}

.myfooter {
    padding-top: 10px;
    padding-bottom: 6px;
    background-image: url("../images/bg.jpg");
    background-color: #151515;
    font-size: 16px;
}

.byteghoul {
    padding-bottom: 5px;
    height: 70px;
    margin: 0 auto;
    display: inline-block;
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

.footerlink {
    color: white;
}

.footerlink:hover {
    color: #B3C9E5;
}

.footerlink:focus {
    color: #B3C9E5;
}

.custom>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #B3C9E5;
}

.custom>li>a:focused {
    text-decoration: none;
    background-color: transparent !important;
    color: #B3C9E5;
}

.custom>li>a:visited {
    text-decoration: none;
    background-color: transparent !important;
}

.custom>li>a:link {
    text-decoration: none;
    background-color: transparent !important;
}

.custom>li>a:active {
    text-decoration: none;
    background-color: transparent !important;
    color: #B3C9E5;
}