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

}

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

#wrapper {
max-width: 959px;
min-width: 701px;
height: auto;
margin-left: 0 auto;
margin-right: 0 auto;
background-color:#99B28B

}

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

div.navphoneleft {
    display: none; 
}

div.phone {
    display: none;
}


/* This holds the toggle link images that connect to the galleries*/

#right-column {
float: right;
padding-top: 5px;
margin-top: 50px;
height: auto;
width: 25%;
background-color: rgb(42,122,98);
font-size: 15pt;
color: antiquewhite;
padding-bottom: 20px;


}



/* This holds the box that holds the contact form for visitors */

#left-column {
    float: left;
    height:auto;
    width:64%;
    margin-left: 5px;
    margin-right: 3px;
    margin-top: 50px;
    font-size: 25pt;
    line-height: 30pt;
    color:antiquewhite;
    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 );
padding-bottom: 30px;
}



img {
    width: 125px;
   
}
 
.figure {
    margin-left: 25px;
    margin-right: 15px;
}

 
  /* This holds the contact form*/   

.box {
    height: 25px;
    width: 200px;
    float: left;
    background-color: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 );;
    margin: 15px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 18pt;
    
    }



.clear{ 
clear: both; 
}


    
    
    

    
   