@charset "UTF-8";


/* For width smaller than 400px: */
#containerback {
	background-image: url(../images/woodieandersonstudiocorkboard.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	height: 100%;
	padding-bottom: 500px;
	overflow:auto
}
.center-block {
	background-size: cover;
}

/* For width 400px - changed to 800 and larger: */
@media only screen and (min-width: 1030px) {
#containerback {
	background-image: url(../images/woodieandersonstudiocorkboard.jpg);
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	}
	#containerback2 {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	}
	
	
}
/* For width smaller than 400px: */
#containerback2 {
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
	padding-bottom: 500px;
}

/* For general: */

h1, h3, p {
	text-align: left;
	color: #F2DC36;
}
#main {
	width: 75%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 5px;
	height: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #9B9B9B;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer {
	font-size: xx-small;
	color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.navbar.navbar-default {
	border-width: 0px;
	background-color: #F2DC36;
	border-radius: 0px / 0;
}
body {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	min-height: 900px;
}
a {
	color: #FCFCFC;
}
a:hover {
	color: #E7E7E7;
	font-style: normal;
	text-decoration: underline;
}
a:visited {
	color: #E3E3E3;
}
#containerback {
}
/* For design page */
#main_design {
	width: 75%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	height: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_design h1, h3, p {
	text-align: left;
	color: #000000;
}
#main_design a {
	color: #999999;
}
.carousel1 {
	color: #FFFFFF;
	text-align: center;
}
.thumbhead {
	color: #ABABAB;
	font-size: small;
	text-align: center;
	font-weight: bold;
}
.thumbtext {
	color: #ABABAB;
	text-align: center;
	font-style: normal;
	font-size: small;
}
.image-fill {
	width: 100%;
}

.golden {
	color: #F2DC36;
}
