
body {
    margin: 0;
    background-color: #000022;
    max-width: 100%;
}
body::-webkit-scrollbar {
    background-color: #000022;
}
body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #05005C 0%, #0715A9 99%);
    border-radius: 100px;
    border: 1px solid #6968DF;
    transition: 1s;
}
p{
    max-width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
footer{
    margin-top: 50px;
    padding: 2%;
    width: 96%;
    color: white;
    background: #00000F;
    font-family: MuseoSansDisplayBold;
    display: flex;
}
.titles{
    color: white;
    margin-left: 5%;
    font-family: Pancrack;
    font-size: 100px;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #000380;
    color: #fff;
    font-family: Gill Sans, sans-serif;
    overflow: auto;
}
.header_section{
    display: flex;
    align-items: center;
}
.header_item{
    padding: 10px 15px;
    font-size: 20px;
    margin-left: 5px;
    transition: all 0.1s linear;
    position: relative;
}
.header_item:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgb(0, 190, 224);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.header_item:hover{
    background-color: #002F80;
    border-radius: 8px 8px 0px 0px;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.541);
}
.headerButton{
    cursor: pointer;
}
.header{
    box-shadow: 0 0 40px rgba(0, 38, 255, 0.541);
    overflow: auto;
}
.title{
    font-size: 100px;
    color: white;
    font-family: MuseoSansDisplay;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
.socImg{
    width: 25%;
}
@font-face {
    font-family: MuseoSansDisplay;
    src: url(Files/MuseoSansDisplay-ExtraLight.ttf);
}
@font-face{
    font-family: MuseoSansDisplayBold;
    src: url(Files/MuseoSansDisplay-ExtraBlack.ttf);
}
@font-face{
    font-family: Pancrack;
    src: url(Files/PancrackDEMO.ttf);
}
.logo{
    margin-left: 20%;
    margin-top: -100px;
    user-select: none;
}
.where_i_am{
    background-color: #000380;
    color: white;
    font-size: 45px;
    height: 50px;
    width: 200px;
    border-radius: 0% 20px 20px 0%;
    font-family: MuseoSansDisplay;
    box-shadow: 0 0 20px rgba(0, 38, 255, 0.541);
}
.text{
    color: white;
    font-family: Pancrack;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 40px;
}
.contBox{
    background-color: rgb(5, 0, 75);
    width: 69%;
    height: 300;
    border-radius: 50px;
    margin-left: 12.5%;
    padding: 5%;
    display: flex;
}
.gmailBox{
    background-color: rgb(215, 80, 56);
    width: 75%;
    margin-left: 9.5%;
    height: 60%;
    border-radius: 40px;
    padding: 3%;
    display: flex;
    box-shadow: 0 0 40px rgba(255,99,71);
}
/* .telBox {
    background-color: green;
    width: 40%;
    height: 60%;
    border-radius: 40px;
    margin-left: 5%;
    padding: 3%;
    display: flex;
    box-shadow: 0 0 40px rgba(0,128,0);
} */
.socialBox{
    background-color: rgb(5, 0, 75);
    width: 75%;
    height: 300px;
    border-radius: 50px;
    margin-left: 12.5%;
    padding: 2%;
    align-content: center;
}
.contactInfText{
    font-size: 60px;
    line-height: 50px;
    font-family: MuseoSansDisplay;
    margin-left: 10%;
}
.miniLogo{
    float: right;
    margin-right: 3%;
}
.soccialIcons{
    text-align: right;
    margin-left: 1100px;
}

/* ADAPTATION */    
/* ADAPTATION */
/* ADAPTATION */

@media screen and (max-width: 1800px) {
    .gmailBox, .telBox{
        overflow: scroll;
    }
}


@media screen and (max-width: 1288px) {
    .header{
        width: 170%;
    }
    .title{
        text-align: center;
    }

    .gmailBox, .telBox{
        overflow: scroll;
    }
    footer{
        overflow: scroll;
    }
    .socImg{
        width: 20%;
    }
    .socImg{
        display: none;
    }
    .socialBox{
        height: 300px;
        overflow: scroll;
    }    
    .header{
        padding: 5px;
        width: 100%;
        height: 50px;
    }
} 

@media screen and (max-width: 998px) {
    .where_i_am{
        font-size: 30px;
        height: 35px;
        width: 150px;
    }
    .title{
        font-size: 70px;
    }
    .logo{
        margin-top: -50px;
    }
    .socialBox{
        height: 230px;
    }
    .header{
        padding: 5px;
        width: 100%;
        height: 40px;
    }
    .header_item{
        font-size: 10px;
    }
}

@media screen and (max-width: 736px) {
    .header_item{
        padding: 10px 15px;
        font-size: 10px;
        margin-left: 5px;
    }
    .header{
        padding: 5px;
        width: 100%;
        height: 27px;
    }
    .socialBox{
        height: 170px;
    }
    .miniLogo{
        margin-right: 20%;
    }
    .contactInfText{
        font-size: 30px;
    }
}
@media screen and (max-width: 625px) {
    .header{
        width: 250%;
    }
    .socialBox{
        height: 150px;
    }
}

@media screen and (max-width: 500px) {
    .header{
        width: 300%;
    }
    .socialBox{
        height: 130px;
    }
}
