/* CSS Global Styles */
body {
	font-family: forma-djr-display, sans-serif;
	font-style: normal;
	font-weight: 100;
	letter-spacing: .1em;
	line-height: 1.25em;
	
	margin: 0px;
}
h1 {
	font-family: "itc-american-typewriter", "courier", serif;
	line-height: 1.25em;
}
h2 {
	font-family: "itc-american-typewriter", "courier", serif;
	color: #133b00;
	line-height: 1.25em;
}
p {
	padding: 0px 20px;
}
blockquote {
	line-height: 1.1em;
	border-left: 5px solid #133b00;
	padding-left: 10px;
	max-width: 500px;
	color: #133b00;
	font-size: 1.5em;
	font-weight: bold;
}


#vocne li {
	display: inline-block;
}

.space {
	height: 110px;
	background-color: black;
}

.main_content {
	margin: 0px 10px;	
}


.pad_top {
	font-weight: bold;
}


.servimg {
	position: relative;
	z-index: -1;
}

.bold {
	font-weight: bold;
}
.smaller {
	font-size: 0.5em;
	font-weight: 400;
}
.underline {
	text-decoration: underline;
	font-weight: bold;
	color: #2f2a57;
	font-size: 1.25em;
}

.profile {
	display: block;
	margin-right: auto;
	margin-left: auto;
	
}
.profileright {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.responsiveimg {
	width: 100%;
	height: auto;
	max-width: 1024px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.iconcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.whitebox85 {
	margin: 20px 5px 20px 5px;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 5px;
}
.whitebox85 img {
	margin: 0px 5px 0px 5px;
}
.whitebox90 {
	margin: 20px 5px 20px 5px;
	background-color: rgba(255, 255, 255, 0.90);
	padding: 5px;
} 
.bannerright img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	height: auto;
	max-width: 800px;
	padding: 0px 25px 0px 25px;
	transform: rotate(5deg);
	
}
.bannerleft img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	height: auto;
	max-width: 800px;
	padding: 0px 25px 0px 25px;
	transform: rotate(-5deg);
}
.floatleft {
	float: left;
	padding: 10px;
	margin-top: 15px;
}


 
/* Header Styles */

#headercont {
	height: 95px;
	background-color: #2f2a57;
	z-index: 9000;
	margin: 0px;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}


.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px; 
	max-width: 1024px;
	margin: 0 auto;	
}


#flex_mobile {
	position: relative;	
}

#flex_logo {
	flex: auto;
}

#largenav {
	display: none;
}

.header a {
	color: white;
	text-decoration: none;
}
.header a:hover {
	color: #a2b8a1;
}
.header p {
	color: white;
}
.accordion {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.mobilenav {
	display: block;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(47,42,87, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: white;
	display: block;
	transition: 0.3s;
	line-height: 1.25em;
	
}
.overlay a:hover, .overlay a:focus {
  color: #a2b8a1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* Footer Styles */

#footer {
	background-color: #2f2a57;
	color: white;
	margin: 0; 
	text-align: center;
	padding: 5px 0px;
	font-size: .75em;
}
#footer h2 {
	color: white;
}
#footer a {
	color: white;
}
#socialicons a {
	text-decoration: none;
}
#socialicons {
	padding-top: 20px;
}


svg {
	margin: 10px 0px 10px 0px;
}



/*Home Page*/

/*Slideshow*/
* {box-sizing:border-box}

.slideshow {
	 max-width: 1000px;
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 110px;
}

.mySlides {
	 display: none;
}

.prev, .next {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 margin-top: -22px;
	 padding: 16px;
	 color: white;
	 font-weight: bold;
	 font-size: 18px;
	 transition: 0.6s ease;
	 border-radius: 0 3px 3px 0;
	 user-select: none;
}

.next {
	 right: 0;
	 border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
 	 background-color: rgba(0,0,0,0.8);
}

