@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');

/* The body tag style applies to all elements on the page */
body {

font-family: Englebert, Verdana, Geneva, Arial, sans-serif;
padding:0px;
margin:0px;
background: rgb(42,122,98);
background: -moz-linear-gradient(top,  rgba(42,122,98,1) 1%, rgba(174,186,135,1) 100%);
background: -webkit-linear-gradient(top,  rgba(42,122,98,1) 1%,rgba(174,186,135,1) 100%);
background: linear-gradient(to bottom,  rgba(42,122,98,1) 1%,rgba(174,186,135,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7a62', endColorstr='#aeba87',GradientType=0 );

height: auto;

}

/* The wrapper ID style is used with a div tag to provide a 960px wide page */
#wrapper {
width: 960px;
height: auto;
margin-left: auto;
margin-right: auto;
background-color:#99B28B ;
}

#nav nav ul {
	Text-decoration: none; 
	display: flex; 
	flex-direction: row; 
	margin: auto; 
	float: right
}

div.navphoneleft {
    display: none; 
}



div.phone {
    display: none;
}



/* Defining a style for a set of tags separated by commas applies the style to all tags */
h1,h2,h3,h4,h5,h6,p,li {
    margin-left: 15px;
    }

    #banner{
        height:100px;
        width: 100%;
        background: -moz-linear-gradient(top,  rgba(30,154,141,1) 0%, rgba(209,188,113,0.46) 54%, rgba(209,188,113,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(30,154,141,1) 0%,rgba(209,188,113,0.46) 54%,rgba(209,188,113,0) 100%);
        background: linear-gradient(to bottom,  rgba(30,154,141,1) 0%,rgba(209,188,113,0.46) 54%,rgba(209,188,113,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9a8d', endColorstr='#00d1bc71',GradientType=0 );
        /* border: black dotted; */
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 0;
        
        
        }
    
    
    
    /* Defining a style for a set of tags not separated by commas applies the style only to all tags within the preceding tag*/
     #banner h1 {
    
    color:  antiquewhite;
    font-size: 28pt; 
        }
    
        span h1 {
            font-size: 24pt;
            margin-left: 20px;
            /* line-height: 38pt */
            color:rgb(14, 0, 3); 
            background-color: rgb(168, 179, 149); 
            line-height: 49pt;
    
        }

   
#container h3 {
    margin-left: 20px; 
    margin-top: 100px; 
    height: 25pt; 
    color: antiquewhite; 
    font-size: 25pt;
    /* border: black dotted; */
}


.p {
    /* width: 90%;  */
    color: rgb(19, 4, 49); 
    font-weight: 550; 
    margin-left: 50px; 
    margin-right: 5px; 
    padding-left: 10px; 
    padding-right: 10px; 
    font-size: 18pt; 
    line-height: 25pt;
    background-color: #99B28B; 
}



.span {
    font-size: 20pt; 
    color: antiquewhite; 
    background-color: rgb(80, 8, 44)
}







p a{
	
		color: hsl(265, 56%, 11%)
	}
/* #left-column   */
p a:visited {
		color: #3f3b04;
	}
	
/* #left-column */
p a:hover {
		color: antiquewhite;
	}
		

    

          
       

