body, html { 
width: 100%;
height: 100%;
padding: 0;
margin: 0;
background-color: #fff;
}

.cursor {
cursor: pointer;
}

html{
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}

@media screen and (min-width: 1076px) {
      .desktop{
    display: block
  }
      .mobi{
    display: none
  }
}

@media screen and (max-width: 1075px) {
      .desktop{
    display: none
  }
      .mobi{
    display: block
  }
}
	
.easeload{
opacity: 0;
-webkit-transition: all 1s ease; 
-moz-transition: all 1s ease; 
-ms-transition: all 1s ease; 
-o-transition: all 1s ease; 
}

.navbar {
z-index: 1;
position: fixed;
top: 0;
height: 54px;
width: 100%;
transition: top 0.3s;
background-color: rgba(0,0,0,0.8);
visibility: visible;
}

@media screen and (orientation: landscape) {
      .page5 .navbar{
    position: static;
	background-color: #000;
  }
}

.flex-mad {
width: 88px;
height: auto;
}

.mad {
z-index: 2;
float: left;
padding: 13px 0 0 22px;
}
.mad a:link {
Text-decoration: none;
color: #fff; 
}
.mad a:visited {
Text-decoration: none; 
color: #fff;
}
.mad a:hover {
Text-decoration: none; 
color: #fff; 
}

.about {
z-index: 2;
float: right;
padding: 12px 22px 0 0;
}

.logo {
width: 185px;
height: 185px;
padding: 0 0 30px 0;
}

.flex-button {
	width: 30px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}

.flex-arrow {
	width: 39px;
	height: 39px;
	margin-top: 15px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
}

.mega-header {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 43px;
	line-height: 43px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.header {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 31px;
	line-height: 31px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.sub-header {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: 600;
	color: #000;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}

.text {
	width: 88%;
	text-align: left;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 21px;
	line-height: 29px;
	font-weight: 500;
	color: #575757;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 34px;
	padding-left: 22px;
}
.text a:link {
Text-decoration: none;
font-weight: 600;
color: #000;
}
.text a:visited {
Text-decoration: none;
font-weight: 600; 
color: #000;
}
.text a:hover {
Text-decoration: none;
font-weight: 600; 
color: #000;
}

.line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.button {
	float: left;
	text-align: left;
	font-size: 21px;
	font-weight: 600;
	color: #000;
	border: 3px solid #000;
	border-radius: 30px;
	background-color: #fff;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 3px 19px 3px 19px;
}

.pad-page-top {
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.pad-photos {
padding: 30px 0 0 0;
}

.pad-photos-menu {
padding: 54px 0 0 0;
background-color: #090e14;
}

@media screen and (orientation: landscape) {
      .page5 .pad-photos-menu{
padding: 0;
  }
}

.pad-photos-bottom {
padding: 0 0 2px 0;
}

.pad-email {
padding-top: 24px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.pad-10 {
padding: 0;
}

.pad-20 {
padding: 13px 0 0 0;
}

.footer {
clear: left;
font-size: 20px;
padding: 34px 0 25px 0;
}

input[type=text] {
-webkit-appearance: none; -moz-appearance: none;
display: block;
width: 90%;
height: 30px;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 21px;
line-height: 29px;
font-weight: 400;
color: #000;
border: 2px solid #c7c7c7;
}
textarea#styled {
-webkit-appearance: none; -moz-appearance: none;
width: 90%;
height: 120px;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 21px;
line-height: 29px;
font-weight: 400;
color: #000;
border: 2px solid #c7c7c7;
}
