@charset "utf-8";
/* CSS Document */
/*Accessibility*/
/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*-Typography-*/

body {
	margin: 0;
}

body,
button,
input,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
}

.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
}
.logo a{
    font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color: rgba(68,60,60,0.8);
	text-decoration: none;
	border:  3px  solid  rgba(68,60,60,0.8);
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: rgba(49,124,156,0.4);
	color: rgba(68,60,60,0.8);
}
header a.logo span { display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

.firstcharacter {
	font-family: 'Georgia', serif;
	float: left;
	color: #61cecb;
	text-shadow: 0px 5px 2px #000;
	font-size: 3cm;
	line-height: 40px;
	padding-top: 30px;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: .9em;
  }
b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #ddca7e;
    background: #282c34;
	padding: .5em .8em;
    border-radius: .2em;
}

code,
kbd,
tt,
var {
	font: 1.2em  'Montserrat', sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
General styling
--------------------------------------------------------------*/

h1,
h2,
h3 {
	text-align: center;
	margin: 0;
	padding: 1em 0;
}

p {
	margin: 0;
	padding: 1em 0;
}

img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

/* Promo section */


header {
    height: 415px;
    margin-bottom: 10px;
    position: relative;
    background-color: none;
    background-image:url("../images/flood-1.jpg");
    background-repeat: no-repeat;
	box-shadow: 0px 5px 10px #888;
    padding-bottom: 0px;
	background-size: cover;
}


.site-title {
	font-family: 'Satisfy', cursive;
	letter-spacing: 3px;
	font-size: 5em;
	color:  rgba(68,60,60,0.8);
	text-shadow: 0px 3px 5px #999;
	margin-top: -.9em;
	margin-bottom: .6em;
}
.splash-content  h2{
	
	font-family: 'Satisfy', cursive;
	letter-spacing: 3px;
	font-size: 2.5em;
	color:  rgba(68,60,60,1.00);
	text-shadow: 0px 3px 5px #888;
}
/* Splash section */

.splash {
	background-image: url("../images/col-brush.png");
	 background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	clear: both;
	padding-bottom: 2em;
}
.splash p{
	background-color: rgba(213,215,139,0.3);
	box-shadow: 0px 5px 10px #888;
	padding: 20px;
	
}
.splash-content {
	padding: 1.5em;
}
.more h1 a {
	font-family: 'Montserrat', sans-serif;
	font-seze: 5em;
	letter-spacing: 3px;
	font-weight: 700;
	text-decoration: none;
	color:#AD0F56;
	
	
}
.more h1 a:hover {
	font-family: 'Montserrat', sans-serif;
	font-seze: 5em;
	letter-spacing: 3px;
	font-weight: 700;
	text-decoration: none;
	color: #61cecb;
	
}
@media screen and (min-width: 600px) {
	.splash-text {
		columns: 2;
		column-gap: 2em;
	}

	.splash-text p {
		padding-top: 0;
	}
}

/* Buckets section */

.buckets {
	padding: 2em 1em 1em;
	background: rgba(213,215,139,0.3);
	box-shadow: 0px 3px 5px #888;
}

.buckets ul {
	margin: 0;
	padding: 0;
}

.buckets li {
	margin-bottom: 1em;
	background: white;
	list-style-type: none;
}

.bucket {
	padding: 1.5em;
}

/* More section */


.more {
	padding: 2em;
	text-box: 0px 5px 2px #999;
}
.more{
	
	background-image: url("../images/brush2.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.more-content {
	background-color: rgba(162,227,238,0.5);
	
}
.more span  h2 {
	margin-top: 1em;
	background-color: rgba(162,227,238,0.8);
	padding: .8em;
	text-box: 0px 5px 2px #999;
}
/* Twins section */

.twin {
	padding: 2em;
	background-color: rgba(49,124,156,0.6);
	color: white;
}

.twin:last-of-type {
	background-color: rgba(49,124,156,0.6);
}
/*footer*/
/* Colophon section */
.colophon {
	padding: 10em;
	background: white;
	color: white;
	text-align: center;
	background-image: url("../images/banner-850.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.colophon  aside p{ 
    color:  rgba(68,60,60,1.00);
}
.colophon a {
	font-size: 3em;
	font-weight: 700;
	color: white;
	text-decoration: none;
}

.colophon a:hover{
	color: #61cecb;
	text-decoration: none;
	
}
.colophon a:focus {
	 color: rgba(68,60,60,1.00);
	
}


/*--------------------------------------------------------------
Use flex to create a three-bucket layout
--------------------------------------------------------------*/

@media screen and (min-width: 700px) {
	@supports (display: flex) {

		.buckets ul {
			display: flex;
			justify-content: space-around;
		}

		.buckets li {
			width: 31%;
		}

	}
}



/*--------------------------------------------------------------
Basic responsive layout for all browsers:
--------------------------------------------------------------*/

.site {
	max-width: 50em;
	margin: 0 auto;
}

/*--------------------------------------------------------------
CSS Grid layout for modern browsers:
--------------------------------------------------------------*/

/* Check for CSS Grid support: */
@supports (grid-area: auto) {

	/* Enable grid for viewports 600px and wider: */
	@media screen and (min-width: 600px) {

		/* Disable fallback max-width center aligned rule: */
		.site {
			max-width: none;
		} 

		/* Four-column layout: Two center columns have total width of 50em: */
		.main-area > *,
		.colophon {
			display: grid;
			grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
		}

		/* Center items by placing them in the two center columns: */
		.splash-content,
		.more-content,
		.buckets ul {
			grid-column: 2/4;
		}

		/* Use automatic grid placement + span to let each item span two columns: */
		.twin,
		.colophon aside {
			grid-column: 2 span;
		}

	}
	
}

