/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight:400;
    -webkit-font-smoothing: antialiased;
	color: #777;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	/* font-weight: normal; */
}
a:hover {color: #008082; text-decoration: none; font-weight: bold;}

.hover {
	position: relative;
	z-index: 9999;
}

#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.hide {
    display: none;
    opacity: 0;
}
.show {
    display: block;
    opacity: 1;
}

.main-logo {
	margin: 20px 40px;
	object-fit: contain;
}

/* Set Page Elements */
.content { 
	float:left;
	margin:40px;
	position:absolute;
	top:30%;
	width:600px;
	z-index:999;
	-webkit-font-smoothing:antialiased;
}

.content-text {
	margin-bottom: 0;
	color: #a7a5a5;
	font-weight: 600;
}

.subtext-italics {
    line-height: 50px;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 40px;
	bottom:40px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}
#home span {
	color: #008082;
}
#home h2 {
	font-size: 20px;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;	
}


@media screen and (max-width: 1025px) {
	h1 {
		padding-bottom: 10px;
		font-size: 132px;
    	line-height: 120px;
	}

	#home h2 {
		padding-bottom: 20px;
		font-size: 50px;
		line-height: 55px;
	}

	.content {
		top: 30%;
		width: 91%;
	}

	.content p {
		font-size: 35px;
    	line-height: 45px;
    	color: #cdc8c8;
	}

	.content p span {
		font-size: 40px;
		line-height: 100px;
    	color: #f1f1f1 !important;
	}
	
	.subtext-italics {
	    position: relative;
        top: -18px;
	    font-size: 35px;
        line-height: 135px;
    }

	.main-nav ul li {
		padding-right: 25px;
		padding-left: 25px;
		font-size: 40px;
		font-weight: 700;
	}
}

@media screen and (min-width: 700px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 1369px) {
    .button, button.trigger, button {
        padding: 20px 30px 20px 30px;
        font-size: 20px;
    }
    
    h1 {
		padding-bottom: 10px;
		font-size: 50px;
        line-height: 68px;
	}

	#home h2 {
		padding-bottom: 15px;
        font-size: 30px;
        line-height: 25px;
	}
	
    .content {
        top: 22%;
        width: 91%;
    }

    .content p {
        font-size: 25px;
        line-height: 35px;
    }

    .content p span {
        font-size: 30px;
        line-height: 85px;
    }
}

.main-nav ul li:nth-child(2) {
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li:nth-child(3) {
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li:nth-child(4) {
	border-left: 1px solid #b7b7b7;
}

.main-nav ul li a.active {color: #008082;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {
	opacity: 1;
}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left #arrow-right {
	opacity: 0.5;
}
#arrow_left {
	right:95px;
}

button.trigger {
	position: relative;
	top: 10px;
	padding: 12px 25px 10px 25px;
	font-weight: 500;
	border: none;
	color: #fff;
	background-color: #008082;
}

button.trigger:hover {
	background-color: #164444;
}

.button {
	position: relative;
	top: 10px;
	padding: 12px 25px 10px 25px;
	font-weight: 500;
	border: none;
	color: #fff;
	background-color: #008082;

}
.button:hover {
	background-color: #164444;
}


@media screen and (max-width: 1025px) {
    .button,
    button.trigger,
    button {
        padding: 25px 35px 25px 35px;
        font-size: 30px;
    }
}


/* Modal Start */
.modal-header {
	border: 0;
}

.close {
	color: #fff;
	position: relative;
	right: 2%;
}
.close:hover {
	color: #777;
}

.modal-content {
	border-radius: 0;
	background-color: #008082;
	text-align: center;
}

h3.modal {
  margin-left: auto;
  margin-top: 50px;
  text-align: center;
  font-weight: 100;
  font-size: 1.4em;
  color: #ffffff;
  background-color: #008082;
}

.modal p {
	color: #b7b7b7;
	text-align: center;
	margin: auto;
	max-width: 90%;
	padding-bottom: 25px;
}

.modal-body {
	padding: 4rem;
	padding-top: 15px;
	padding-bottom: 4.5rem;
}

.formStyle { 
  background-color: #008082;
  padding: 20px; 
  width: 100%; 
  margin-bottom: 20px; 
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #ecf0f1; 
  border-top-style: none; 
  border-right-style: none; 
  border-left-style: none; 
  font-size: 1em;
  font-weight: 100;
  color: #ffffff;
}

textarea:focus {
	outline: 1px dotted #fff;
}

.formStyle-message { 
  background-color: #008082;
  padding: 20px; 
  width: 100%; 
  margin-bottom: 20px; 
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #ecf0f1; 
  border-top-style: none; 
  border-right-style: none; 
  border-left-style: none; 
  font-size: 1em;
  font-weight: 100;
  color: #ffffff;
}

.formButton {
  float: right;
	background-color:#ffffff;
	display:inline-block;
	color:#2ecc71;
	font-size:28px;
	font-weight: 500;
	padding:6px 24px;
    margin-top: 15px;
  	margin-right: 60px;
	text-decoration:none;
}
button.trigger-modal {
	position: relative;
	top: 25px;
	padding: 12px 25px 10px 25px;
	font-weight: 500;
	border: 1px solid #fff;
	color: #fff;
	background-color: #008082;
}

button.trigger-modal:hover {
	background-color: #164444;
}


/*To remove the outline that appears on clicking the input textbox*/
input:focus {
  outline: none;
}

/* To format the placeholder text color */
::-webkit-input-placeholder {
   color: #b7b7b7;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b7b7b7;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b7b7b7;  
}

:-ms-input-placeholder {  
   color: #b7b7b7;  
}


/* Modal End */
