/************************************************ 
	Theme Name: One Page Pro
	
************************************************/

body 	{ 
    width: 100%;
    color: #333;
    background: #fff;
	margin: 0 auto;
	padding: 0 auto;
	font-size: 1.4em;
	line-height: 1.5em;
	font-family: Roboto, Georgia, Arial, Tahoma, Verdana;
	text-align: center;
	}
    
.container {    	
	width: 100%;
	min-height: 100vh;
    box-sizing: border-box;
	margin: 0 auto;
	padding: 70px 0;
	overflow: hidden;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	}

    
.row 	{	
    width: 100%;
	max-width: 1500px;	
	min-width: 0;
    text-align: center;
	overflow: visible;
	margin: 0 auto;
    padding: 5% 8%;
	}

p 	{
    max-width: 700px;
	margin: 0px auto 20px;
	text-align: left;
	}

h1 	{
    max-width: 1200px;
	font-size: 3.2em;
	line-height: 1.3em;
	font-family: Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
	margin: 0px auto 25px;
	}

h2 	{
    max-width: 900px;
	font-size: 2.0em;
	line-height: 1.3em;
	font-family: Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
	margin: 0px auto 10px;
	}

h3 	{
    max-width: 900px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 20px auto;
	}
	
h4 	{
    max-width: 900px;
	font-size: 0.8em;
	line-height: 1em;
	font-family: Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 20px auto;
	text-align:left;
	}
    
blockquote {
    max-width: 900px;
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	margin: 0px auto 40px;
	text-align: left;
	}

blockquote p {
	margin: 0px auto 40px;
	}

blockquote::before {
    font-family: FontAwesome;
    content: '\f10d';
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    color: white;
    }
    
a, a:visited {
	color: #038AC8;
	text-decoration: none;
	}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
	cursor: pointer;
	}

#floatright {
	float:right;
	}

#center, #center p {text-align:center;}

ul {
    text-align:left;
    padding-left:30px;
    }

ul li {
    margin-bottom: 10px;
    }

.showmobile {display:none;}

.hiddenpic {display:none;}


/************************************************
*    Images    	 								
************************************************/

img, object, embed {
	max-width: 100%;
	height: auto;
	margin: 40px auto;
	display: block;
	object-fit: cover;
	}

img.circle {
    border-radius: 50%;
    height: 35vw;
    width: 35vw;
    max-height: 350px;
    max-width: 350px;
    object-fit: cover;
    margin: 40px auto;
    }


/************************************************
*    Columns    	 								
************************************************/

.col	{ 
    display: flex;
	margin: 0px auto 40px;
	height: 100%;	
	align-items: center;
    justify-content: center;
	}

.col-rev {
    display: flex;
	margin: 0px auto 40px;
	flex-direction: row-reverse;
	height: 100%;
	align-items: center;
    justify-content: center;
	}
      
.col > div, .col-rev > div {
    margin: 0px auto;
  	width: 100%;
  	padding: 25px 40px;
	}
	
.col p, .col-rev p {
    text-align: left;
	}
	
.col img, .col-rev img {
	margin: 20px auto;
	width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10%;
	}

.col img.circle, .col-rev img.circle {
	margin: 0px auto;
    max-height: 450px;
    max-width: 450px;
    height: 35vw;
    width: 35vw;
    border-radius: 50%;
	}

.col3 {margin:0px auto;}
.col3 > div {margin:0px auto;align-self: flex-start}
.col3 h2 {text-align:center;}
.col3 p {text-align:center;color:#146406;}
.col3 img {height:200px;width:100%;margin-bottom:20px;}
.col3 img.circle {height:250px;width:250px;margin-bottom:20px;}

    
/************************************************
*    Header   	 								
************************************************/

#header  {	
    box-sizing: border-box;
	margin: 0px auto;
	float: none;
	padding-left: 0%;
	}

#header h1, #header h1 a, #header h1 a:visited {    
	color: #fff;	
    font-size: 1.3em;
	line-height: 80px;
	margin: 0px auto;	
	text-align: center;
	text-decoration:none;
	}
    
#header h1 a:hover {
    text-decoration:none;
    }
    
#header p {
    margin: 0 auto;
    }

#header img {
    max-height: 120px;
    width: auto;
    }
    
    
