
link.icon{
    border-radius: 50%;
    object-fit: cover;
}
body{
    position: relative;
    cursor:default;
    font-family: Arial, Helvetica, sans-serif;
    height: 100vh;
    
}
div.contacts{
    width: fit-content;
    margin: auto;
    padding-right: 20px;
    padding: 0px 20px 0 0;
}

div.contacts ul.comms{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    list-style: none;
    column-gap: 20px;
    width: fit-content;
    margin: auto;
}
div.contacts ul.comms li{
    cursor: pointer;
    font-weight: 700;
    font-family: monospace;
    transition: all 0.3s ease;
    border-radius: 5px;
}
div.contacts ul.comms li:hover{
    background-color: blue;
    padding: 5px 10px;
    color: white;
}
div.contacts ul.comms li:active{
    color: red;
}

div.container{
    background-color: rgb(20, 94, 158);
    background-repeat: no-repeat;
    background-position:center  center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding-bottom: 20px;
    padding: 0;
    width: 100%;
    box-sizing: content-box;
    position: relative;
    height: fit-content;
}

nav.navbar{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;

}
button.navBtn{
    background-color:transparent;
    padding: 5px 15px;
    border: none;
    width: 100px;
    color: white;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
    position: absolute;
    border: none;
    border-bottom: 1px solid white;
    left: 40%;
    top: 5px;
    font-size: 16px;
    visibility: hidden;
}
button.navBtn:active{
    color: red;
   
}
/*Navigation Styles*/


div.navigationLinks{
    width: 40%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
div.navigationLinks ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    transition: 0.3s ease;
    position: relative;
}
div.navigationLinks ul li{
    background-color: rgb(88, 67, 204);
    padding: 5px 20px;
    border-radius: 3px;
    color: white;
    text-align: center;
    transition: all 0.3s ease;
}
div.navigationLinks ul li a{
   color: white;
   font-weight: 600;
   text-decoration: none;
   transform: all 0.3s ease;
}
div.navigationLinks ul li:hover{
    background-color: white;
}
div.navigationLinks ul li:hover a{
    color: purple;
}
div.navlinks{
    width: fit-content;
    padding: 10px 20px;
    margin-left: 170px;
    position: absolute;
    right: 10px;
    top: 200px;
    transition: all 0.3s ease;
}
div.navlinks ul{
    list-style-type:none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: right;
    margin: auto;
    padding-left: 0;
     row-gap: 20px;

}
li.link{
    background-color: pink;
    padding: 10px 0;
    padding-left: 20px;
    width: 0px;
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    list-style: none;
}
li.link1{
    top: 200px;
    right: 20px;
}
li.link1:hover{
    width: 100px;
}
li.link2{
    top: 250px;
    right: 20px;
}
li.link2:hover{
    width: 100px;
}
li.link3{
    top: 250px;
    right: 20px;
}
li.link3:hover{
    width: 250px;
}
li.link4{
    top: 300px;
    right: 20px;
}
li.link4:hover{
    width: 100px;
}
li.link5{
    top: 350px;
    right: 20px;
}
li.link5:hover{
    width: 100px;
}
li.link6{
    top: 400px;
    right: 20px;
}
li.link6:hover{
    width: 100px;
}



li.link:hover{
    width: 90px;
    border-radius: 3px;
}
li.link>a{
    text-decoration: none;
    color: white;
    font-weight: 600;
    text-align: center;
}
nav.navbar div.account{
    width: 50px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 50px;
}
nav.navbar div.account img{
    width: 100%;
    height: 50px;
}
div.logo{
    width: 50px;
    margin-left: 50px;
}
div.logo img{
    width: 100%;
    height: 50px;
}



/*HERO PAGE STYLES*/

main.hero-page{
    height: fit-content;
    width: 80%;
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 50px;
      background: linear-gradient(rgba(27, 6, 105, 0.7),rgba(11, 10, 117, 0.7)), url(images/hero.jpg);
      border-radius: 5px;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
}
main.hero-page .hero-text{
    width: 50%;
    margin: auto;
    height: 100%;
    margin-top: 100px;
    text-align: center;
    overflow: visible;
}
main.hero-page .hero-text h1{
    font-size: 44px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 700;
    color: rgb(127, 127, 201);
}
main.hero-page .hero-text  h2{
    font-weight: 600;
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: 4px;
}
main.hero-page .hero-text p{
    text-align: justify;
    text-align-last: center;
    color:pink;
}
main.hero-page .hero-text a{
    background-color: white;
    color: blue;
    text-decoration: none;
    font-weight: 600;
    outline:1px solid blue ;
    border-radius: 3px;
    padding: 5px 20px;
}
div.links{
    display: none !important;
    width: 100%;
}

