@charset "UTF-8";

/* ----------------Font choices -------------*/

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
url('../fonts/raleway-regular-webfont.woff') format('woff'),
url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
url('../fonts/raleway-semibold-webfont.woff') format('woff'),
url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Body */
body {
	font-family: 'ralewayregular',sans-serif;
background-image: -moz-linear-gradient(#d1dff4 0%, #fff 100%);
background-image: -webkit-linear-gradient(#d1dff4 0%, #fff 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1dff4), to(#fff));
background-image: -o-linear-gradient(#d1dff4 0%, #fff 100%);
background-image: linear-gradient(#d1dff4 0%, #fff 100%);
	background-repeat: no-repeat;
	margin: 0;	font-style: normal;
	color: #707070;
}

p {
	margin: 0;	
}

a {
	color: inherit;	
}

.clear {
    display:block;
    clear:both;
    }

/* -----------------Top menu------------------- --*/

header {
	background-color: #070707;
    height: 52px;
    width: 100%;
    position: fixed;
    top: 0px;
    padding: 0 10%;
    z-index: 1000;
	
}

/*-- NAV---*/

h4.logo {
	float: left;
	color: white;
}

/* nav */
.nav {
    float: right;
    width: 50%;
    position: relative;
    margin: 0 18% 0 0;
	font-size: .85em;
}

.nav ul {
	margin: 21px 0 0;
	padding: 0;
}

/* right nav */
.nav.right ul {
	text-align: right;
}

.nav li {
    margin: 0 5px 10px 0;
    padding: 0 2%;
    list-style: none;
    display: inline-block;
}

.nav a {
	text-decoration: none;
	color: #999;
	line-height: 100%;
}

.nav a:hover {
	color: #fff;
}

.nav .current a {
	color: #fff;
}
 
/*Secondary nav */


section#nav2 {
	text-align: center;
}

.nav2 {
	padding: 0 1.6%;
	display: inline-block;
	margin: 4px auto;
	width: 20%;
	text-align: center;
	border: solid .1em #cccccc;
	color: #930;
	transition: all 0.3s linear;
}

.nav2:hover {
	background-color: #930;
	color: #FFFFFF;
}

.active {
	background-color: #930;
	color: #FFFFFF;
}

.nav2 a{
	text-decoration: none;
}

.nav2 h4 {
	margin: 2px;
	font-weight: bold;
	padding: 1.6% 0;
}

/* ----------------Container--------------- */

.container {
	margin: 52px auto 0;
	background-color: #FFFFFF;
}

#frontMatter {/* This may be old */
	min-height: 900px;
}

/* ------------Hero Section--------------- */

#hero {
	background-image: url(../images/structure/thought-art-clouds13.gif);	
	background-repeat:no-repeat; 
	background-size:cover; 
	background-position:center;
}

#hero img {
	max-width: 100%;
}

.hero {
height: 0;
    width: 32%;
    padding-bottom: 21%;
    padding-left: 40%;
    padding-top: 1.5%;
}

.hero h3 {
	margin: 0;
	font-size: 2.38em;
	color: #000;
	font-family: 'Permanent Marker', cursive;
}

.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* -------------Intro Section--------------- */

.text_column {
	width: 21.23%;
	line-height: 20px;
	float: left;
	padding: 0 1.8%;}

.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	display: inline-block;
	margin: 0 0 18px 0;
}

/* ---------------Gallery Index-------------- */

.gallery {
 	text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 80px;
	background-color: #dddddd;
	}

.thumbnail {
	background-color: #ffffff;
    padding: 2%;
	margin: 2%;
}

.pieces {
	background-color: #FFF;
	padding: 2% 2% 0;
	margin: 5px;
}

.pieces, .thumbnail {
	text-align: center;
	display: inline-block;
	width: 170px;
	-webkit-box-shadow: 3px 3px 6px #cccccc;
	box-shadow: 3px 3px 6px #cccccc;
	border: solid .06em #cccccc;
	transition: all 0.3s linear;
}

.pieces:hover {
	background-color: #6a6a6a;
	color: #C4C4C4;
	cursor: pointer;
}

.gallery .thumbnail h4 {
	margin: 5px;
	color: #930;
	font-weight: bold;
}

.gallery h4 {
	font-size: 1.2em;
}

.thumbnail p {
    font-size: small;
}

.morelink {
	font-size: .75em;
	font-style: italic;
	color: #930;
}

.gallery2 {/* This may be old */
	padding-top: 4px;
	text-align: center;
}

.nomargin {
	margin: 0;
	
}
.prev, .next {
	color: #fff;
}

.prev a, .next a {
	text-decoration: none;
	color: #fff;
}

.next {
	float: right;
    padding-right: 10px;
	margin: 30% 0;
}

.prev {
	float: left;
    padding-left: 10px;
	margin: 30% 0;
}


/* ---------------------Designcouch lightbox-------------------- */


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
	position: fixed;
	top: -100%;
	width: 88%;
	padding-top: 20px;
	background: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 5%;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 1px solid #eee;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}

.lightbox-target p {
	margin: auto;
	position: absolute;
	color: #fff;
	padding: 1% 8%;
	text-align: left;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: rgba(255,255,255,.5);
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 8.5%;
    bottom: 6%;
    left: 6%;
}

