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

.pad-photos-page-top {
	padding-top: 73px;
	padding-right: 15%;
	padding-bottom: 0;
	padding-left: 15%;
}

.pad-photos-left-right {
	padding-top: 0;
	padding-right: 15%;
	padding-bottom: 0;
	padding-left: 15%;
}

.cursor {
cursor: pointer;
}

@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; 
}

.crop-short {
object-fit: cover;
width: 100%;
height: 1000px;
}

.crop-tall {
object-fit: cover;
width: 100%;
height: 1400px;
}

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

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

.mad {
z-index: 2;
float: left;
padding: 17px 0 0 23px;
}
.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: 19px 27px 0 26px;
}

.logo {
	width: 200px;
	height: 200px;
	padding: 0 0 19px 0;
}

.flex-button {
width: 36px;
height: auto;
margin: 0 0 0 25px;
}

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

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

.header {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #000;
	padding-bottom: 12px;
}

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

.text {
	width: 700px;
	text-align: left;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 21px;
	line-height: 29px;
	font-weight: 300;
	color: #575757;
	padding-top: 15px;
	padding-right: 15%;
	padding-bottom: 50px;
	padding-left: 15%;
}
.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: 1px;
	border-bottom-style: solid;
	border-bottom-color: #636363;
	padding-top: 25px;
	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;
	padding: 4px 19px 3px 19px;
}

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

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

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

.pad-10 {
padding: 10px 0 0 0;
}

.pad-photos {
padding: 37px 0 10px 0;
}

.pad-photos-small {
padding: 10px 0 0 0;
}

.footer {
	font-size: 18px;
	padding-top: 65px;
	padding-right: 0;
	padding-bottom: 65px;
	padding-left: 0;
}

input[type=text] {
-webkit-appearance: none; -moz-appearance: none;
display: block;
width: 70%;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 21px;
line-height: 29px;
font-weight: 300;
color: #7a7a7a;
border: 1px solid #7e6038;
}
textarea#styled {
-webkit-appearance: none; -moz-appearance: none;
width: 70%;
height: 150px;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 21px;
line-height: 29px;
font-weight: 300;
color: #7a7a7a;
border: 1px solid #7e6038;
}