/************************************************
*    Navbar Menu   	 								
************************************************/

#navbar  {	
	position: fixed;
	color: #fff;
	width: 100%;	
	margin: 0px auto;
	height: 80px;
	text-align: center;
	transition: background-color 200ms linear;
	z-index: 1;
	}

.navbar.navbg {
    background: #333;
	background: rgba(0,0,0,.6);
    transition: background-color 200ms linear;
    }

#navbarmobile {
	display: block;
	/* background: #333;
	background: rgba(0,0,20,.8); */
	position: absolute;
	width: 40px;
	top: 15px;
	right: 20px;
	z-index: 1;
	}
	
#navbarmobile .fa {
    margin: 10px;
    }
    	
#navbarmobile .fa:hover {
	color: yellow;
	text-decoration: none;
	cursor: pointer;
	}

#navbarmobilephone {
	display: block;
	position: absolute;
	width: 40px;
	top: 15px;
	left: 20px;
	z-index: 1;
	}
	
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
	}

.overlay-content {
    position: relative;
	margin: 0 auto;
    width: 100%;
    text-align: center;
	}

.overlay a {
    padding: 5vh;
	font-family: Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #eee;
    display: block;
    transition: 0.3s;
	}

.overlay a:hover {
	color: yellow;
	}

.overlay .closebtn {
    position: absolute;
	padding: 0;
    font-family: Oswald;
    top: 0px;
    right: 25px;
	color: #fff;
	font-size: 3em;
	}  

#alert {
    background: crimson;
    color:white;
    text-align:center;
    padding:10px 0;
    margin:0 auto;
    width: 100%;
    top:0;
    z-index:1;
    font-size:0.8em;
    }    
    
#alert p {
    text-align:center;
    padding:0;
    margin:0 auto;
    font-weight:600;
    }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


/************************************************
*    Icons    	 								
************************************************/

.icon {
    margin: 10px 20px;
    }
	
.icon-white {
    filter: brightness(0) invert(1);
    }

.icon-menu {
    margin:0 auto;
    }
    
.icon-phone {
    margin:0 auto;
    }
    
.icon-arrowdown {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin:0 auto;
    }
    
.icon-contact {
    display:inline-block;
    width:20px;
    margin:0 auto;
    padding-right:10px;
    }

.icon-social {
    display:inline-block;
    width:50px;
    margin:0 auto;
    padding:10px;
    }


/************************************************
*   Home              			                *
************************************************/

#home .container {
    height:100vh;
    max-height:1200px;
    }

#home h1 {
    margin:0 auto 20px;
    font-size: 3.5em;
    max-width: 90vw;
    }

#home p {
    font-size:1.2em;
    text-align:center;
    font-weight: 600;
    margin:0 auto 20px;
    max-width:900px;
    }
    
#home .button {
    margin: 20px;
    }


			    
/************************************************
*    Boxes (FAQ)    	 								
************************************************/

details {
    margin:0px auto;
    padding:30px;
    border-bottom:1px solid #333;
    box-sizing:border-box;
    max-width:750px;
    text-align:left;
    }

details summary:hover {
    cursor: pointer;
    color: crimson;
    }

details summary::marker {color: crimson;}

summary::-webkit-details-marker {
    color: crimson;
    }

summary {
  outline:none;
    }

details p {
    margin: 20px auto;
	text-align: left;
    transition: max-height 0.2s ease-out;
    }

details[open] summary ~ * {
  animation: sweep 1s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}

details:last-of-type {
  margin-bottom:30px;
}

.readmore {margin:0 auto;border:0;padding:0}

    
/************************************************
*    Buttons    	 								
************************************************/

.button, a.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
	padding: 15px 25px;
	margin: 0 20px;
	min-width: 200px;
	/* border-radius: 100px; */
	text-decoration: none;
	text-shadow: none;
	box-shadow: inset 0 0 0 2px #fff;
	}

a.button:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: 100px; */
    background: red;
	cursor: pointer;
	transition: 0.3s;
	box-shadow: inset 0 0 0 0px #fff;
	}
	
.buttonblue, a.buttonblue {
	color: #fff;
	background: #0B7CC1;
	box-shadow: inset 0 0 0 0px #fff;
	margin:10px auto 0 !important;
	border-radius: 5%;
	padding:20px 10px !important;
	width:150px !important;
	}