.lightbox-target:target img {
	max-height: 90%;
	max-width: 90%;
}

.lightbox-target:target a.lightbox-close {
	top: 0px;
}

/* ---------------------------------End Designcouch------------------------------- */

input.gsc-search-button {
	margin-right: 40px;
}
#___gcse_0 {
	margin: 20px;
/*	padding: 20px;
*/}

#gsc-i-id1 {
	width: 87%;
	padding: 12px;
	margin-right: 10px;
}

div.gsc-clear-button {
	display: none !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
    font-size: 14px !important;
    color: #000 !important;
    padding: 7px;
    background: #b0c9f3 !important;
    border: 1px solid #300d00;
}

/* ------------Parallax Section-------------- */

.banner {
	background-image: url(../images/structure/parallax.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 2%;
}

p.parallax {
    color: #FFFFFF;
    /* text-align: left; */
    padding: 8px 20px;
    letter-spacing: 1px;
    line-height: 122%;
    font-size: smaller;
    width: 70%;
}

h2.parallax {
	color: #FFFFFF;
	text-align: right;
	padding: 28px 60px 4px;
	letter-spacing: 1px;
}

/* -----------------Footer------------------- */

footer {
	background-color: #FFFFFF;
	padding-bottom: 30px;
	display: inline-block;
}

.centerfootercols {
	margin: 0 auto;
	padding-left: 5%;
}

.footer_column {
	width: 46%;
	text-align: center;
	padding-top: 30px;
	float: left;
}

footer .footer_column img {
	border-radius:50%;
	object-fit: cover;
	margin-bottom: 10px;
}

footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

img.cards {
	height: auto;
}

.button {
	width: 200px;
	margin: 4px auto 20px;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

.button a{
	text-decoration: none;
}

.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #070707;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top-width: 2px;
}

.footer_banner {
	background-color: #930;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0px;
}

.hidden {
	display: none;
}

/* ---------------------------Resume----------------- */
#mainBox {
	margin-top: 20px;
}
.container-max {
	max-width: 800px;
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
 	margin-left: auto;
}

/* -------------------------Small Desktops & Smaller------------------- */

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

.hero h3 {
	margin: 10px 0;
    font-size: 1.75em;
}

.about p {
	margin-bottom: 10px;	
}

.text_column {
	width: 100%;
	margin: 0;	
	padding: 0;}


.thumbnail {
	width: 40%;
    margin-bottom: 3%;
}

}


/* ---------------------------Small Tablets & Smaller----------------- */


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

	/* ----------------END NAV------------------ */
	
h4.logo {
	font-size: 90%;
}

.nav {
	position: relative;
	min-height: 40px;
	width: 0;
}	
	
	/* right nav */
.nav.right ul {
	left: auto;
	right: 0;
	margin: 10px 0 0;
}

.nav ul {
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
/*    background-position: 10px 11px;
*/  background-image: url(../images/structure/hamburger.png);
}
	
.nav li {
	display: none; /* hide all <li> items */
	margin: 0 0 0 12px;
}
	
.nav .current {
	display: block; /* show only current <li> item */
}
	
.nav a {
	display: block;
	padding: 5px 5px 5px 32px;
	text-align: right;
	color: white
}
	
.nav .current a {
	background: none;
	color: #fff;
}

	/* on nav hover */
.nav ul:hover {
	background-image: none;
	background-color: rgba(200, 200, 200, .5);
}
	
.nav ul:hover li {
	display: block;
	margin: 0 0 5px;
}
	
.nav ul:hover .current {
	background: url(images/structure/hamburger.png) no-repeat 10px 7px;
}
	
.nav2 h4 {
	font-size: small;
}
		
/* ----------------END NAV------------------ */

.container {
	width: 100%;
}

/* the caption div has a 0 height & padding percentage */
.hero {
    height: 0;
    width: 36%;
    padding-bottom: 29%;
    padding-left: 42%;
}
	
.hero h3 {
	margin: 10px 0;
    font-size: 1.3em;
}

.about p {
	margin-bottom: 10px;	
}

.about {
	padding-top: 20px;	
}
	
.thumbnail {
    padding-bottom: 2%;
}

.text_column {
    width: 100%;
	text-align: left;
	padding: 0;
}

.footer_column {
	width: 100%;
	margin-top: 0px;
}

	}	/* END of 768 media */	

@media screen and (max-width: 600px) {
.hero h3 {
	margin: 6px 0;
    font-size: .95em;
}
}

/* ----------------------------Mobile------------------------------ */

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

.hero h3 {
    margin: 0;
    font-size: 80%;
}
.hero {
	padding-left: 39%;
}
	
.prev, .next {
	margin: 90% 0;
}

.container {
	width: 100%;
}

.about p {
	margin-bottom: 10px;	
}

.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}

.thumbnail {
	width: 90%;
}

/*.banner {
	display: none;
}
*/
.footer_column {
	width: 100%;
	margin-top: 0px;
}
	
.lightbox-target p {
	color: #fff;
	padding: 25px;
	font-size: 14px;
}

	}	/* END of 320 media */	
