@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
/* ======= RESET & SETUP ======= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: 'Garamond', 'Georgia', serif;
	background-color: #e7ebee;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	
html{
	font-size:100%;
	}

html, body{
	height:100%;
	}

* { 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

h1, h2, h3, h4, h5, h6{
	font-family: 'Garamond', 'Georgia', serif;
	font-weight: normal;
	}

a{
	text-decoration: none;
	}

	/* ======= GRID ============ */


/* -----  SECTIONS ---------  */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	
	}
.col:first-child {
	margin-left: 0;
	}


/* ----- GROUPING ------- */

.group:before,
.group:after {
	content:"";
	display:table;
	}
	
.group:after {
	clear:both;
	}
	
.group {
    zoom:1; /* For IE 6/7 */
	}
                                               
					
/* -------- GRID OF TWELVE ------- */

.span_12_of_12 {
	width: 100%;
	}

.span_11_of_12 {
  	width: 91.53%;
	}
	
.span_10_of_12 {
  	width: 83.06%;
	}

.span_9_of_12 {
  	width: 74.6%;
	}

.span_8_of_12 {
  	width: 66.13%;
	}

.span_7_of_12 {
  	width: 57.66%;
	}

.span_6_of_12 {
  	width: 40.5%;
	}

.span_5_of_12 {
  	width: 40.73%;
	}

.span_4_of_12 {
  	width: 32.26%;
	}

.span_3_of_12 {
  	width: 26.5%;
	}

.span_2_of_12 {
  	width: 15.33%;
	}

.span_1_of_12 {
  	width: 6.866%;
	}

/* --------- MOBILE -------- */

@media only screen and (max-width: 740px) {
	.col { 
		margin: 1% 0 1% 0%;
		}
}

@media only screen and (max-width: 910px) {
	.span_12_of_12 {
		width: 100%; 
		}
	.span_11_of_12 {
		width: 100%; 
		}
	.span_10_of_12 {
		width: 100%; 
		}
	.span_9_of_12 {
		width: 100%; 
		}
	.span_8_of_12 {
		width: 100%; 
		}
	.span_7_of_12 {
		width: 100%; 
		}
	.span_6_of_12 {
		width: 100%; 
		}
	.span_5_of_12 {
		width: 100%; 
		}
	.span_4_of_12 {
		width: 100%; 
		}
	.span_3_of_12 {
		width: 100%; 
		}
	.span_2_of_12 {
		width: 100%; 
		}
	.span_1_of_12 {
		width: 100%;
		}
}

#nav a:link {
    color: #0f3545;
}

#nav a:visited {
    color: #0f3545;
}

#nav a:hover {
    color: #cc7136;
}

#wrapper{
	width:100%;
	max-width:1300px;
	margin:0px auto;
	}


#nav{
	width: 100%;
    margin: 0;
    left: 18.5%;
    position: relative;
    z-index: 500;
    clear: both;
    margin-bottom: 4%;
    max-width: 900px;
	}
	
#nav, #nav > ul{
	height: 3rem;
	}

#nav > a{
	display: none;
	}

#nav li {
	position: relative;
	list-style-type:none;
	float:left;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	
	
.mainNavLink1{
	height: 100%;
    width: 12%;
    font-family: 'Garamond', 'Georgia', serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.35px;
    text-align: center;
	}
	
.mainNavLink2{
    height: 100%;
    width: 14%;
    font-family: 'Garamond', 'Georgia', serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.35px;
    text-align: center;
	}

.mainNavLink2:before, .mainNavLink:before{
    padding-right: 10px;
}
	
.mainNavLink{
    height: 100%;
    width: 12%;
    font-family: 'Garamond', 'Georgia', serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.35px;
    text-align: center;;
	}
	
.mainNavLink:first-child{
	border:none;
	}
	
.mainNavLink a{
	display: block;
	color: #fff;
	font-size:0.85rem;
	height: 100%;
	padding: 0;
	line-height: 200%;
	text-align:center;
	}
	
.mainNavLink a:hover, #nav > ul:not( :hover ) > li.active > a{
	color:#bef8e0;
	}
	
.sideNavLink a{
	display: block;
	color: #000;
	font-size:1rem;
	height: 100%;
	padding: 0;
	line-height: 200%;
	text-align:left;
	list-style-type:none;
	padding-top:5px;
	}
	
.sideNavLink{
	list-style-type:none;
	line-height: 200%;
	}
	
.sideNavLink a:hover, #nav > ul:not( :hover ) > li.active > a{
	color:#64c0ba;
	}

#inner-wrapper{
	width:100%;
	margin-top: 5%;
	}
	
.article{
	width:87%;
	margin:0px auto;
	}
	
.section{
	padding-top:6%;
}
	
#logo{
	background-image: url("../images/TherapyTruro.png");
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
	width:427px;
	height:82px;
	position: relative;
	left:19%;
	top:0;
}

#border{
	border-bottom: #cc7136 2px solid;
	max-width:700px;
	left:6%;
	position:relative;
	padding-right:10%;
	width:100%;
	box-sizing: content-box;
}

.top-border {
	margin-bottom:5%;
}

#top_copy {
	margin-top: -6%;
	padding-right: 23%;
	margin-left: 10%;%
}

#top_copy p{
	left:6%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
}

#top_copy h1{
	left:6%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
}

