@charset "utf-8";

body {
    margin: 60px auto;
    width: 70%;
}
header {
    box-shadow: 0 2px #d5d5d5;
    height: 68px;
    clear: both;
}
a.logo {
    float: left;
}
a.logo img {
    width: 160px;
    z-index: 99;
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
nav {
    text-align: right;
    padding-top: 1.4em;
}
.container {
    padding-top: 3em;
    padding-bottom: 2em;
}
.container .home {
    margin-top: -48px;
}
a {
    text-decoration: none;
/*    color: #666; */
}
a:hover {
    text-decoration: underline;
}
nav li, nav li a, footer li, footer li a {
    font-size: 1em;
    color: #999;

}
h1 {
    height: 60px;
    font-size: 2em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    margin: 0px;
    color: #666;
}
h2, h3, h4 {
    margin-top: 1.6em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    color: #555;
}

p, label, input {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #333;
    margin-top: 0;
    margin-bottom: 0.6em;
}
li {
    font-size: 1.4em;
    color: #333;
    line-height: 1.4em;
}
li ol li, li ul li, ul.posts li, ul.posts li p {
    font-size: 1em;
}
ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.4em;
}

ul.posts li {
    list-style: none;
    margin: 20px 0; /* some space between post excepts */
}
ul.posts a.post-title {
   font-size: 1.2em;
   font-weight: bold;
}
footer {
    border-top: 2px solid #d5d5d5;
    font-size: .9em;
}


fieldset {
	width: 310px;
	margin-top: 20px;
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	line-height: 1.6em;}
legend {
	font-style: italic;
	color: #666666;}
input, textarea {
    /*font-size: 120%;*/
    width: 380px;
    color: #5a5854;
    background-color: #f2f2f2;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    outline: none;}
input:focus, input:hover, textarea:focus, textarea:hover {
        background-color: #ffffff;
	border: 1px solid #b1e1e4;}
input[type="submit"] {
    width: 120px;
	border: 1px solid #006633;
	background-color: #2980b9;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px;
	margin-top: 10px;}
input[type="submit"]:hover {
	border: 1px solid #006633;
	background-color: #20638f;
	color: #ffffff;
	cursor: pointer;}
.title {
	clear: left;}
.submit {
	width: 310px;
	text-align: right;}

/* Home page splash */
.site-header-container {
         color: white;
         text-shadow: 0 3px 2px rgba(0,0,0,0.8);
         background-color: #91d2e7;
         background-position: 50% 90%;
         background-size: cover;
	 margin-bottom: 2em;
         .site-header{
                 .title {
                         font-size: modular-scale(6);
                 }
                 .subtitle {
                         font-style: italic;
                         font-size: modular-scale(1);
                 }
         }
 }

.site-header-container, .post-header-container {
        width: 100%;
        text-align: center;
	margin-bottom: 2em;
        &.has-cover {
                color: white !important;
                text-shadow: 0 3px 2px rgba(0,0,0,0.8) !important;
                background-position: 50% 90%;
                background-size: cover;
                .title {
                        font-size: modular-scale(6);
                }
                .subtitle, .info {
                        font-size: modular-scale(1);
                }
        }
        .scrim {
                padding: 3em 1em;
                &.has-cover {
                        background-color: rgba(0,0,0,0.2);
                        padding: 6em 1em !important;
                        @include media($tablet) {
                                padding: 9em 1em !important;
                        }
                }
        }
}
.site-header {
	box-shadow: none;
}
.site-header h1 {
	color: white !important;
	font-size: 3em;
	margin-top:2em;
	padding-top:0.4em;
	background-color: rgba(0,0,0,0.3);
}
.site-header p.subtitle {
	color: white !important;
	font-size: 1.8em;
	font-style: italic;
	padding-bottom:0.4em;
	background-color: rgba(0,0,0,0.3);
}
.site-header a, .site-header a:hover {
	color: white !important;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
   .site-header-container .scrim.has-cover, .post-header-container .scrim.has-cover {
       padding: 14em 0 !important;
   }   
}
@media screen and (max-width: 768px) {
nav {
    text-align: right;
    padding-top: 0;
}
.site-header-container .scrim.has-cover, .post-header-container .scrim.has-cover {
    padding: 14em 0 !important;
.site-header h1 {
        font-size: 2em;
        margin-top:1em;
        padding-top:0.4em;
        background-color: rgba(0,0,0,0.3);
}
.site-header p.subtitle {
        font-size: 1.2em;
        font-style: italic;
        padding-bottom:0.4em;
        background-color: rgba(0,0,0,0.3);
}

}

