/*********************************************************   GLOBAL   **********************************************************/
/*******************************************************************************************************************************/
/*************************************************  TABLET STYLES  - DESKTOP  *************************************************/


@media only screen and (min-width: 768PX) and (max-width: 980px) {


#content {
	width:90vw;
	margin-left:5%;
	margin-right:auto;
	margin-top:100px;
}

h1 {
	font-size:48px;	
	color:#21315F;
}

#header {
	height:100px;
	width:100%;
}

#header h2 {
	font-size:24px;
	line-height:60px;
}

#slideshowWrapper {
	max-height:600px;
}

#slideshow {
	max-height:600px;
}

#intro {
	width:100%;
	height:450px;
}

#history {
	padding:20px;
	line-height: 30px;
}


#contactLeft {
	float:left;
	width:100%;
	margin-top:30px;
}


#contactRight {
	margin-top:30px;
	width:80%;
	margin-left:10%;
	text-align: center;
}

#days {
	width:50%;
}

#hours {
	width:50%;
}

h3 {
	width:100%;
	text-align:center;
}


#map {
	width:100%;
	height:300px;
	margin-top:200px;
}


/************************* SERVICES *****************************/

#services {
	margin-top:100px;
	margin-bottom:100px;
}

#servicesColumn1 {
	width:100%;
}

#servicesColumn2 {
	width:100%;
}

.plusBtn {
	width:30px;
	height:30px;
    margin-top:15px;
    margin-left:15px;
}

h2 {
	height:18px;
	font-size:24px;	
	padding-top:20px;
	padding-bottom:20px;
}

.service p {
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	font-size:14px;
}

/************************* ABOUT *****************************/

#about {
	margin-top:100px;
}

#teamImage {
	height:300px;
}

#personalNote h3 {
	width:100%;
	text-align: center;
	padding-left:0px;
}

#personalNote p {	
	line-height: 30px;
	}

#personalNote {
	width:100%;
	margin-top:350px;
	right:0%;

}

#footerContact {
	width:100%;
	height:50px;
	margin-top:400px;
}

#footerContact li{
	float:none;
	width:100%;
	margin-right:0%;
	margin-top:30px;

}

#footer {
	margin-top:-300px;
	height:500px;
}
 
}






/*********************************************************   GLOBAL   **********************************************************/
/*******************************************************************************************************************************/
/*************************************************  TABLET STYLES  - DEVICES  *************************************************/





@media only screen and (min-device-width: 768px)  and (max-device-width: 980px) {

#content {
	width:90vw;
	margin-left:5%;
	margin-right:auto;
	margin-top:100px;
}

h1 {
	font-size:48px;	
	color:#21315F;
}

#header {
	height:100px;
	width:100%;
}

#header h2 {
	font-size:24px;
	line-height:60px;
}

#slideshowWrapper {
	max-height:600px;
}

#slideshow {
	max-height:600px;
}

#intro {
	width:100%;
	height:450px;
}

#history {
	padding:20px;
	line-height: 30px;
}


#contactLeft {
	float:left;
	width:100%;
	margin-top:30px;
}


#contactRight {
	margin-top:30px;
	width:80%;
	margin-left:10%;
	text-align: center;
}

#days {
	width:50%;
}

#hours {
	width:50%;
}

h3 {
	width:100%;
	text-align:center;
}


#map {
	width:100%;
	height:300px;
	margin-top:200px;
}


/************************* SERVICES *****************************/

#services {
	margin-top:100px;
	margin-bottom:100px;
}

#servicesColumn1 {
	width:100%;
}

#servicesColumn2 {
	width:100%;
}

.plusBtn {
	width:30px;
	height:30px;
    margin-top:15px;
    margin-left:15px;
}

h2 {
	height:18px;
	font-size:24px;	
	padding-top:20px;
	padding-bottom:20px;
}

.service p {
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	font-size:14px;
}

/************************* ABOUT *****************************/

#about {
	margin-top:100px;
}

#teamImage {
	height:300px;
}

#personalNote h3 {
	width:100%;
	text-align: center;
	padding-left:0px;
}

#personalNote p {	
	line-height: 30px;
	}

#personalNote {
	width:100%;
	margin-top:350px;
	right:0%;

}

#footerContact {
	width:100%;
	height:50px;
	margin-top:400px;
}

#footerContact li{
	float:none;
	width:100%;
	margin-right:0%;
	margin-top:30px;

}

#footer {
	margin-top:-300px;
	height:500px;
}

}