.text {
	 color: #f2f2f2;
	 font-size: 25px;
	 padding: 8px 12px;
	 position: absolute;
	 bottom: 8px;
	 width: 100%;
	 text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

#whatvocne {
	display: flex;
	flex-direction: column;
	
}
#definition {
	flex: 0 1 100%;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
	order: 1;
	background-color: rgba(218, 170, 186, 0.4);
	box-shadow: 4px 4px 10px 0px #a3a1b7;
}
#whattext {
	flex: 0 1 100%;
	order: 2;
}
#definition h2 {
	margin: 10px;
	color: #2f2a57;
}
#definition ol {
	line-height: 1.25em;
}
#definition li {
	padding-left: 0.75em;
}
#definition img {
	float: right;
	margin-right: 35%;
}

#flex_services {
	background-image: url("images/tree.jpg");
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px;
	padding: 10px;
	border: 5px solid #133b00;
}
#flex_services img {
	padding-top: 20px;
}
#design {
	flex: 0 1 100%; 
	text-align: center;
	align-content: center;
	background-color: rgba(255, 255, 255, 0.9)
}

#design ul {
	list-style-type: none;
	text-align: left;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #133b00;
	line-height: 1.5em;
}

#story {
	flex: 0 1 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9)
}
#story ul {
	list-style-type: none;
	text-align: left;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #133b00;
	line-height: 1.5em;
}

#strategy {
	flex: 0 1 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9)
}
#strategy ul {
	list-style-type: none;
	text-align: left;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px 0px 0px 10px;
	border-left: 5px solid #133b00;
	line-height: 1.5em;
}

.greendivider {
	height: auto;
	background-color: #133b00;
	color: white;
	padding: 10px;
	margin: 30px 0px 0px 0px;
}

.greendividerbottom {
	background-color: #a2d59d;
	margin: 0px 0px 30px 0px;
	padding: 10px;
}


#blog {
	box-shadow: 4px 4px 10px 0px #a3a1b7;
	padding: 10px;
	margin-bottom: 30px;
}


/*About Page*/

#heroaboutcontainer {
	background-image: 
		linear-gradient(rgba(47, 42, 87, 0.45), rgba(47, 42, 87, 0.45)), 
		url("images/glasses_codefs.jpg"); 
	background-position: top;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	top: 20px;
    perspective: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100vh;
    display: block;
    border: 1px solid black;
  	margin-top: 90px;
}
.herotextbox {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,0.80);
	text-align: center;
	box-shadow: 5px 5px 3px black;
	padding: 5px;
	width: 300px;
}
.herotextbox h1 {
	color: #133b00;
	font-size: 2.5em;
}
.video {
   	width: 100%;
    height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.video iframe {
	width: 100%;
	height: 100%;
}
#ourstory {
	border: 5px #a2b8a1;
	border-style: ridge;
	background-image: url("images/woodtexture.jpg");
	margin: 20px 0px 0px 0px;
	
}



/*Our Work Pages*/

#ourwork {	
	padding-top: 20px;
	border: 5px #2f2a57;
	border-style: ridge;
	background-image: url("images/woodtexture.jpg");
	margin: 20px 0px 20px 0px;
	
}

#ourworkcontainer {
	background-image: 
		linear-gradient(rgba(47, 42, 87, 0.45), rgba(47, 42, 87, 0.45)), 
		url("images/ourworkfs.jpg"); 
	background-position: top;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	top: 20px;
    perspective: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100vh;
    display: block;
    border: 1px solid black;
  	margin-top: 90px;
	
}

#mvlcontainer {
	display: flex;
	flex-direction: column;
}
#mvllogo {
	flex: 0 1 100%;
	text-align: center;
}
#mvltext {
	flex: 0 1 100%;
}
#bhcontainer {
	display: flex;
	flex-direction: column;
}
#bhlogo {
	flex: 0 1 100%;
	text-align: center;
}
#bhtext {
	display: 0 1 100%;
}

#class4container {
	display: flex;
	flex-direction: column;
	align-content: center;
}

#class4logo {
	flex: 0 1 100%;
	text-align: center;
	
}
#class4text {
	flex: 0 1 100%;
	
}
#stcontainer {
	display: flex;
	flex-direction: column;
}
#stlogo {
	flex: 0 1 100%;
	text-align: center;
}
#sttext {
	flex: 0 1 100%;
}


/*Contact Us*/