a.buttonblue:hover {
    background: red;
    color: white;
	}
	
.buttoncustom, a.buttoncustom {
	color: #fff;
	background: crimson;
	box-shadow: inset 0 0 0 0px #fff;
	}

a.buttoncustom:hover {
    background: red;
    color: white;
	}


/************************************************
*    Gallery          				            *
************************************************/

.gallery, .row .gallery {
    display: flex;
    margin: 0px auto;
    text-align:center;   
    }
    
.gallery > div {
    margin: 0px;
    width: 100%;
    height: 30vw;
    max-height: 350px;
	position: relative;
	}

.row .gallery > div {
    margin: 10px;
    height: 20vw;
	}
	
.gallery img {
    margin: 0px auto;
    width: 100%;
	height: 100%;
	object-fit: cover;
    }
    
.gallery .caption {
  	position: absolute;
  	text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
    width: 80%;
    padding: 0px;
  	text-shadow: 2px 2px #333;
	}

.row .gallery .caption {
    font-size: 1.5em;
    text-align: center;
    }
    
.gallery img a:hover {
  	opacity: 1.0 !important;
  	}


/************************************************
*   Menu List       			                *
************************************************/
    
#menu ul {list-style-type: none;padding-left:0;}

#menu ul li {border-bottom:1px solid #ddd;padding-top:10px;padding-bottom:10px;}
    
#menuitem {
        font-size:110%;font-weight:600;margin:0 auto 5px;line-height:1.2em;
        }
        
#menudescription {
        border-bottom: 1px solid #ddd; padding-bottom:20px;
        }


/************************************************
*    Testimonials      				            *
************************************************/

.testcol {margin:30px auto}

.testcol blockquote {margin:0 auto;}

.test {text-align:center;margin:0 auto;}

.test a, .test a:visited {
    color: #fff;
    text-decoration: underline;
    }

.test a:hover {
	color: yellow;
	cursor: pointer;
	}
                	
                	
/************************************************
*   Schedule Columns       			          *
************************************************/

.schedule {
    align-items:flex-start;
    }

.schedule h3 {
    font-weight:600;
    background:white;
    color:#333;
    padding:20px;
    margin:0 auto;
    }
			    
.schedule p {
    border:1px solid #fff;
    padding:20px;
    margin:0 auto;
    text-align:center;
    }


/************************************************
*    Opt Basic Box     				                *
************************************************/

#optbasic {align-items:flex-start;}

#optbasic p, #optbasic h2, #optbasic p > div {
    text-align:left;
}

#optbasic p {
	margin: 5px auto;
	}
	
#optbasic a, #optbasic a:visited {
	color: white;
	text-decoration: underline;
	}
    	
#optbasic a:hover {
	color: yellow;
	text-decoration: underline;
	cursor: pointer;
	}


/************************************************
*    Opt Box     				                *
************************************************/

#opt p{
    text-align:left;
    max-width:500px;
}



/************************************************
*    Email Box     				                *
************************************************/

#emailform {
    margin: 40px auto;
    text-align: center;   
    }
    
#emailform p {
    margin: 0 auto;
    max-width: 600px;
    text-align:center;
    }

.emailbox {
    margin: 0px auto;
    padding: 0;
    height: 80px;
    width: 400px;
    display:block;
    vertical-align: top;
	border: 0px;
	background: #fff;
	font-size: 1.2em;
    text-align:center;
	}

.emailbutton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #fff;	
	background: red;
	margin: 20px auto 0;  
	height: 80px;
    width: 400px;
    display:block;
    vertical-align: top;
    padding: 0;
	font-size: 1.3em;
	font-family: Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
    text-align: center;
	border: 0px;
	}

.emailbutton:hover {
    color: yellow;
	cursor: pointer;  
	}

                    
/************************************************
*    Form Box     				                *
************************************************/

form {
    width: 100%;
    margin: 40px auto 0;
    font-family: Roboto, Georgia, Arial, Tahoma, Verdana;
	text-align: center;
    }
    
form textarea {
    font-size: 1.1em;
    font-family: Roboto, Georgia, Arial, Tahoma, Verdana;
	text-align: left;
    }
    
