body{
    margin: 0;
    background-color: #252525;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", 
    "Segoe UI Symbol";
}


/** Header style **/
.Header {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*padding: 11px 10px 11px 10px;
    vertical-align: middle;*/
    margin: 0 auto;
    background-color: #F5F5F5;
    width: 100%;
}
img {
    max-width: 100%;
    max-height: 100%;
}
#img_Logo {
    position: relative;
    margin: 0 auto;
    display: block;
    top: 100px;
}


/** Nav bar-Section **/
div#nav {
    background-color: #424242;
    box-shadow: 0px 8px 20px #252525;
    display: block;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0px;
    border-width: 10px 0px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgb(0, 87, 181), rgb(0, 162, 234)) 1;
}
.nav-buttons {
    padding: 20px;
    margin: 0 auto;
    width: inherit;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.nav-btn{
    margin: 10px;
}

.nav-btn p{
    padding: 10px 0 10px 0;
    line-height: 40px;
    text-align: center;
    font-size: larger;
}

ul {
    list-style-type: none;
    align-content: center;
    position: relative;
    max-width: 800px;
    display: inline-block;
    margin: 10px 0;
    padding: 2px;
}
li {
    display: inline-block;
}
li a {
    background-color: #616161;
    color: white;
    text-align: center;
    padding: 28px 16px;
    text-decoration: none;
    border-radius: 20px;
    height: 15px;
    transition: 0.5s;
    width: 200px;
    display: inline-block;
    height: 100px;
}
li a:hover {
    background-color: #757575;
    color: #E0E0E0  ;
}
h1.Title_H1 {
    padding: 60px 0px 60px 0;
    bottom: 150px;
    /* top: 105px; */
}

/** Content Areas **/
.content-1 {
    background-color: #131313;
    height: 500px;
    top: 750px;
    left: 0;
    right: 0;
    /*margin: 20px;*/
    padding: 15px 5px 15px 5px;
    position: absolute;
}
#page1 {
    background-color: #013243;
    height: auto;
}
#page2 {
    height: auto;
}
#Footer {
    height: 170px;
    background-color: #013243;
    position: static;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

h2#P1_Title {
    position: relative;
    top: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 240px;
    color: #caf2e9;
}
.wrapper_P1 {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    height: auto;
    line-height: 220px;
    padding: 70px 10px 70px 10px;
    justify-content: center;
}
.wrapper_P1 #BoxContainer {
    order: 1;
    margin: 10px 5px 10px 5px;
    height: 200px;
    width: 200px;
    background-color: rgb(0, 64, 86); 
    border-radius: 5px;
    vertical-align: middle;
    flex-grow: 1;
}
img#Page1_Img {
    transition: all .5s ease-in-out;
}
img#Page1_Img:hover {
    transition: 0.5s;
    transform: scale(1.1);
}
.wrapper_P2 {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    height: auto;
    line-height: 220px;
    padding: 30px 10px 20px 10px;
    justify-content: center;
}

.Shadow_Frame {
    box-shadow: inset 0px -1px 20px 0px rgba(0, 0, 0, 0.39);
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.wrapper_P2 #Profile {
    border-radius: 50%;
    position: relative;
    z-index: -2;
}

.wrapper_P3 {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    height: auto;
    /*line-height: 220px;*/
    padding: 0px 10px 40px 10px;
    justify-content: center;
}

#BoxContainer.box2T {
    height: auto;
    width: auto;
    /*background-color: rgb(0, 122, 255);*/
    /*border-radius: 30px;*/
    /*color: #323330;*/
    color: #ffffff;
    margin: 0px 90px;
}
img#Page2_Img {
    transition: all .5s ease-in-out;
    border-radius: 50%;
    margin: 50px 0px 0 0;
}
img#Page2_Img:hover {
    transition: 0.5s;
    transform: scale(1.1);
}
p#Paragraph {
    line-height: 1.5;
    font-weight: 600;
    justify-content: center;
    display: inline-block;
    width: 250px;
    text-align: center;
    /*padding: 0px 10px 0 10px;*/
}


/** Footer inside-Section **/
div#footer-1 {
    background-color: rgb(0, 34, 45);
    height: 35px;
    padding: 10px;
    margin: 0 0px 0 0;
    align-self: flex-end;
    position: absolute;
    left: 0;
    right: 0;
}

p.float-right {
    text-align: right;
    margin-bottom: 1rem;
    margin-top: 0;
    float: right !important;
}
p.float-left {
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 6px;
    color: #00a2ea;
}
a {
    color: #00a2ea;
}







/* Responsive layouts */
/* Mobile Styles */
@media only screen and (max-width: 400px) {
    /*.Header {
        height: 350px;
    }

    #img_Logo {
        max-width: 200px;
        max-height: 80px;
    }

    .nav {
        top: 30px;
    }*/
}
/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
    /*.Header {
        height: 350px;
    }


    #img_Logo {
        max-width: 250px;
        max-height: 100px;
    }

    .nav {
        top: 350px;
    }*/
}
@media only screen and (max-width: 1023px ) and (min-width: 961px) and (orientation: landscape) {
    /*.Header {
        height: 350px;
    }

    #img_Logo {
        max-width: 250px;
        max-height: 100px;
    }

    .nav {
        top: 350px;
    }*/
}
@media only screen and (min-width: 961px) and (max-width: 1024px ) {
    /*.Header {
        height: 600px;
    }

    #img_Logo {
        max-width: 100%;
        max-height: 100%;
    }
    .nav {
        top: 600px;
    }*/
}
/* Desktop Styles */
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    /*.Header {
        height: 610px;
    }

    #img_Logo {
        max-width: 100%;
        max-height: 100%;
    }
    .nav {
        top: 600px;
    }*/
}
@media only screen and (min-width: 1025px) and (orientation: landscape) {
    /*.Header {
        height: 580px;
    }

    #img_Logo {
        max-width: 100%;
        max-height: 100%;
    }
    .nav {
        top: 660px;
    }*/
}