@charset "utf-8";
/* ===== == = === 118.75em (1900px) === = == ===== */
@media screen and (min-width : 1900px) {

}
/* ===== == = === 100em (1600px) === = == ===== */

@media screen and (min-width : 1600px) {

}

/* ===== == = === 81.25em (1300px) === = == ===== */

@media screen and (max-width : 1400px) {
nav ul {
	width:78%;
}
nav li {
    padding:7px 9px 8px 9px;
}
nav li a  { 
	font-size:1.1rem;
}
#archdrop {
	width:50%;
	margin-left:0rem;
}
#archdrop a {
	font-size:13px;	
}
#blogsearch {
	width:49%;
	margin-right:1%;
	overflow:hidden;
}
#search-field {
	width:70%;
	font-size:13px;
}
#search-submit {
	width:30%;
	font-size:13px;
}
#guide {
	display:block;
}
#services .card a h2{
	font-size:2.1rem;
	line-height:120%;
}
}

/* ===== == = === 68.75em (1100px) === = == ===== */

@media screen and (max-width : 1100px) {
body {
	font-size: 18px;
	line-height:120%;
	}
p {	
	font-size:16px;
}
nav ul {
	width:78%;
}
nav li {
    padding:7px 7px 8px 7px;
}
nav li a  { 
	font-size:1rem;
}
#headline h1 {
	font-size:3.6rem;
}

#certs a {
	height:4rem;
	margin-right:.75rem;
	float:left;
	margin-left:0;
}
#services .card a h2{
	font-size:1.9rem;
	line-height:120%;
}

}

/* ===== == = === 56.25em (900px) === = == ===== */

@media  screen and (max-width:900px) {
.toggle {
	display:block;
	float:right;
	font-size:1.5rem;
	border:none;
	box-shadow:none;
	outline:none;
	background:transparent;
	margin-top:10px;
	margin-right:2%;
	margin-bottom:10px;
	}
.toggle:hover {
	color:#0e7ea3;
	}
.toggle:active,
.toggle:focus 	{
	border:none;
	background:transparent;
	outline: none !important;
   box-shadow: none;
}
ul.menu {
		display:none;
	}
#logo {
	position:relative;
	float:left;
	display:inline-block;
	text-align:left;
	width:40%;
	height:auto;
	top:0;
	left:0;
	margin:10px 0 10px 2%;
	-webkit-transform: translatey(0%);
	-moz-transform: translatey(0%);
	transform: translatey(0%);
}
.pagination {
	margin:1.5rem 0;
	font-size:1rem;
}
.pagination span {
	padding:.5rem 1rem .5rem 0rem;
	margin-right:.5rem;
}
.pagination span.current {
	padding:.5rem .75rem;
}
.pagination a.inactive {
	padding:.5rem .75rem;
	}
#guide {
	display:inline-block;
}
}
/* ===== == = === 50em (800px) === = == ===== */

@media  screen and (max-width:800px) {
body {
	font-size: 18px;
	line-height:130%;
	}
p {	
	font-size:16px;
}
h2 {
		font-size:2.1rem;
	}	
footer {
	padding:30px 0 100px;
	font-size:14px;
}
footer .left-col {
	width:35%;
	padding-left:2%;
}
footer .mid-col {
	width:15%;
}
footer .right-col {
	width:50%;
	padding-right:2%;
}
#copy {
	bottom:30px;
}
#social {
	bottom:30px;
}

#services .card a h2{
	margin-top:1.5rem;
	margin-bottom:1rem;
	font-size:1.4rem;
	line-height:120%;
}

.wrap-10 {
	width:80%;
	margin: 0 10%;
}
#mast h1 {
	font-size:6rem;
}
body.photo-page header h1 {
		font-size:6rem;
	}
#submit {
	width:50%;
	margin-left:25%;
}
	
}
/* ===== == = === 48em (768px) === = == ===== */

@media  screen and (max-width:768px) {
body {
	font-size: 16px;
	line-height:120%;
	}
p {	
	font-size:14px;
}
p.small {	
	font-size:10px;
}
h1 {
	font-size:4rem;
}
h1.mast-title {
	font-size:4rem;
}
h2 {
	font-size:1.8rem;
}
h3 {
	font-size:1.5rem;
}
#mast h1 {
	font-size:5rem;
}
body.photo-page header h1 {
		font-size:5rem;
	}
#mast h3 {	
	font-size:2.4rem;
}
body.photo-page header h2 {
		font-size:1.9rem;
	}
#mast {	
	top:25%;
}

#cert-icons a {
	height:35px;
	margin-right:.5rem;
	margin-left:0;
}
#services .card {
	margin:0px 10px;
}	

a.icon {
	height:3rem;
	margin-right:5px;
}

#headline h3 {
	font-size:1.3rem;
}
#headline h1 {
	font-size:2.3rem;
	line-height:120%;
}
#linda h3 {
	border-top:1px solid #000;
	padding-top:.5rem;
	font-size:1.2rem;
}

.slick-prev {
	position:absolute;
	left:0;
	top:40%;
	padding:2rem 1rem;
	width:auto;
	height:auto;
	border:none;
	-webkit-transform:translate(-105%,-50%);
	-moz-transform:translate(-105%,-50%);
	transform:translate(-105%,-50%);
	font-size:3rem;
	font-family: span, serif;
	font-weight: 600;
	text-decoration:none;
}

.slick-next {
	position:absolute;
	right:0;
	top:40%;
	padding:2rem 1rem;
	width:auto;
	height:auto;
	border:none;
	-webkit-transform:translate(105%,-50%);
	-moz-transform:translate(105%,-50%);
	transform:translate(105%,-50%);
	font-size:3rem;
	font-family: span, serif;
	font-weight: 600;
	text-decoration:none;
}

