@charset "UTF-8";
/* Find Us */

header {
	min-height: 75px;
	
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;	
}

body {
	min-height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url("../images/20.jpg")
}

nav ul li a {
    display: block;
    padding-top: 35px;
    padding-right: 75px;
    padding-left: 75px;
    padding-bottom: 5px;
    color: white;
    font-size: 3em;
    text-decoration: none;	
}

nav ul li a:hover {
	color: red;
	
}

.Mayberry {
    float: left;
    h2: red;
    padding-left: 50px;
    padding-top: 75px;	
}

.Arlington {
    float: left;
    padding-left: 50px;
	padding-top: 75px;
}

.Wells {
    float: left;
    padding-left: 50px;
	padding-top: 75px;
}


article h2 {
	color: red;
	font-size: 4.5em;
	
	
		
} 
article p {
	color: white;
	font-size: 3em;
	
}
