body {
	font-family: 'Lora', serif;
}

#top_title{
    text-align: center;
    font-size: 40px;
	margin: 5rem 0rem;
    text-shadow: 2px 2px 3px grey;
}


#main_wrapper{
    max-width:1400px;
/*    border: 2px solid green;*/
    margin-right: auto;
    margin-left: auto;
	
    
}

#address_container{
    background-color: #fff4b3;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
	border-radius: 12px;
	margin-bottom: 30px;
}

#mailing_list{
	text-align: center;
	
}

#left{
/*    border: 2px solid green;*/
    width:30%;
    margin:50px;
}
#field_img{
    order: 1;
    width:100%;
/*    margin: 30px;*/
    object-fit: cover;
}

#right{
    order:2;
    width:60%;
/*    border: 2px solid green;*/
}

#lab_title{
    font-size: 20px;
}

.lab_address{
    text-justify: auto;
    font-size: 18px;
}

#warning{
    color:red;
    font-size:18px;
}

#staff{
    font-size: 20px;
    width:75%;
    margin-right: auto;
    margin-left: auto;
}

#staff_wrapper{
    width:75%;
/*    border: 2px solid black;*/
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    margin-bottom: 100px;
}


.profile{
    width:350px;
/*    margin:10px;*/
/*    border:2px solid gray;*/
	margin-bottom: 3rem;
}

.name{
    font-size: 18px;
}

.detail{
    width:80%;
    font-size: 16px;
    text-justify: auto;
}

#Mike{
    order:1;
}

#Jeff{
    order:2;
}

#Brandi{
    order:3;
}

#James{
    order:4;
}

#Virginie{
    order:5;
}

#Whitney{
    order:6;
}

#April{
    order:7;
}

#Alexa{
    order:8;
}