@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: rgba(208,207,207,1.00);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: rgba(0,0,0,1.00);
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
p{
	font-size: 14px;
	font-family: 'alice', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(0,0,0,1.00);
	line-height: 1.8;
}


/* Link styles*/
a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	margin-left: 0px;
}

a:hover {
	color: rgba(255,255,255,1.00);
}
.linkStyle {
	color: rgba(0,0,0,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	font-size: 2ch;
}
/* Header & HERO styles*/


.heroHeader {
	height: 300px;
	background-color: rgba(208,207,207,1.00);
	margin-bottom: 5%;
}
.heroHeader2 {
	height: 600px;
}
/* Navigation styles*/
.topNavUl {
	position: static;
	padding-top: 20px;
	padding-bottom: 20px;
}
.demo-nav {
	float:right;
	margin:12px 0;
	list-style:none;
}
.demo-nav-link {
	
}
.demo-nav-link a {
	color:#2BA6CB;
	text-decoration:none;
	
}
.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
}
.nav-list {
	
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	color: rgba(86,85,85,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	font-size: 2ch;
}
.nav-item a {
	display: block;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	font-size: 2ch;
}
.nav-item:first-child a {
	border-radius:0px 0 0 0px;
}
.nav-item:last-child a {
	border-radius:0 0px 0px 0;
}
.nav-item a:hover {
	color: #FFFAFA;
}
/* Mobile Navigation */
.nav-mobile { 
/* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#535252 url(./images/nav.svg) no-repeat center center;
	height:40px;
	width:40px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;}

.topNavLI {
	text-align: center;
}
/* Typography styles*/
.textStyle {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
	font-size: 20px;
	text-align: center;
	margin-left: 0;
	text-decoration: none;
}


.mainTagline {
	text-align: center;
	color: rgba(224,205,220,1.00);
	font-size: 40px;
	margin-top: -1%;
	font-family: codystar;
	font-style: normal;
	font-weight: 400;
}
.mainblurbline {
	text-align: center;
	color: rgba(187,187,187,1.00);
	font-size: 20px;
	margin-top: -1%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.sectionText {
	text-align: center;
}
#sectionOne {
	text-align: justify;
}
#sectionTwo {
	text-align: justify;
}

/* Gallery styles */
.gallery{
	padding-top: 0px;
	padding-bottom: 30px;
}
.paraContent{
	font-size: 14px;
	font-family: alice, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
	font-size: 16px;
	font-family: muli;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
	line-height: 1.8;
	text-align: justify;
	width: 80%;
	margin-left: 10%;
}
.showAreaH2 {
	
}
#secondaryStyling {
	padding-top: 40px;
	padding-bottom: 20px;
}
.secondarySection {
	background-color: rgba(208,207,207,1.00);
}
.secondarySection2 {
	background-color: rgba(208,207,207,1.00);
	margin-left: 10%;
	padding-bottom: 17px;
	margin-right: 10%;
	width: 80%;
}
.secondarySection3 {
	background-color: rgba(208,207,207,1.00);
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
.namesstyle {
	margin-top: -20px;
	text-align: center;
	font-family: montserrat;
	clear: left;
	font-size: 18px;
	color: white;
}
/*Footer styles*/
.footerTitle {
	text-align: center;
	font-size: 13px;
}
.footerTextContainer {
	text-align: justify;
	margin-bottom: 10%;
}

#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div{
	margin-right: 10%;
	width: 80%;
	margin-left: 10%;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #C9A0CB;
	color: #B582B8;
	outline: none;
	padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-size: 30px 30px;
	background-position: 8px 5px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#message{
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor: pointer;
	background-color: #999999;
	color: white;
	font-size: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -4px;
	font-weight: 700;
	z-index: 2;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #565555;
	z-index: 2;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0%;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
	position: absolute;
	top: 82.5%;
}

.submit:hover .ease{
	width: 70%;
	background-color: white;
	z-index: 1;
	opacity: 0.5;
}
.aboutpic {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
