﻿/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url(http://fonts.googleapis.com/css?family=Dosis:500|Patrick+Hand+SC|Mouse+Memoirs);
@import url('https://fonts.googleapis.com/css?family=Abel');


/* Normalize different browsers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* { 
  margin: 0; 
  padding: 0; 
  box-sizing:border-box;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-size: 14pt; 
  line-height: 1.1;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-family: 'Abel', sans-serif; 
  color: #222222;
  background-color: #493F33;
 }
#background {
	margin-left: 0;
	width: 100%;
	height:100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
	background:url(back.jpg) center top;
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  }


@media (min-width: 550px) {
#background {
	background:url(back.jpg) center top; 
	background-size: cover;
}
  .container {
    width: 95%; }
}  
  


  /* PAGE HOME
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  padding-top: 80px;
  padding-bottom: 60px; 
  float: left;
  width: 100%;
  color:#ffffff;
}
.header img {
  max-width: 300px;	
}

.mySlides {display:none;}

.starburst {
	position: fixed;
	padding: 6px 20px;
	font-size: 14pt;
	top: 0px;
	right: 0px;
	margin-top: 1%;
	margin-right: 2%;
	background-color: #FF9D4F;	
	z-index: 200;
	color: white;
}
@media (min-width: 750px) {
.starburst {
	position: fixed;
	padding: 10px 30px;
	font-size: 24pt;
}
}
.top {
	background-color: #3E6E85;
	padding: 10px 0;
	color: #ffffff;	
}

.toptext {
	padding: 8px 0px 0px 6px;
	float: left;	
}
.toplogo {
	width: 65px;
	float: left;		
}

  /* INSTGRAM FRAME
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.inst {
	width: 66%;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 1%;
	margin: 1%;
	box-sizing: border-box;	
}
@media (min-width: 750px) {
.inst {
	width: 48%;
}
}
  /* S
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.services {
	float: left;
	width: 100%;
	color: #FFF;
	text-shadow: 2px 2px 2px #3D3C3A;
	text-align:center;
	background-position:center;
	background-color: #3E6E85;
	box-sizing:border-box;
	padding: 12px;
	margin: 1%;
	border-radius: 4px;
	box-sizing: border-box;
	}
.services1 {
	float: left;
	width: 100%;
	color: #FFF;
	text-shadow: 2px 2px 2px #3D3C3A;
	text-align:center;
	background-position:center;
	background-color: #3E6E85;
	box-sizing:border-box;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 1%;
	border-radius: 4px;
	box-sizing: border-box;
	}
@media (min-width: 750px) {
	.services {width: 48%;}
	.services1 {
		width: 98%;
		padding-left: 32px;
		padding-right: 32px;
	}
}	

  /* POSTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.posts {
	float: left;
	width: 100%;
	color: #000000;
	text-align:left;
	font-size: 12pt; 
	line-height: 1.2;
	background-position:center;
	background-color: #ffffff;
	box-sizing:border-box;
	padding: 8px;
	margin: 1%;
	border-radius: 2px;
	box-sizing: border-box;
	}
@media (min-width: 750px) {
	
	.posts {
		width: 48%;
			
	}
}
.slideshow {
 background-color: #D6D2B6;
 color:#493F33 ;
  float: left;
  width: 100%;
  padding: 20px 4%;
  box-sizing:border-box; 
  margin: 0 auto;
}	
.slideshow img { display: block; }

.dark {
	color: #ffffff; 
	background-color: #493F33;
  	float: left;
  width: 100%;
  margin-right:0% ; 
  margin-left:0%; 
    padding-top: 30px;
  	padding-bottom: 45px; 
}	
.light {
 background-color: #D6D2B6;
 color:#493F33 ;
  float: left;
  width: 100%;
  margin-right:0% ; 
  margin-left:0%; 
    padding-top: 30px;
  	padding-bottom: 45px; 
}
@media (min-width: 1260px) {
.light {
  width: 80%;
  margin-right:10% ; 
  margin-left:10%; 
}	
.dark {
  width: 80%;
  margin-right:10% ; 
  margin-left:10%; 
}	
}

.blue {
  padding-top: 40px;
  padding-bottom: 60px; 
  float: left;
  width: 100%;
  color: #493F33;
}

.right {
	float: right;
	clear:right;
}
.left {
	float: left;
	clear:right;


}

.footer {
	background-color: #493F33;
	color: #fff;
	text-align:center;
	 padding-top: 20px;
    padding-bottom: 20px; 
	    float: left;
  width: 100%;
}
.half {
	width: 100%;	
	padding: 12px;
 	box-sizing: border-box;
}
@media (min-width: 750px) {
	.third {
		float: left;
		width: 33%;	
	}
	.half { 
		width: 48%;
		float: left;
	}
}
  /* SLIDESHOW
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#slides {
    position: relative;
	width:300px;
	margin: 8px auto;
    height: 225px;
    padding: 0px;
    list-style-type: none;
}
@media (min-width: 400px) {
#slides {
	width:350px;
    height: 275px;
}	
}
@media (min-width: 500px) {
#slides {
	width:400px;
    height: 300px;
}	
}
@media (min-width: 800px) {
#slides {
	width:600px;
    height: 450px;
}	
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
	height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.slide:nth-of-type(1) {
}
.slide:nth-of-type(2) {
}

.controls {
	background-color: transparent;
	border: none;	
}
.controls:hover {
	background-color: transparent;
	border: none;	
}

.category {
	float: left;
	display:block;
	position:relative;
	width: 18%;
	color: #FFF;
	text-shadow: 2px 2px 2px #3D3C3A;
	text-align:center;
	background-color: #3E6E85;
	padding: 2px;
	margin: 1%;
	border-radius: 2px;
	box-sizing: border-box;
	}

.cat {
	font-size: 8pt;
	line-height: 1.2;
	position: absolute;	
	top: 10px;
	left: 0px;
	text-align:center;
	width: 100%;
	padding: 2px;
	background-color:rgba(51,51,51, 0.5)
}
@media (min-width: 500px) {
	.cat {
	font-size: 12pt;
	}
}
@media (min-width: 700px) {
	.cat {
	font-size: 16pt;
	}
}

  /* UNUSED STUFF
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.spam { display:none;}

.center {
  
  background-color: #102844;
  padding: 26px;
  text-align: center;
  border-radius: 40px;
  
}
  
.image {
	max-width: 100%;
	border-radius: 20px;
}




/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Abel', sans-serif; }
  
h2 { font-size: 20pt; 
	line-height: 1.5;  
	color: #3E6E85;  
	font-variant:small-caps;
	text-align:center;
	}
h1 {
	font-weight: bold;
	font-size: 20pt;
	line-height: 1.0;
	text-align:center;
	text-shadow: 2px 2px 2px #3D3C3A; 
}
h3 { font-size: 22pt; line-height: 1.0;  letter-spacing: -.1rem; 
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 12px;
	color: #3E6E85;
	}

h4 { font-size: 16pt; text-align:center; line-height: 1.4;}
h5 { font-size: 14pt; color: #3E6E85;padding-top: 8px;padding-bottom: 8px; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 400px) {
  h4 { font-size: 20pt; }
}
@media (min-width: 750px) {
  h2 { font-size: 24pt; }
  h1 { font-size: 24pt; }
  h3 { font-size: 2.6rem; }
  h4 { font-size: 20pt; }
  h5 { font-size: 16pt; }
  h6 { font-size: 1.5rem; }
}

@media (min-width: 950px) {
  h2 { font-size: 28pt; }
  h1 { font-size: 36pt; }
  h3 { font-size: 4.4rem; }
  h4 { font-size: 32pt; }
  h5 { font-size: 18pt; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 8; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #FFFFFF;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  color: #FFFFFF; }
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 4px 30px;
  color: #FF9D4F;
  text-align: center;
  font-size: 16pt;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 4px solid #FF9D4F;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #FF9D4F;
  outline: 0; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
    font-size: 12pt;
  color: rgba(153,153,153,1);
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 8px;
  width: 100%;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  
select {
  padding: 6px 30px 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
   margin-bottom: 8px;
  background-color: #fff;
  color: #000;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  background-image: url(../images/arrowhead.png);
  background-position: right;
  background-repeat:no-repeat;
  text-indent: 0.01px;/*In Firefox*/
  text-overflow: '';
  -webkit-appearance: none;
  	-moz-appearance: none;
  appearance: none;

  }
input[type="radio"] {
    padding: 0px;
	margin: 0 12px 0 2px;

}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline;
   }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
   }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: outside; }
ol, ul {
  padding-left: 0;
  padding-top: 6; }
li {
  margin-left: 18px; }



/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
	vertical-align: top;
	color:#493F33; 
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10pt;
	max-width: 0;
  }
@media (min-width: 650px) {
th,
td {
	font-size: 14pt;
   }
}
 


/* Spacing

button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem; }
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 4px;
  margin-bottom: 4px;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 750px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
