.example-class-file {
	color: red;
	background-color: blue;
	padding: 10px 5px 2px 1px; /* top, right, left, bottom */
	margin: 10px 5px 2px 1px; /* top, right, left, bottom */
}


/************ custom classes for amy ************/
.section-height-extratall{
	height: 480px;
}
.section-height-tall{
	height: 360px;
}
.section-height-medium{
	height: 240px;
}
.section-height-500{
	
}
.section-hide{
	display: none;
}
.section-fleft{
	float: left;
}
.section-fright{
	float: right;
}

.font_small_tight, .font_small_tight p{
	font-size: 13px;
	line-height: 16px;
	font-family: 'Francois One', Helvetica, Arial, Lucida, sans-serif;
}

.font_white a{
  	color: #fff!important;
}

/********home page hero*********/
.lower-center{
	margin-top: 80%;
	text-align: center;
	text-shadow: 3px 2px 4px #393939;
	font-size: 76px;
	font-family: 'Josefin Sans', sans-serif!important;
}


.lower-center a{
	margin-top: 80%;
	text-align: center;
	text-shadow: 3px 2px 4px #393939;
	font-size: 76px;
  	color: #fff!important;
	font-family: 'Josefin Sans', sans-serif!important;
	white-space: nowrap
}
/********end home page hero*********/


/********sub menus*********/
.h3-menu  a{
	font-family: 'Francois One', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 500;
  	color: #000!important;
  	font-size: 18px;
}
.h3-menu-white  a{
	font-family: 'Francois One', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 500;
  	color: #fff!important;
  	font-size: 18px;
}
/********end sub menus*********/

/**** blue bar small****/
.promo_small{
	padding:0px; 
}

/**** add a bar around a h1 tag at top of page ****/
.border-top-bar{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	min-height: 30px;
	margin-bottom: 15px;
} 
/**** title blue serif ****/
.et_pb_post h2 a, .et_pb_post h1{
	color: #5878ad!important;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	letter-spacing: -1px;
	word-spacing: -1px;
} 
/************ END custom classes for amy ************/  
.padding_15_top{
	padding-top: 15px!important;
}
.margin_15_top{
	margin-top: 15px!important;
}

.profile_type_1{
	background-color: #8487ea; 
}
.profile_type_1 .et_pb_team_member_description{
	padding:10px;
	color: #FFF;
}
.profile_type_1 .et_pb_team_member_description h4{

}
.top-icon-small .et-pb-icon{
   font-size: 40px;
}

.top-icon-small-left .et-pb-icon{
 
  
   font-size: 40px;
}
.top-icon-small-left .et_pb_main_blurb_image{
	 text-align: left;
}
.top-icon-small-left{
	margin-bottom: 0px;
}
.top-icon-small-left .et-pb-icon blurb{
	  margin-bottom: 0px;
}
.menu-font{
	font-family: 'Josefin Sans', sans-serif;
}
.fleft{
	float: left;
}
blockquote p{
	color: #5878ad;
	font-size: 16px;
  	font-weight: 700!important;
	font-style: italic;
}
.h3-menu-white .et_pb_widget li a:hover{ color: #59544d!important; }

.menu_font_style{
	font-family: 'Josefin Sans', sans-serif!important;
  	font-weight: 700!important;
}

.bold_font_style{
	font-family: 'Francois One', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 700!important;
}

.bold_link a{
	font-family: 'Francois One', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 700!important;
}

/*** phone ***/
@media only screen and (max-width: 980px) { 
	.et_fixed_nav #main-header, .et_fixed_nav #top-header{
		height: 58px;
	}
	body.et_fixed_nav.et_secondary_nav_enabled #main-header{
		top: 58px!important;
	}
	.mobil-only{ 
		display: block;
	}
	.desktop-only{
		display: none;
	}
}
/*** desktop or tablet ***/
@media only screen and (min-width: 981px) {
	
	.mobil-only{
		display: none;
	}
	.desktop-only{
		display: block;
	}
}
@media only screen and (max-width: 900px) { 
	
	
}
@media only screen and (min-width: 901px) {
	.tablet-only{
		
	}
}
