/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=20h0u0kaYup33PN6EDSfWprkl0n */

/* .color-primary-0 { color: #F2B99F }  Main Primary color 
.color-primary-1 { color: #FFEEE7 }
.color-primary-2 { color: #FFDBCA }
.color-primary-3 { color: #CB8566 }
.color-primary-4 { color: #030201 }

.color-complement-0 { color: #6CA48E }	Main Complement color 
.color-complement-1 { color: #CDE2DA }
.color-complement-2 { color: #9BC3B4 }
.color-complement-3 { color: #45896F }
.color-complement-4 { color: #010201 }

*/

@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap'); 

.forum-regular {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
  }

  *{
    font-family: "Forum", serif;
  }
.container {
    position: relative;
    z-index: 1;
    background-color: white;
}
body {
    margin: 0;
    min-height: 100vh;
    background: transparent;
}
:root {
    --primaryColor: #F2B99F;
    --lightPrimaryColor: #FFDBCA;
    --darkPrimaryColor: #CB8566;
    --complementColor: #6CA48E;
    --lightComplementColor: #9BC3B4;
    --darkComplementColor: #45896F;
    --greyBack: #C5C5C5;
    --middleGrey: #D9D9D9;
    --darkGrey: #2D2D2D;
    --boxShadowColor: #888888;
}

p{
    font-size: 20px;
}
strong{
    font-size: 30px;
}



i{
    font-size: 25px;
    color: #1b245a;
}
i:hover{
    color: #1b245a;
}

h1{
    font-style: normal;
    font-weight: bold;
    color: #1b245a;
}
h3{
    font-weight: lighter;
   
    color: #1b245a;
}
h2{
   font-style: normal;
    color: #1b245a;
}


nav {
    border-radius: 25px;
    text-align: center;
    padding:2rem;
}

    nav a {
        color: #1b245a;
        text-decoration-line: none;
    }
    a:hover {
     
        text-decoration-line: underline;
    }
    

    nav li {
        display: inline;
        padding: 0rem 1rem 0rem;
    }
.navBar a {
    float: left;
    font-size: 20px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
a{
    font-size: 20px;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

#resize{
    height: 250px;
    width: 250px;
    border-style: solid;
    border-color: #1b245a;
    box-shadow: 5px 10px 10px #1b245a;
   
    position: relative;
   
}
@keyframes fadein {
    0%   {opacity: 0; left:200px;}
    100% {opacity: 1; left:0px;}
  }
hr{
    color: var(--darkComplementColor);
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
#footer{
    text-align: center;
    position: sticky;
    
}
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



 /* ===== Animated Background ===== */

.area {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;

    background: #8672A5;
}





 