.formbox {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
	border: 0px;
	background: #fff;
	font-size: 1.1em;
	text-align: left;
	}

.formbutton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #fff;	
	background: red;
	margin: 20px auto;
	padding: 20px 15px;
	display: block;
	box-sizing: border-box;
    width: 100%;
    max-width: 500px;
	font-size: 1.3em;
	font-family: Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
    text-align: center;
	border: 0px;
	}

.formbutton:hover {
    color: yellow;
	cursor: pointer;  
	}

form #website {display:none;}


/************************************************
*	Contact     				                *
************************************************/

#contact p {
	margin: 5px auto;
	}
	
#contact a, #contact a:visited {
	color: white;
	text-decoration: none;
	}

#contact .fa {
    color: #fff;
    margin: 0px 10px;
    }
    	
#contact a:hover, #contact .fa:hover {
	color: yellow;
	text-decoration: none;
	cursor: pointer;
	}


/************************************************
*   Post              			                *
************************************************/

#post {
    max-width: 650px;
    }
    
#post p 	{
    max-width: 100%;
    }

#post img {
    max-width:100%;
    }
    
    
/************************************************
*	Map     				                    *
************************************************/

#map 	{
	margin: 0 auto;
	line-height: 0;
	}


/************************************************
*	Footer    				                    *
************************************************/

#footer-info  {
    background:#333;
    color:#fff;
    padding: 0;
    min-height: 0;
    }

#footer-info .row {
    padding:40px 5%;
    }
    
#footer-info  {
    color:#fff;
    padding: 0;
    min-height: 0;
    }
    
#footer-info a, #footer-info a:visited  {
    color:#fff;
    padding: 0;
    min-height: 0;
    text-decoration: underline;
    }

#footer-info a:hover  {
    color:yellow;
    }
    
#footer-info p {
    margin: 0 auto 10px;
    text-align: center;
    }

#footer-info h2 {
    margin: 0 auto 20px;
    }
    
#footer {
	background: #222;
	color: #bbb;
	font-size: 0.8em;
	margin: 0px auto;
    padding: 20px;
    overflow: hidden;
	}

#footer p {
    margin: 0 auto;
    text-align: center;
    }
    
#footer a, #footer a:visited {
	color: #bbb;
	text-decoration: none;
	}

#footer a:hover {
    color:yellow;
    } 

#footer2 {
	color: #7d7d7d;
	}
	
#footer2 a, #footer2 a:visited {
	color: #7d7d7d;
	text-decoration: none;
	}

#footer2 a:hover {
    color:#7d7d7d;
    } 
    
    
/************************************************
*    Tables    	 								
************************************************/

table {
    border: 1px solid #ddd;
    border-collapse: collapse;
   	width: 100%;
   	margin: 40px auto;
	}

table th, table td {
    text-align: left;
    padding: 10px 40px;
    border: 1px solid #ddd;
    text-align: center;
	}

table tr:nth-child(odd){background-color: #f2f2f2}

table th {
    background-color: #4CAF50;
    color: white;
	} 
	    

/************************************************
*    Videos  	 								
************************************************/


.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    

/******************************************************
 
	Desktop 1040 screen CSS	

******************************************************/

@media only screen and (max-width: 1024px) {
    
        body {font-size: 1.3em;}
	
        #navbarmenu a, #navbarmenu a:visited { margin: 5px; }
        
        .col > div, .col-rev > div {padding: 25px;}   
        
        #home h1 {font-size: 3em;}
}


/******************************************************
 
	Tablet View CSS	

******************************************************/

@media handheld, only screen and (max-width: 1000px) {


body 	{
	font-size: 1.3em;
	}
	
.container {
    background-attachment: scroll;
	}

.row {
	max-width: 100%;
    min-width: 0px;	
	width: 80vw;
	overflow: visible;
	}
	
h1 	{
    font-size: 2.8em;
    }
    
h2 	{
	font-size: 2em;
    margin: 0 auto 10px;
	}
	
h3 	{
	font-size: 1.3em;
	}
        
.col, .col-rev {
    display: block;
    margin: 0px auto 80px;
    }
    
.col > div, .col-rev > div {
    margin: 0px auto 30px;
    padding: 0;
  	width: auto;
	}

.col img, .col-rev img {
    height: 350px;
    }

img.circle, .col img.circle, .col-rev img.circle {
    width: 250px;
    height: 250px;
    width: 100%;
    height: 45vw;
    }

.col3 > div {margin:0px auto 40px;}

.col3 img, .col3 img.circle {width:80%;}
        
#header h1, #header h1 a, #header h1 a:visited {    
    font-size: 1.2em;
    }

#navbarmobile {
	display: block;
	}
	