div.links div.flex div.flexItem{
    background: linear-gradient(rgba(27, 6, 105, 0.7),rgba(11, 10, 117, 0.7));
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 50px;
    align-content: center;
    padding-bottom: 10px;
}
div.links div.flex div.otherLink1{
    background: linear-gradient(rgba(27, 6, 105, 0.7),rgba(11, 10, 117, 0.7));
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
div.links div.flex div.otherLink1 div.flextext{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 20px;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    align-content: center;

}
div.links div.flex div.otherLink1 div.flextext h2{
    margin-bottom: 0;
}
div.links div.flex div.otherLink1 div.flextext p{
    text-align: justify;
    text-align-last: center;
    margin-top: 0;
    color: aqua;
    margin-bottom: 0;
}
div.links div.flex div.otherLink1 div.flextext  a.flexlink{
    padding: 0 !important;
    display: flex;
    color: rgb(42, 145, 214);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    align-content: center;
    text-decoration: none;
    margin-top: 0;
    padding-top: 0;
}
div.links div.flex div.otherLink1 div.flexphoto{
    width: 50%;
    object-fit: contain;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.links div.flex div.otherLink1 div.flexphoto img{
     width: 80%;
    object-fit: contain;
    margin-left: auto;
    margin-right: 50px;
    height: 100%;
    border-radius: 5px;
}

div.links div.flex div.otherLink2{
    background: linear-gradient(rgba(27, 6, 105, 0.7),rgba(11, 10, 117, 0.7));
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 20px;
    padding-bottom:30px;
    padding-top: 10px;
    margin-bottom: 20px;
}
div.links div.flex div.otherLink2 div.flextext{
    width: 60%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 20px;

}
div.links div.flex div.otherLink2 div.flextext h2{
    margin-bottom: 0;
}
div.links div.flex div.otherLink2 div.flextext p{
    text-align: justify;
    text-align-last: center;
    margin-top: 0;
    color: aqua;
    margin-bottom: 0;
}
div.links div.flex div.otherLink2 div.flextext a.flexlink{
    padding: 0 !important;
    display: flex;
    color: blueviolet;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 0;
    padding-top: 0;
}
div.links div.flex div.otherLink2 div.flexphoto{
    width: 60%;
    object-fit: contain;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 20px;
}
div.links div.flex div.otherLink2 div.flexphoto img{
     width: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: 50px;
    height: 100%;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
div.links div.flex div.otherLink2:hover{
       background-position: center;
     background-size:contain;
     background-repeat: no-repeat;
}
div.links div.flex div.otherLink2 a{
    color: aliceblue;
    text-decoration: none;
    font-weight: 600;
}

nav.links ul li.otherLink2 a{
    color: rgb(2, 85, 100);
    text-decoration: none;
    font-weight: 700;
}
div.links div.flex div.otherLink3{
    background: linear-gradient(rgba(97, 84, 141, 0.7),rgba(184, 184, 209, 0.7));
    width: 100%;
    
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
div.links div.flex div.otherLink3 div.flextext{
    width: 60%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    align-content: center;

}
div.links div.flex div.otherLink3 div.flextext h2{
    margin-bottom: 0;
}
div.links div.flex div.otherLink3 div.flextext p{
    text-align: justify;
    text-align-last: center;
    margin-top: 0;
    color: rgb(0, 17, 255);
    margin-bottom: 0;
}
div.links div.flex div.otherLink3 div.flextext a.flexlink{
    padding: 0 !important;
    display: flex;
    color: blueviolet;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 0;
    padding-top: 0;
}
div.links div.flex div.otherLink3 div.flexphoto{
    width: 60%;
    object-fit: contain;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 20px;
}
div.links div.flex div.otherLink3 div.flexphoto img{
     width: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: 50px;
    height: 100%;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
div.links div.flex div.otherLink3:hover{
       background-position: center;
     background-size:contain;
     background-repeat: no-repeat;
}
div.links div.flex div.otherLink3 a{
    color: aliceblue;
    text-decoration: none;
    font-weight: 600;
}

div.links div.flex div.otherLink4{
    background: linear-gradient(rgba(97, 84, 141, 0.7),rgba(184, 184, 209, 0.7));
    width: 100%;
    
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
div.links div.flex div.otherLink4 div.flextext{
    width: 60%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    align-content: center;

}
div.links div.flex div.otherLink4 div.flextext h2{
    margin-bottom: 0;
    color: wheat;
}
div.links div.flex div.otherLink4 div.flextext p{
    text-align: justify;
    text-align-last: center;
    margin-top: 0;
    color: rgb(14, 16, 43);
    margin-bottom: 0;
}
div.links div.flex div.otherLink4 div.flextext a.flexlink{
    padding: 0 !important;
    display: flex;
    color: blueviolet;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 0;
    padding-top: 0;
}
div.links div.flex div.otherLink4 div.flexphoto{
    width: 60%;
    object-fit: contain;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 20px;
}
div.links div.flex div.otherLink4 div.flexphoto img{
     width: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: 50px;
    height: 100%;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
div.links div.flex div.otherLink4:hover{
       background-position: center;
     background-size:contain;
     background-repeat: no-repeat;
}
div.links div.flex div.otherLink4 a{
    color: aliceblue;
    text-decoration: none;
    font-weight: 600;
}
/*HERO PAGE STYLES*/

nav.links{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    row-gap: 20px;
}
nav.links ul{
    width: 100%;
    display: flex;
    flex-direction: ro;
    list-style: none;
    justify-content: center;
    column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 20px;
}


/*FOOTER PAGE STYLES*/
footer{
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    padding-top: 20px;
    margin: auto;
    justify-content: space-evenly;
    padding-bottom: 20px;
    background-color: rgb(81, 81, 173);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
footer div.rights span{
    color: grey;
    text-decoration: none;
}
footer .date span{
    color: white;
}
footer .developer a{
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.addHeight{
    height: 180px !important;
}
/*Small Screen Styles*/
@media screen and (max-width:800px) {
    div.container{
        height: 100vh;
    }
    button.menuBtn{
        margin-left: 50px;
        visibility: visible;
    }
    div.links{
    display: block !important;
}
    div.navigationLinks ul{
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
    height: 0;
    margin-left: 20px;
    margin-top: 38px;
    transition: all 0.3s ease;
}
div.navigationLinks ul li{
    background-color: rgb(88, 67, 204);
    padding: 5px 20px;
    border-radius: 0;
    color: white;
    text-align: center;
    transition: all 0.3s ease;
    background-color: transparent;
    border-top: 1px solid white;
}
div.navigationLinks ul li:hover{
    border-radius: 3px;
}
div.logo{
    width: 50px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: auto;
}
button.navBtn{
    padding: 5px 15px;
    color: white;
    border-radius: 0;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: auto;
    margin-left: 10px;
    visibility:visible;
}
nav.navbar div.account{
    width: 50px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 50px;
    margin-bottom: auto;
    margin-top: 5px;
}
main.hero-page{
    height: fit-content;
    width: 100%;
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 20px;
}
main.hero-page .hero-text{
    width: 80%;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
main.hero-page .hero-text h1{
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 700;
    color: rgb(127, 127, 201);
}
main.hero-page .hero-text  h2{
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 4px;
}
main.hero-page .hero-text p{
    text-align: justify;
    text-align-last: center;
    font-size: 13px;
    color:pink;
}
main.hero-page .hero-text a{
    background-color: white;
    color: blue;
    text-decoration: none;
    font-weight: 600;
    outline:1px solid blue ;
    border-radius: 3px;
    padding: 5px 20px;
}
footer{
    position: sticky;
    width: 100%;
    bottom: 0px;
    top: 100vh;
}
li.link1, li.link2,li.link3, li.link4, li.link5{
    display: none;
}
li.link1{
    top: 550px;
    left: 10px;
    padding: 5px;
    width: 80px !important;
}

li.link2{
    top: 550px;
    left: 100px;
    margin-left: 10px;
    padding: 5px 10px;
}

li.link3{
    top: 550px;
    left: 180px;
     width: 80px !important;
     margin-left: 10px;
     padding: 5px 10px;
}

li.link4{
    top: 550px;
    
    left: 290px;
     width: 80px !important;
     margin-left: 10px;
     padding: 5px 10px;
}

li.link5{
      top: 550px;
    left: 400px;
}


li.link{
    width: 50px;
    margin-right: 50px;
}

li.link>a{
    text-decoration: none;
    color: white;
    font-weight: 600;
    text-align: center;
}

div.container{
    background-color: rgb(20, 94, 158);
    background-repeat: no-repeat;
    background-position:center  center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: content-box;
    position: relative;
    height: fit-content;
}
div.links div.flex div.otherLink1 div.flextext h2{
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 10px;
}
div.links div.flex div.otherLink2 div.flextext h2{
    margin-bottom: 0;
     font-size: 16px;
   margin-top: 30px;
}
div.links div.flex p{
    font-size: 13px;
}
div.links div.flex h2{
      margin-bottom: 10px;
    font-size: 16px;
    margin-top: 10px;
}
div.links div.flex div.otherLink4 div.flextext p{
    text-align: justify;
    text-align-last: center;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
}
div.links div.flex div.otherLink3 div.flextext p{
    text-align: justify;
    text-align-last: center;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0;
}
}
