/*
selector {
  property: value; 
  }
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rasa:ital,wght@0,300..700;1,300..700&display=swap');
 
body{
    background-color:#adaaaa;
    font-family: "Rasa", serif;
    font-weight: 200;
    font-style: normal;
    overflow-x: hidden;
}

p{
    font-family:font-family: "Libre Baskerville", serif;
    font-weight: 200;
    font-style: normal;
    width: 40%;
    margin: 0.5%;
    text-align:center;
    margin-right:auto;
    margin-left:100px;
    border:1px solid #7a180f;
    padding: 8px;
    font-size: 18px
}

/* .mapcaption{
    position:absolute;
    top:650px;
    left:800px;
    width:60%;
} */ 

h1{
    font-family:font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color:#7a180f;
    text-align:center;
    margin-top:3%;
    margin-bottom:5%;
}

h2{
    padding-left:150px;
    padding-top:20px;
    font-size: 30px
}

h3{
    margin-top:8%;
    margin-left:12%;
    font-size: 30px
}

h4{
    font-size:18px;
    text-align:center;
}

.defintions{
    text-align:center;
}

h5{
    font-size:25px;
}

h6{
    font-family:font-family: "Libre Baskerville", serif;
    font-weight: 200;
    font-style: normal;
    margin: 0.5%;
    margin-left:100px;
    border:1px solid #7a180f;
    padding: 8px;
    font-size: 18px
}

.desoto{
    margin-right:1800px;
    margin-left:0px;
    width:80%;
    text-align:left;
}

a{
    color:#2e2d2d;
    font-size: 20px;
    font-style:bold;
}

.map{
    position:absolute;
    max-width:5%;
    margin:1%;
    top:50%;
    left:50%;

    
}

.lady{
    width:120px;
}

.info{
    max-width:50%;
    text-align:center;
}

li{
    display:inline;
    padding:2%;
    background-color:#d6d0d0;
    margin-right: 2%;
    margin-left: 2%;
}

.sources li{
    display:block;
}

.sources a{
    color:#7a180f;
    font-size:18px;
}

li a{ 
    text-decoration: none
}

li a:hover{
    background-color:gray;
    padding:1%;
    margin:0%;
    color:#7a180f;
}


ul{
   width: 100%;
   background-color:#d6d0d0;
   list-style-type: none;
   margin-bottom:5%;
}


/* body {
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Leafs_in_the_winter_fog_-_Flickr_-_Gael_Varoquaux.jpg/640px-Leafs_in_the_winter_fog_-_Flickr_-_Gael_Varoquaux.jpg");
  background-size: cover;
  background-blend-mode: lighten;
  background-color: rgba(255,255,255,0.6);
  
} */