#main {
	padding:30px 0;
}
article {
	padding:20px 0 0 0;	
}
article h3 {
	font-size:1.1rem;
}
article h2 {
	font-size:1.5rem;
	line-height:120%;
}
.collapse a {
    font-size: 18px;
	line-height:140%;
}
.wrap-12,
.wrap-10 {
	width:90%;
	margin: 0 5%;
}
#test-holder {
	width:80%;
	margin:0 10%;
	}
#test-box p {
	font-size:1.3rem;
	line-height:130%;
}
#logo {
	width:50%;
}
#callout {	
	padding:50px 5% 70px 5%;
}
.featherlight .featherlight-content{
	width:80%;
	height:0!important;
	padding-top:45%;
	overflow:hidden;
}
#certs {
	bottom:20px;
	padding-left:2rem;
}
a.share-icon {
	margin-bottom:10px;
	vertical-align:top;
}
}
/* ===== == = === 40.625em (650px) === = == ===== */

@media  screen and (max-width:650px) {
#services .col-3 {
	width:49%;
	margin-right:2%;
}
#services .col-3:nth-of-type(even){
	clear:right;
	margin-right:0;
}

.rollover {
	opacity:1;
}
footer .left-col {
	position:relative;
	float:left;
	width:70%;
	padding-left:2%;
	text-align:left;
	margin:0;
}
footer .mid-col {
	position:relative;
	float:left;
	width:30%;
	text-align:left;
	margin:0;
}
footer .right-col {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	padding-left:2%;
	padding-right:2%;
	text-align:left;
	margin:.5rem 0 0 0;
}

#before-vid,
#after-vid {
	width:50%;	
	}
#before-vid {
		padding-right:5px!important;
	}
#after-vid {
		padding-left:5px!important;
	}
.leftcol .post {
	margin:0 .5rem 2.5rem -.5rem;
}
.rightcol .post {
	margin:0 -.5rem 2.5rem .5rem;
}
.quotation {	
	padding:.75rem;
}
.tests {
   -moz-column-count: 2;
	  -moz-column-gap: 20px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 20px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 20px;
	column-rule: none;	
}
#blog-share {
	padding:30px 0px;
}
body.blog #mast {	
	width:70%;
}
body.blog #mast p {	
	font-size:18px;
}
#blognav .col-40,
#blognav .col-60 {
	width:100%;
	clear:both;
	margin-bottom:15px;
	}
#mast h1 {
	font-size:3.2rem;
}
body.photo-page header h1 {
		font-size:3.2rem;
	}
#linda {
	background-color:#f4f4f4;
	background: radial-gradient(ellipse at left bottom, #f4f4f4 0%, #f4f4f4 40%, #f4f4f4 70%, #f4f4f4 100%);
}
#sideshot {
	width:33%;
	margin:0 10px 10px 0;
	clear:none;
	}
#pal {
	width:90%;
	float:none;
	clear:none;
	padding:0;
	margin:0 5%;
}
#linda h3 {
	border-top:0px solid #000;
}
#certs {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	margin:15px 0 20px 0;
	left:0;
	bottom:auto;
	}
	
#cert-icons a {
		float:left;
		margin:0;
	}
}
/* ===== == = === 30em (480px) === = == ===== */


@media  screen and (max-width:480px) {
article h2 {
	font-size:1.3rem;
}
#services .card a h2{
	font-size:1.2rem;
}
#cert-icons a {
	height:30px;
	margin-right:.25rem;
}

#headline h1 {
	font-size:1.5rem;
	line-height:120%;
}
#headline h3 {
	font-size:.95rem;
}
#mast h1 {
	font-size:2.6rem;
}
body.photo-page header h1 {
		font-size:2.6rem;
	}
#mast h3 {	
	font-size:1.5rem;
}
body.photo-page header h2 {
		font-size:1.4rem;
	}
#logo {
	width:65%;
}
ul#sidenav {
	margin:.25rem 0 0 0;	
	}
ul#sidenav li a {
	font-size:16px;
	padding:.75rem 0rem;
	}
#test-holder {
	width:74%;
	margin:0 13%;
	}
body.blog #mast {	
	width:80%;
}
.tests {
   -moz-column-count: 1;
	  -moz-column-gap: 0px;
	  -moz-column-rule: none;
	  -webkit-column-count: 1;
	  -webkit-column-gap: 0px;
	  -webkit-column-rule: none;
	column-count: 1;
	column-gap: 0px;
	column-rule: none;	
}
.tests div {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;        
    break-inside: avoid-column;
}

.tests div.post {
	position:relative;
	float:left;
	clear:both;
	margin-bottom:3.5rem;
}
}
@media  screen and (max-width:414px){
#blogsearch,
#archdrop {
	width:100%;
	margin:0;
	}
#blogsearch {
	margin-top:10px;	
	}
}
/* ===== == = === 22.5em (360px) === = == ===== */
@media  screen and (max-width:360px){

#cert-icons a {
	height:25px;
	margin-right:2px;
}
#mast h1 {
	font-size:2.4rem;
}
body.photo-page header h1 {
		font-size:2.4rem;
	}
#mast h3 {	
	font-size:1.3rem;
}
ul#sidenav li a {
	font-size:14px;
	padding:.75rem 0rem;
	}

} 
/* ===== == = === 20em (320px) === = == ===== */

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

}
/* ===== == = === 15em (240px) === = == ===== */

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

}


/* ===== == = === 11.25em (180px) === = == ===== */

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

}