#navbarmobilephone {
	display: block;
	}

.overlay .closebtn {
    top: 0px;
    right: 25px;
	}

#home h1 {
    margin-bottom: 40px;
    max-width: 100%;
    font-size:2.8em;
    }

#home .button {
    margin: 10px;
    }
    
.button, a.button {
    margin: 30px auto 0;
	width: 50%;
	}
	
.gallery, .row .gallery {
    display: block;
    }
    
.gallery > div {
    margin: 0px auto;
    height: 40vw;
    max-height: 300px;
    }
    
.row .gallery > div {
    margin: 20px auto;
    height: 40vw;
    max-height: 300px;
    }
    
.gallery .caption, .row .gallery .caption {
    font-size: 1.8em;
    line-height: 1.4em;
    }

.testcol {margin:40px auto 30px}

.testcol > div {margin-bottom:40px;}

table th, table td {
    padding: 10px 20px;
	}

.emailbox {
    width: 350px;
    height: 90px;
	}

.emailbutton {
    width: 350px;
    height: 90px;
    }
    
    
}


/************************************************
 
	Phone CSS		

************************************************/

@media (max-width: 480px) {


.nomobile {display:none;}
.showmobile {display:block;}
.mobilebreak {display:block;}

.container {    	
    padding: 60px 0;
    }

.row 	{  
	width: 85vw;
	}

body 	{
	font-size: 1.2em;
	line-height: 1.5em;
	}

h1 	{
	font-size: 2.4em;
	}

h2 	{
	font-size: 1.6em;
	}
	
h3 	{
	font-size: 1.2em;
	}

blockquote {	
    font-size: 1.2em;
    text-align: left;
	}

.col, .col-rev {
    margin: 0px auto 60px;
    }
    
.col > div, .col-rev > div {
  	margin: 0px auto 25px;
	}

.col img, .col-rev img {
    height: 250px;
    }

img.circle, .col img.circle, .col-rev img.circle {
    width: 225px;
    height: 225px;
    width: 75vw;
    height: 75vw;
    }

.col3 img, .col3 img.circle {width:100%;}

ul {
    padding-left:20px;
    }
    
#navbar  {	
	height: 55px;
	}
	
#header h1, #header h1 a {
    font-size: 1.1em;
    line-height: 55px;
    }
    
#logo img {
	max-height: 50px;
	}

#navbarmobile {
    width: 30px;
    top: 12px;
	right: 12px;
	}
	
#navbarmobilephone {
    width: 30px;
    top: 12px;
	left: 12px;
	}
	
.overlay .closebtn {
    top: 5px;
    right: 10px;
    font-size:2.5em;
	}
	
.overlay a {
    font-size: 1.3em;
    padding: 4vh;
    }

#home h1 {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1.2em;
    max-width: 100%;
    }

#home p {
    font-size:1.0em;
    margin:0 auto 20px;
    }

.gallery > div {
    height: 80vw;
    max-height: 300px;
    }

.row .gallery > div {
    margin: 20px auto;
    height: 80vw;
    max-height: 300px;
	}

.gallery .caption, .row .gallery .caption {
    font-size: 1.7em;
    line-height: 1.3em;
    }

.testcol {margin:30px auto}

.testcol blockquote {font-size:1em;}

.button, a.button {
	font-size: 1.1em;
	margin: 15px auto 0;
	padding: 15px 20px;
	width: 65%;
	min-width: 0;
	}

.icon-arrowdown {max-width:30px;}


details {
    margin:25px auto;
    padding:0;
    padding-bottom:25px;
    border:0;
    border-bottom:1px solid #ddd;
    background: none;
    }
    
form {margin-top:25px;}

.emailbox {
    width: 275px;
    max-width:100%;
    height: 70px;
    padding: 0;
	}

.emailbutton {
    width: 275px;
    max-width:100%;
    height: 70px;
    }
	

}