

@charset "UTF-8";
/* CSS Document */
/* Color scheme hexadecimal values: FFE8DF 8F92B2 F9F9FF BBCCB3 99B28B */
@import url('https://fonts.googleapis.com/css2?family=Englebert&display=swap');
body {
color: white;
font-family: Englebert, Verdana, Geneva, Arial, sans-serif;
padding:0px;
margin:0px;
font-size: 18px;
background: rgb(42,122,98);

}



h1,h2,h3,h4,h5,h6,li {
margin-left:10px;
margin-top:0px;
}


#wrapper {
width: 900px;
height: auto;
margin-left: 0 auto;
margin-right: 0 auto;
background-color:rgb(42,122,98)

}

/* This is so the full nav will not show in the phone view */



#nav {
    display: none;

}


    div.phone{ 
       font-size: 40pt;
       line-height: 60pt;
       display: flex;
       justify-content:center;
       flex-direction: row;
       width: 900px;
       margin-bottom: 15px; 
       list-style: none;
       opacity: 1;
       
       

   } 

   div.navphoneleft{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    top: 10%;
    left: 25px;
    font-size: 40pt;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 50pt;
    list-style: none;
    text-decoration: none;
   
}
    *

  


#container h3 {
    margin-left: 25px; 
    margin-right: 0px;
    margin-top: 25px;
   
    height: auto; 
    color: antiquewhite; 
    font-size: 40pt;
    line-height: 45pt;
    background-color: rgb(80, 8, 44);;
    width: 100%;
    
    
}

#container {
    font-size: 28pt; 
    line-height: 30pt;
    width: 900px;
    padding-left: 5px;
    padding-right: 10px;
    
    
}



.p {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    float: none;
    width: 90%;
    position: relative;
    left: 20px;
    right: 20px;
    padding-left: 10px; 
    padding-right: 25px; 
    font-size: 38pt; 
    line-height: 40pt;
    background-color: #99B28B; 
    color: rgb(19, 4, 49); 
   
  
}


.span{
    font-size: 35pt; 
    font-style: bold;
    color: antiquewhite; 
    font-weight: 800;
    background-color: rgb(80, 8, 44);
    line-height: 45pt;
    margin-top: 20px;
    margin-right: 10px;
}


