@font-face {
    font-family: "Quicksand-Reg.ular";
    src: url("font/quicksand/Quicksand-Regular.otf");
    src: url("font/quicksand/Quicksand-Regular.otf")format("opentype");
}
html, body {
    font-family: 'Quicksand-Regular',Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    height: 100%;
    cursor: crosshair;
	
}

*{
    box-sizing: border-box;
}

.bg-img{
    background-image: url("../media/Screenshot_4.png");
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(7px);
    -webkit-filter: blur(7px);
    height: 100%;
}

header {
    background-color: rgba(193, 240, 255, 0.356);
    border-bottom: 2px solid rgb(255, 255, 255);
    overflow: hidden;
    width: 99%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
}

header img{
    border: 2px solid black ;
    width: 250px;
    height: 150px;
}

header .logo{
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px 20px 20px 20px;
}
.header-right{
    position: absolute;
    top: 50%;
    right: 30px;
    float: right;
}
.header-right a {
    text-align: right;
    color: whitesmoke;

    padding: 5px 5px 5px 5px;

    text-decoration: none;

    font-size: 1.3em;
    border-radius: 6px;
    font-style: normal;
    font-weight: 100;
}


.logo:hover, .logo:active{
    background-color: rgba(255, 255, 255, 0);
    font-style: normal;
    font-weight: 100;
    font-size: 1.3em;
    text-decoration: none;
}

a{
    text-decoration: none;
}
a:hover{
    color: rgb(13, 168, 122);
    font-style: normal;
    font-weight: 100;
    font-size: 1.3em;
    text-decoration: none;
}
a:active{
    color: rgb(255, 255, 255);
    background-color: rgb(13, 168, 122);
    font-style: normal;
    font-size: 1.3em;
}
.active {
    color: rgb(255, 255, 255);
    background-color: rgb(13, 168, 122);
    font-style: normal;
    font-size: 1.3em;
}
main{
    background-color: rgba(4, 9, 10, 0.329);
    color: whitesmoke;
    font-weight: 100;
    font-style: normal;
    border-left: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    width: 85%;
    height: auto;
    clear:both;
    position: absolute;
    text-align: center;
    margin: auto;
    padding:15px;
    left: 5%;
    right: 5%;
    top: 200px;
    bottom: -8px;
    z-index: 0;
	
    
    overflow-y: scroll;
}
.mainwrapper{
    overflow: hidden;
    float: left;
    clear: both;
}
iframe{
    width: 100%;
    height: 100%;
}
main #dc{
    width: 50%;
    height: 50%;
}
main .youtube{

    width: 100%;
    height: 70%;
}
main img{
    height: auto;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid black ;
    margin: 5px;
    clear: both;
}
video{
    max-width: 98%;
    max-height: 98%;
    border: 2px solid black ;
    margin: 5px;
}
div {
    color: whitesmoke;
    font-weight: 100;
    font-style: normal;
}

footer {
    background-color: rgba(193, 240, 255, 0.356);
    border-top: 2px solid rgb(255, 255, 255);
    overflow: hidden;
    text-align: center;
    width: 99%;
    height: auto;
    position: absolute;
    clear:both;
    z-index: 1;
}
.footer-section-about{
    text-align: center;
    color: rgb(37, 37, 37);

    margin: 5px 5px 5px 5px;
}
.footer-section-rights{
    text-align: center;
    color: rgb(37, 37, 37);
}
.footer-section-pages{
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;

}
.footer-section-pages a{
    position: relative;
    color: rgb(0, 170, 248);
    width: 100%;
    padding: 10px;
    text-align: center;

    text-decoration: none;

    font-size: 1.3em;
    border-radius: 6px;
    font-style: normal;
    font-weight: 100;
}
.footer-section-pages a:hover{
    color: rgb(13, 168, 122);
    font-style: normal;
    font-weight: 100;
    font-size: 1.3em;
    text-decoration: none;
}

.alert{
    background-color: red;
    border-radius: 10px;
    color: yellow;
}
.alert img:hover{
    transition: 0.78s;
    transform: rotate(360deg);
    color: yellow;
    background-color: red;
}


