@media only screen and (min-width: 720px){
	
}
@media only screen and (min-width: 720px){
	
}



@media only screen and (min-width: 720px){
	.logoWrapper{
		height:12em;
	}
}
@media only screen and (min-width: 720px){
	.logo{
		max-width:900px;
		display:flex;
		justify-content:center space-between;
		align-items:center;
		flex-wrap:wrap;
		margin:auto;
	}
}

@media only screen and (min-width: 720px){
	.logoImage{
		display:flex;
		max-width:20em;
	}
}
@media only screen and (min-width: 720px){
	.logoText{
		display:none;
	}
}
@media only screen and (min-width: 720px){
	.logoTextLarge{
		display:flex;
		font-size:2em;
		flex-wrap:nowrap;
	}
}
@media only screen and (min-width: 720px){
	.nav{
		display:flex;
		height:3em;
	}
}
@media only screen and (min-width: 720px){
	.phoneNav{
		display:none;
	}
}
@media only screen and (min-width: 720px){
	.largeNav{
		width:100%;
		max-width:900px;
		margin:auto;
		display:flex;
		justify-content:space-between;
		height:3em;
	}
}

@media only screen and (min-width: 720px){
	.largeNav ul{
		display:flex;
		width:100%;
		max-width:900px;
		display:flex;
		justify-content:space-between;
		flex-direction:row;
		align-items:center;
	}
}

@media only screen and (min-width: 720px){
	.largeNav a{
		color:white;
		height:3em;
		align-items:center;
	}
}
.largeNav ul li a{
	align-items:center;
	padding:1em;
}
@media only screen and (min-width: 720px){
	.largeNav a:hover{
		background-color:#e9e2d8;
			
	}
}
.largeNav ul li:hover{
	display:block;

}


@media only screen and (min-width: 720px){
	.dropdown-content{
		flex-direction:column;
		display:none;
		display:absolute;
		padding:1em;
		position:absolute;
		background-color:#d1c4b2;
		
	}
}
.aboutUs{
	margin:5.5em 0 0 -6em;
	width:12em;
}
.resources{
	margin:5em 0 0 -8em;
	width:20em;
}
@media only screen and (min-width: 720px){
	.dropdown-content li{
		padding-top:1em;
	}
}
@media only screen and (min-width: 720px){
	.dropdown:hover .dropdown-content{
		display:block;
		
	}
}


@media only screen and (min-width: 720px){
	.colorBar{
		background-size: 100% 100%;
	}
}