#top_copy li{
	left:6%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	list-style:none;
	text-indent: 15px;
}

#top_copy li:before {
  content: "-";
}

li.last-item {
	padding-bottom: 5%;
}

#services {
	padding-top:2%;
	padding-right: 23%;
	margin-left: 12%
}

#services p{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	padding-bottom:2%;
}

#services h1{
	left:4%;
	font-size:20px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #cc7136;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	text-decoration: underline;
	padding-bottom:4%;
}

#services h2{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
}

.services-last{
	padding-bottom:5% !important;
}

#services #border{
	left:4%;
}

#therapists {
	padding-top:2%;
	padding-right: 23%;
	margin-left: 12%
}

#therapists p{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	padding-bottom:2%;
}

#therapists h1{
	left:4%;
	font-size:20px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #cc7136;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	text-decoration: underline;
	padding-bottom:4%;
}

#therapists h2{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
}

#therapists #border {
	left:4%;
	padding-top: 3%;
}

#faqs {
	padding-top:2%;
	padding-right: 23%;
	margin-left: 12%
}

#faqs p{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	padding-bottom:2%;
}

#faqs h1{
	left:4%;
	font-size:20px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #cc7136;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	text-decoration: underline;
	padding-bottom:2%;
}

#faqs h2{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
}

#faqs #border {
	left: 4%;
	padding-top:3.5%;
}

#contract {
	padding-top:2%;
	padding-right: 23%;
	margin-left: 12%
}

#contract p{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	padding-bottom:2%;
}

#contract h1{
	left:4%;
	font-size:20px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #cc7136;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	text-decoration: underline;
	padding-bottom:4%;
}

#contract h2{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
}

#contract #border {
	left:4%;
	padding-top: 3%;
}

#links{
	padding-top: 1.5%;
	padding-right: 23%;
	margin-left: 12%
	
}

#links h1{
	left:4%;
	font-size:20px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #cc7136;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	text-decoration: underline;
	padding-bottom:4%;
}

#links a:link {
    color: #0f3545;
}

#links a:visited {
    color: #0f3545;
}

#links a:hover {
    color: #cc7136;
}

#link{
	left:4%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:regular;
	position: relative;
	max-width:1000px;
	text-decoration: underline;
}

#links li{
    list-style-type: none;
    padding: 0;
    margin: 0px;
    position: relative;
}

#links #border {
	left:4%;
	padding-bottom: 5%;
}

.mainNavLinkMob{
	display:none;
}

#contact {
	padding-top:1.5%;
	padding-right: 23%;
	margin-left: 13.5%
}

#contact p{
	left:9%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	padding-bottom:2%;
}

#contact h1{
	left:9%;
	font-size:20px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #cc7136;
	position: relative;
	max-width:1000px;
	padding-right:10%;
	text-decoration: underline;
	padding-bottom:19%;
}

#contact h2{
	left:9%;
	font-size:18px;
	font-family:'Garamond', 'Georgia', serif;
	font-weight:bold;
	color: #0f3545;
	position: relative;
	max-width:1000px;
	padding-right:10%;
}

#contact_image{
    float: right;
    background-image: url(../images/truro.jpg);
    position: relative;
    height: 300px;
    padding-top: 5%;
    margin-top: 9.5%;
    right: 15%;
    background-size: 100%;
    background-repeat: no-repeat;
	right:15%;
}

#copyright{
	font-family:'Garamond', 'Georgia', serif;
	font-size:10px;
	padding-top:5%;
	left: 2%;
    position: relative;
}

#button {
	font-family:'Garamond', 'Georgia', serif;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #cb703b;
    color: white;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
}

#button:hover {
    background-color: #0e3644;
}

@media only screen
and (max-width:1100px){
	#contact_image{
        background-size: 80%;
		right: -7%;
}
}
	
/* --- NAV RESPONSIVE --- */
@media only screen
and (max-width:910px){

#border{
	display:none;
}
		
	#nav{
display:none;
		}	
		
#contact {
	padding-top:2.5%;
	margin-left: 8%
}

#contact h1{
	padding-bottom: 6%;
}

#contact_image {
    background-size: 50%;
    right: -14%;
}

#links h1 {
	padding-bottom: 8%;
}

#logo {
    background-size: 80%;
    width: 65%;
    left: 12%;
}

.sidenav a {
	font-family:'Garamond', 'Georgia', serif;
	font-weight:normal;
	}
}

@media only screen and (max-width:823px){
	#logo{
	background-size: 80%;
    width: 65%;
    left: 5%;
	}
	
#top_copy {
	padding-right: 0%;
	margin-left: 0%;
}

#services {
	padding-right: 0%;
	margin-left: 0%
}

#therapists {
	padding-right: 0%;
	margin-left: 0%
}

#faqs {
	padding-right: 0%;
	margin-left: 0%
}

#contract {
	padding-right: 0%;
	margin-left: 0%
}

#links{
	padding-right: 0%;
	margin-left: 0%	
}

#contact {
	padding-right: 0%;
	margin-left: 0%
}

#contact p{
	left:4%;
}

#contact h1{
	left:4%;
}

#contact h2{
	left:4%;
}

#contact_image {
    left: 4%;
}


}

@media only screen
and (max-width:630px){

#contact_image {
    background-size: 75%;
}

#button {
    right: 0px;
    font-size: 14px;
}

}