@media only screen and (max-width: 600px) {
    @font-face {
        font-family: "Quicksand-Reg.ular";
        src: url("font/quicksand/Quicksand-Regular.otf");
        src: url("font/quicksand/Quicksand-Regular.otf")format("opentype");
    }
    html, body {
        font-family: 'Quicksand-Regular',Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 100%;
        cursor: crosshair;
    }
    
    *{
        box-sizing: border-box;
    }
    
    .bg-img{
        background-image: url("../media/Screenshot_4.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(7px);
        -webkit-filter: blur(7px);
        height: 100%;
    }
    
    header {
        background-color: rgba(193, 240, 255, 0.356);
        border-bottom: 2px solid rgb(255, 255, 255);
        overflow: hidden;
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    
    header img{
        border: 2px solid black ;
        width: 90px;
        height: 50px;
        
    }
    
    header .logo{
        clear: both;
        z-index: 0;
        float: right;
        position: absolute;
        top: 0;
        left: 35%;
    }
    .header-right{
        position: absolute;
        top: 70px;
        right: 15px;
        float: right;
    }
    .header-right a {
        text-align: right;
        color: whitesmoke;
    
        padding: 5px;
        margin: 2px 2px 2px 2px;
    
        text-decoration: none;
    
        font-size: 1.3em;
        border-radius: 3px;
        font-style: normal;
        font-weight: 100;
    }
    
    
    .logo:hover, .logo:active{
        background-color: rgba(255, 255, 255, 0);
        font-style: normal;
        font-weight: 100;
        font-size: 1.3em;
        text-decoration: none;
    }
    a:hover{
        color: rgb(13, 168, 122);
        font-style: normal;
        font-weight: 100;
        font-size: 1.3em;
        text-decoration: none;
    }
    a:active{
        color: rgb(255, 255, 255);
        background-color: rgb(13, 168, 122);
        font-style: normal;
        font-size: 1.3em;
    }
    .active {
        color: rgb(255, 255, 255);
        background-color: rgb(13, 168, 122);
        font-style: normal;
        font-size: 1.3em;
    }
    main{
        background-color: rgba(4, 9, 10, 0.329);
        color: whitesmoke;
        font-weight: 100;
        font-style: normal;
        border-left: 2px solid rgb(255, 255, 255);
        border-right: 2px solid rgb(255, 255, 255);
        width: 85%;
        height: auto;
        clear:both;
        position: absolute;
        text-align: center;
        margin: auto;
        padding:15px;
        left: 5%;
        right: 5%;
        top: 100px;
        bottom: -8px;
        z-index: 0;
        
        overflow-y: scroll;
    }
    .mainwrapper{
        overflow: hidden;
        float: left;
        clear: both;
    }
    iframe{
        width: 100%;
        height: 100%;
    }
    #dc{
        width: 50%;
        height: 50%;
    }
    .youtube{
        width: 25%;
        height: 25%;
    }
    main img{
        height: auto;
        max-width: 90%;
        max-height: 90%;
        border: 2px solid black ;
        margin: 2px;
        clear: both;
    }
    video{
        max-width: 98%;
        max-height: 98%;
        border: 2px solid black ;
        margin: 2px;
    }
    div {
        color: whitesmoke;
        font-weight: 100;
        font-style: normal;
    }
    
    footer {
        background-color: rgba(193, 240, 255, 0.356);
        border-top: 2px solid rgb(255, 255, 255);
        overflow: hidden;
        text-align: center;
        width: 100%;
        height: 200px;
        position: relative;
        clear:both;
        z-index: 1;
    }
    .footer-section-about{
        text-align: center;
        color: rgb(37, 37, 37);
    
        margin: 5px 5px 5px 5px;
    }
    .footer-section-rights{
        text-align: center;
        color: rgb(37, 37, 37);
    }
    .footer-section-pages{
        text-align: center;
        margin-left: 25%;
        margin-right: 25%;
    
    }
    .footer-section-pages a{
        position: relative;
        color: rgb(0, 170, 248);
        width: 100%;
        padding: 5px;
        text-align: center;
    
        text-decoration: none;
    
        font-size: 1.3em;
        border-radius: 3px;
        font-style: normal;
        font-weight: 100;
    }
    .footer-section-pages a:hover{
        color: rgb(13, 168, 122);
        font-style: normal;
        font-weight: 100;
        font-size: 1.3em;
        text-decoration: none;
    }
    
    .alert{
        background-color: red;
        border-radius: 5px;
        color: yellow;
    }
    .alert img:hover{
        transition: 0.78s;
        transform: rotate(360deg);
        color: yellow;
        background-color: red;
    }
    
  }