html, body {
   color: #020f23;
   overscroll-behavior: none;
   overflow-x: hidden;
   font-family: 'PlayfairDisplay', sans-serif;
   font-optical-sizing: auto;
   /* font-size: small; */
   text-rendering:optimizeLegibility;
   line-height: 1.5;
   letter-spacing: 0.1em;
   background: 0% 0% / 100px 100px repeat radial-gradient(circle farthest-side at 100% 100%, #5000e6ff 0% 12.5%, #5987fcff 12.5% 25%, #4a55f2ff 25% 37.5%, #808080ff 37.5% 50%, #37383eff 50% 62.5%, #4a55f2ff 62.5% 75%, #5987fcff 75% 87.5%, #5c59fc00 87.5% 100%), 0% 0% / 100px 100px repeat radial-gradient(circle farthest-side at 0% 0%, #5c59fc00 0% 12.5%, #5987fcff 12.5% 25%, #4a55f2ff 25% 37.5%, #37383eff 37.5% 50%, #808080ff 50% 62.5%, #4a55f2ff 62.5% 75%, #5987fcff 75% 87.5%, #5000e6ff 87.5% 100%, #ffffff00 100%), linear-gradient(to top in srgb-linear, #8000ffff 0%, #004cffff 100%), radial-gradient(100% 1000px at 94% 7% in xyz-d50, #cc1de7ff 0%, #a13bc9ff 19%, #00bdd6ff 44%, #9ef4ffff 69%, #d2f4f9ff 100%);background-blend-mode: screen;
}
/* html, body {
    color: #020f23;
    overscroll-behavior: none;
    overflow-x: hidden;
    font-family: 'PlayfairDisplay', sans-serif;
    font-optical-sizing: auto;
    /* font-size: small; */
    text-rendering:optimizeLegibility;
    line-height: 1.5;
    letter-spacing: 0.1em;
    background: #00b3cb;
    background-image:
    linear-gradient(187deg, #ffffff00 0vw, #ffffff00 15vw, #ffffff41 20vw, #dfeaf6 30vw, #fff 40vw), 
     linear-gradient(225deg, #905da6, #8265b1, #716dba, #5d75c1, #447cc6, #3483ca, #208acc, #0091cd, #009ace, #00a3ce, #00abcd 70vw, #00b3cb);
 } */

@font-face {
    font-family: PlayfairDisplay;
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}

#particles-js{
    top:6vh;
    height: 60vh;
    width: 100vw;
    position:absolute;
}

.container-fluid{
    min-height: 100vh;
    padding: 0rem 1rem;
    margin: 0rem;
    position:relative;
    z-index: 2;
}

.mainlink {
    font-family: 'PlayfairDisplay', 'Montserrat', sans-serif;
    text-decoration-line: none;
    font-size: 1rem;
}
.card {
    background: rgb(0,133,201,0);
    /* filter:drop-shadow(2px 4px 6px #142b4d9d); */
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-width: 0px;
}
.card-img-top{
    object-fit: cover;
    height: 27vh;
}
.card-deck{
    pointer-events: none;
}
.card-title{
    pointer-events: all;
}
.logo{
    object-fit: cover;
    max-width:100%;
    max-height: 100%;
    padding: 10%;
    pointer-events: none;
}

.icon {
    /* max-width: 50vw;
    max-height: 8vh; */
    height: 80px;
    object-fit: contain;
    margin: auto;
    padding: 0.3rem;
}

.largeText{
    font-size: 2em;
    margin-bottom: 2rem;
}
.mediumText{
    font-size: 1em;
    margin-bottom: 2rem;
    text-align: right;
}


.footer {
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-bottom: 0rem;
    margin-top: 4rem;
    font-family: 'PlayfairDisplay', 'Montserrat', sans-serif;
}

.navbar-nav > li:not(:last-child) > a::after {
    content: " |";
}

@media (max-width: 576px){
    .navbar-nav > li > a::after {
        content: " |";
    }
}

.navbar {
    padding: 0rem 2rem 0rem 1rem;
    /* background-color: #ffffffaf; */
    margin: 0rem -1rem;
}
/* .navbar-brand {
    margin: auto;
} */

#content  p {
    font-size: 1.25em;
    margin-bottom: 2rem;
    
}

h1 {
    /* font-family: 'BernierRegular', 'Montserrat', sans-serif; */
    margin-top: 4rem;
    font-size: 2em;
    margin-bottom: 2rem;
    text-align: center;
}

h2 {
    /* font-family: 'BernierRegular', 'Montserrat', sans-serif; */
    font-size: 2em;
    margin-bottom: 2rem;
  }
  
h3 {
    font-size: 1.5em;
    margin-bottom: 2rem;
  }

h4 {
    font-size: 1em;
    margin-bottom: 2rem;
  }


a { 
    /* font-family: 'BernierRegular', 'Montserrat', sans-serif; */
    color: #142b4d;
    text-decoration-line:none;
    font-weight: bold;
}

a:hover{
    color: #142b4d;
    text-decoration-line: none;  

}

#content  a {
    font-size: 3vw;
    color: #142b4d;
    text-decoration-line: underline;
}



#content {
    margin: 2rem;
}

.portrait{

}

img {
    filter: contrast(1.1);
}