/*
Theme Name: batesreno
Template: generatepress
*/

fullcol {
	float: left;
	width: 96%;
	min-width: 270px;
	margin: 1% 1% 1% 0%;
	padding: 2%;
	background-color: #FFF;
	border: none;
}
.thirdcol {
	float: left;
	width: 32.6%;
	min-width: 270px;
	padding: 1%;
	margin: 1% 1% 1% 0%;
	background-color: #fff;
	border-width: none;
	height: 650px;
}

h1.hometitle {display: none;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9e3230;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 15px 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

h3.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000;
	margin: 15px 0px 0px 0px;
}
p.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ACACAC;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
}


/* When the screen width is less than 400px */
@media only screen and (max-width: 400px) {
	h3.footer {font-size: 17px;}
	h2 {font-size: 18px;}
	
}

/* When the screen width is less than 630px */
@media only screen and (max-width: 630px) {
	.fullcol {width: 93%; margin: 1% 1.3% 2% 1.3%;}
	.thirdcol {width: 93%; height: auto; margin: 1% 1.3% 2% 1.3%; padding-bottom: 5%;}
	h3 {font-size: 22px;}
}

/* When the screen width is between 630px and 1000px */
@media only screen and (min-width: 630px) and (max-width: 1000px){
	#thirdcol {width: 43%; height: auto; margin: 1% 1% 2% 1%; padding-bottom: 5%;}
	h3 {font-size: 2.8vw;}
}

/* When the screen width is greater than 400px */
@media screen and (min-width: 400px){
	.rwd-break { display: none; }
}