form {
	text-align: center;
	background-image: 
		linear-gradient(rgba(47, 42,87, 0.6), rgba(47, 42,87, 0.6)), 
		url("images/tree.jpg");
	padding: 15px;
	margin-bottom: 20px;
	border: 5px solid #a2d59d;
	border-style: outset;
}
label {
	color: white;
}
#tswsubmit {
	font-family: "itc-american-typewriter", "courier", serif;
	font-style: normal;
	letter-spacing: .1em;
	font-weight: 500;
	color: white;
	background-color: #133b00;
	padding: 5px;
}
.heroimage {
	margin-top: 110px;
}

/*Thank-you Page*/

.thanks img {
	max-width: 500px;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media(max-width: 0px) and (max-width: 290px) {
	blockquote {
		font-size: 1em;
	}
}
@media only screen and (max-width:1024px) {
	#heroaboutcontainer {
		background-attachment: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#ourworkcontainer {
		background-attachment: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

@media(min-width: 700px) {
	
	#flex_services {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	
	#design {
		flex: 0 1 275px;
		margin: 20px;
	}
	#story {
		flex: 0 1 275px;
		margin: 20px;
	}
	#strategy {
		flex: 0 1 275px;
		margin: 20px;
	}
	#whatvocne {
		display: flex;
		flex-direction: row;
	
	}
	#whattext {
		flex: 0 1 80%;
		order: 1;
	}
	#definition {
		flex: 0 1 350px;
		order: 2;
	}
	.profile {
		float: left;
	}
	.profileright {
		float: right;
		
	}	
	
	.herotextbox {
		position: absolute;
		top: 40%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		background-color: rgba(255,255,255,0.80);
		text-align: center;
		box-shadow: 5px 5px 3px black;
		padding: 10px;
		width: 500px;
	}
	
	#ourstory {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#ourwork {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.bannerright img {
		padding: 20px 25px 20px 25px;
	}
	.bannerleft img {
		padding: 20px 25px 20px 25px;
	}
	.floatleft {
		margin-top: 5px;
	}
	.whitebox90 {
		margin: 20px;
	}
	.whitebox85 {
		margin: 20px;
	}
	.video.whitebox90 {
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}
	
}
@media(min-width:800px) {
	
	.video.whitebox90 {
		max-width: 700px;
		height: 500px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(min-width:885px) {
	#largenav ul {
		display: block;
	}
	#largenav li {
		display: inline;
		padding: 10px;	
	}
	#largenav {
		display: block;
		list-style-type: none;
		margin: 25px 0px 0px 10px;
		padding: 0px;
		text-align: right;
	}
	.drop_nav {
		flex: auto;
		position: relative;
		display: inline-block;
		color: white;
	}	
	.dropnav_content {
		display: none;
		position: absolute;
		background-color: white;
		min-width: 80px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		padding: 12px 16px;
		z-index: 1;
	}
	.dropnav_content a {
		color: black;
	}
	.drop_nav:hover .dropnav_content {
		display: block;
	}
	.accordion {
		display: none;
	}
	.panel {
		display: none;
	}
	#mvlcontainer {
		display: flex;
		flex-direction: row;
	}
	#mvllogo {
		flex: 0 1 205px;
		text-align: center;
	}
	#mvltext {
		flex: 0 1 70%;
	}
	#bhcontainer {
	
	flex-direction: row;
	}
	#bhlogo {
		flex: 0 0 205px;
		text-align: center;
	}
	#bhtext {
		display: 0 1 70%;
		flex-direction: row;
	}	
	#class4container {
		flex-direction: row;
	}

	#class4logo {
		flex: 0 0 205px;
		text-align: center;
	}
	#class4text {
		display: 0 1 70%;
	
	}
	#stcontainer {
		display: flex;
		flex-direction: row;
	}
	#stlogo {
		flex: 0 1 205px;
		text-align: center;
		margin-right: 10px;
	}
	#sttext {
		flex: 0 1 70%;
	}
	
	
	
	
}
@media(min-width:1024px) {
	.main_content {
	max-width: 1024px;
	margin: 0 auto;	
		
	}
	#flexDS {
	flex: 0 1 40%;
	}
	#flexVS {
		flex: 0 1 40%;
	}
	
}



