body{
    background-image: url("images/background.jpg") ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
   margin: 010%;
}

hr { border-color:#3c0d27;
}

main{background-image: url("images/backgroundlines.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;}
 
p {
        color: #131B75;
        font-family: "gelica", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-left: 100px;
        padding-right: 100px;
        }
        


 h1 {
color: #5D0E3B;
text-align:center;
font-family: "peregroy-jf", sans-serif;
font-weight: 400;
font-style: normal;
margin-top:30px;
;
}
h2 {color: #5D0E3B;
    font-family: "peregroy-jf", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top:30px;
margin-left:30px;}

h3 {color: #5D0E3B;
    font-family: "peregroy-jf", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top:30px;}
h5 {
    color: #5D0E3B;
    font-family: "peregroy-jf", sans-serif;
    font-weight: 400;
    font-style: normal;
   margin-top:30px;
    margin-left:30px;
font-size: 1em;
}

ul {
color:#131B75;
font-family: "gelica", sans-serif;
font-weight: 400;
font-style: normal;

}

ol {
    color:#131B75;
    font-family: "gelica", sans-serif;
font-weight: 400;
font-style: normal;
    
}


.image-wrapper{
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 50px;
}

.ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #D3C4E3;
}

.li {
  float: left;
  
}

.li a, .dropbtn {
  display: inline-block;
  color: #8F95D3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.li a:hover, .dropdown:hover .dropbtn {
  background-color: #8F95D3;
  color: #D3C4E3;
}

.li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #DBB1BC;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #004666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdown-content a:hover {background-color: #004666;
color: #DBB1BC;
}

.dropdown:hover .dropdown-content {
  display: block;
}
  a.active {
   
    color: #D3C4E3;
    background-color:#8F95D3;}




  /*FONTS*/
  /*Gelica Regular
font-family: "gelica", sans-serif;
font-weight: 400;
font-style: normal;
Gelica Italic
font-family: "gelica", sans-serif;
font-weight: 400;
font-style: italic;
Gelica Bold
font-family: "gelica", sans-serif;
font-weight: 700;
font-style: normal;
Gelica Bold Italic
font-family: "gelica", sans-serif;
font-weight: 700;
font-style: italic;

PeregroyJF Regular
font-family: "peregroy-jf", sans-serif;
font-weight: 400;
font-style: normal;*/