html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	content: ".";

	visibility: hidden;
}

body{
	font-size: 16px;
	font-family: 'proxima-nova', sans-serif;
	color: #666;
	font-weight: 400;
}

h1{
	color: #b5d6cb;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 140%;
	font-size: 42px;
}

h2{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 27px;
	padding-top: 24px;
	letter-spacing: -0.5px;
	line-height: 1.5;
	text-align: center;
}

h3{
	font-family: 'Libre Baskerville', serif;
	font-size: 27px;
	padding-top: 24px;
	letter-spacing: .65px;
	line-height: 2;
	text-align: center;
	color: #4c4c4c;
}

h4{
	text-align: center;
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: .65px;
	margin: 0 0 0 0;
}


h5{
	text-align: center;
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	margin: 0 0 0 0;
}

h6{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: white;
}

p{
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-align: center;
}
p:last-child{
	margin-bottom: 0;
}

a:link{
	color: #4c4c4c;
}

a:visited{
	color: black;
}

a:hover{
	color: white;
}

a:active{
	color: #4c4c4c;
}

ul{
	list-style: none;
}

li{
	text-align: center;
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 1.5;
	margin: 0 0 0 0;
}

.site{
	margin: 0 auto;
}


.north,
.hero,
.about,
.features,
.work,
.contact,
.bio,
.skills,
.south{
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 10px;
}

.north{
	z-index: 999;
	background: white;
	margin: 0px;
	position: fixed;
	width: 100%;
	border-style: none;
}

.logo{
	float: left;
	width: 30%;
	padding: 10px;
	margin: 0;
}

.logo img{
	height: 33px;
}

.main-navigation{
	float: right;
	width: 50%;
}
.main-navigation ul{
	list-style: none;
	width: 100%;
}
.main-navigation ul li{
	float: left;
	display: inline;
	width: 20%;
	padding: 0 10px;
}
.main-navigation ul li a{
	display: block;
	font-size: 14px;
	color: #b5d6cb;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 16px 0;
	letter-spacing: 1pt;
}
.main-navigation ul li a:hover{
	background: #b5d6cb;
	color: white;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;
  color: #b5d6cb;  
  border: none;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 20px;
  letter-spacing: 1pt;
  background-color: white;
  font-family: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #b5d6cb;
  color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #808080;
  font-size: 14px;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #b5d6cb;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.hero{
	text-align: center;
	height: 650px;
	background: grey;
	border: none;
	font-size: 42px;
	padding: 200px 575px 0px 115px;
	text-align: left;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/michael_fischer_miranda_website_homepagehero_00.jpg);
}

.button, 
.button:visited{
  font-family: 'Libre Baskerville', serif;
  margin: 245px 485px;
  display: block;
  padding: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid;
  border-color: #b5d6cb;
  font-size: 12px;
}

.button:hover {
  color: white;
  border-color: #b5d6cb;
  background: #b5d6cb;
}

.intro, .work {
	padding: 65px 150px 15px 150px;
	text-align: center;
	height: 325px;
	border: none;
	line-height: 1.5;
}

.about {
	padding: 75px 150px 15px 150px;
	text-align: center;
	height: 500px;
	border: none;
	line-height: 1.5;
}

.miranda{
	text-align: center;
	height: 650px;
	border: none;
	font-size: 42px;
	padding: 300px 115px 0px 115px;
	text-align: center;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/michael_fischer_miranda_artwork.jpg);
}

.miranda h1{
	color: white;
}

.features{
	padding: 0px;
	border: none;
	margin: 0px;
}

.contact h3{
	letter-spacing: 1px;
}

.contact .button{
	margin: 35px 125px 0px 125px;
	font-size: 12px;
}

.hero .button{
	margin: 35px 150px 0px 150px;
	font-size: 12px;
}

.hyperfisch{
	height: 600px;
	background: grey;
	padding: 75px 675px 0px 100px;
	text-align: center;
	border: none;
	margin: 0px;
	background-image: url(../images/michael_fischer_miranda_hyperfisch_homepagehero_00.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bio{
	height: 650px;
	color: white;
	background: grey;
	padding: 175px 550px 0px 115px;
	text-align: center;
	border: none;
	margin: 0px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/michael_fischer_miranda_website_resumehero_00.gif);
}

.bio h1{
	color: #4c4c4c;
	font-size: 60px;
	letter-spacing: -2px;
}

.bio h2{
	color: black;
}

.bio .button{
	margin: 35px 125px 0px 125px;
	font-size: 12px;
	border-color: #4c4c4c;
	color: #4c4c4c;
}

.bio .button:hover{
	color: white;
	border-color: #4c4c4c;
	background: #4c4c4c;
}

.contact{
	height: 700px;
	color: white;
	background: grey;
	padding: 200px 115px 0px 615px;
	text-align: center;
	border: none;
	margin: 0px;
	background-image: url(../images/michael_fischer_miranda_studio_photographer.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact h1{
	color: #4c4c4c;
}

.contact h2{
	color: black;
	font-size: 27px;
	padding-top: 24px;
	letter-spacing: -0.25px;
	line-height: 1.5;
}

.contact .button{
	margin: 35px 125px 0px 125px;
	font-size: 12px;
	border-color: #4c4c4c;
	color: #4c4c4c;
}

.contact .button:hover{
	color: white;
	border-color: #4c4c4c;
	background: #4c4c4c;
}

.about .button{
	margin: 35px 300px 0px 300px;
	font-size: 12px;
	border-color: #b5d6cb;
	color: #808080;
}

.about .button:hover{
	color: white;
	border-color: #b5d6cb;
	background: #b5d6cb;
}

.message .button{
	margin: 35px 150px 0px 150px;
	font-size: 12px;
	border-color: #b5d6cb;
	color: white;
}

.message .button:hover{
	color: white;
	border-color: #b5d6cb;
	background: #b5d6cb;
}

.hyperfisch .button{
	margin: 35px 150px 0px 150px;
	font-size: 12px;
	border-color: #b5d6cb;
	color: #808080;
}

.hyperfisch .button:hover{
	color: white;
	border-color: #b5d6cb;
	background: #b5d6cb;
}

.skills{
	width: 100%;
	color: #343434;
	height: 550px;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 50px 150px 0px 150px;
	background: white;
}

.skill{
	width: 33%;
	float: left;
	text-decoration: none;
	padding: 20px 0px 0px 0px;
}

.skills img{
	height: 150px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0px 0px 0px;
}

.facts{
	width: 100%;
	color: #343434;
	height: 450px;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 35px 75px 0px 75px;
	background: #b5d6cb;
}

.fact{
	width: 25%;
	float: left;
	text-decoration: none;
	padding: 20px 15px 0px 15px;
}

.fact h1{
	color: white;
	font-size: 90px;
	letter-spacing: -5px;
}

.facts h2{
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 21px;
	font-weight: bold;
}

.fact h3{
	padding-top: 0px;
	letter-spacing: .35px;
	line-height: 1.5;
}

.split {
  height: 600px;
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding: 20px;
  color: white;
}

.split h3{
	line-height: 1.3;
}

.lefttc {
  left: 0;
  background-color: #f4f4f4;
  width: 50%;
  float: left;
  color: #4c4c4c;
}

.righttc {
  right: 0;
  background-color: red;
  width: 50%;
  float: right;
  background-image: url(../images/work/bodyseries/_bodyseries.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.leftyy {
  left: 0;
  background-color: #1b3c67;
  width: 50%;
  float: left;
}

.leftyy h3{
	color: white;
}


.rightyy {
  right: 0;
  background-color: red;
  width: 50%;
  float: right;
  background-image: url(../images/work/adizero/_adizero.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.leftin {
  left: 0;
  background-color: #fff;
  width: 50%;
  float: left;
  color: #4c4c4c;
}

.rightin {
  right: 0;
  background-color: red;
  width: 50%;
  float: right;
  background-image: url(../images/work/walton/_walton_1.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.leftpd {
  left: 0;
  background-color: #ff3c23;
  width: 50%;
  float: left;
}

.leftpd h3{
	color: white;
}

.rightpd {
  right: 0;
  background-color: red;
  width: 50%;
  float: right;
  background-image: url(../images/ad.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.leftiv {
  left: 0;
  background-color: #383a37;
  width: 50%;
  float: left;
}

.leftiv h3{
	color: white;
}

.rightiv {
  right: 0;
  background-color: red;
  width: 50%;
  float: right;
  background-image: url(../images/work/inventables_2/_inventables_2.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.leftbf {
  left: 0;
  background-color: #ef373e;
  width: 50%;
  float: left;
  color: #4c4c4c;
}

.rightbf {
  right: 0;
  background-color: red;
  width: 50%;
  float: right;
  background-image: url(../images/work/bfshoes.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.lefted {
  left: 0;
  background-color: #57068c;
  width: 50%;
  float: left;
}

.lefted h3{
	color: white;
}

.righted {
  left: 0;
  background-color: #01b4d2;
  width: 50%;
  float: right;
}

.righted h3{
	color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 250px;
  border-radius: 0px;
}

.right .button{
	margin: 0px;
	font-size: 12px;
	border-color: #b5d6cb;
	color: white;
}

.south{
	color: #b5d6cb;
	text-align: left;
	background: #343434;
	margin: 0px;
	height: 130px;
	padding: 45px 50px;
	border-style: none;
}

.south p{
	float: left;
	text-align: left;
	letter-spacing: 1px;
}

.south img{
	float: right;
	height: 50px;
	padding-left: 18px;
}

.cvr{
  width: 100%;
  height: auto;
  float: left;
  background: #000;
  position: relative;
  color: #fff;
  margin-bottom: 35px;
}

.cvr img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* Blog */

.ft{
  width: 33%;
  height: auto;
  float: left;
  background: #000;
  position: relative;
  color: #fff;
}

.ft img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.ft-cta{
  font-size: 20pt;
  font-family: 'Baskerville', serif;
  letter-spacing: 1pt;
  color: white;
}

.ft-hover{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #b5d6cb;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  padding: 180px 0 0 0;
  opacity: 0;
}

a.ft:hover .ft-hover{
  opacity: 1;
}

.title{
	padding: 150px 300px 50px 300px;
	text-align: center;
	border: none;
}

.caption{
	padding: 250px 375px 30px 375px;
	text-align: center;
	border: none;
}

.photo{
  width: 100%;
  height: auto;
  float: left;
  background: white;
  position: relative;
  padding: 0 25px 0 25px;
  margin-bottom: 30px;
}

.photo img{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	position: relative;
	padding-top: 10px;
}

.rec-hed{
	width: 100%;
	background: #b5d6cb;
	color: white;
	height: 60px;
	margin-top: 10px;
	padding-top: 20px;
}

.rec{
  width: 33%;
  height: auto;
  float: left;
  background: #000;
  position: relative;
  color: #fff;
  margin-bottom: 25px;
}

.rec img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.rec-hover{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #b5d6cb;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  padding: 200px 0 0 0;
  opacity: 0;
}

a.rec:hover .rec-hover{
  opacity: 1;
}


/* Tablet */
@media screen and (max-width: 780px){
	.north{
		padding-bottom: 0;
		}

	.logo {
		float: none;
		width:100%;
		margin: 0 0 10px 0;
		}

	.main-navigation{
		float: none;
		width: 100%;
		}

	.main-navigation ul{
		overflow: hidden;
		}

	.main-navigation ul li{
		display: block;
		width: 100%;
		float: none;
		padding: 0px;
		margin: 0 0 10px 0;
		}

	.features .feature{
		width: 50%;
		float: left;
		text-align: center;
		}

	.ft{
  		width: 100%;
  		height: auto;
  		float: left;
 		background: #000;
  		position: relative;
  		color: #fff;
		}

	}


/* Mobile */
@media screen and (max-width: 450px){
	.features .feature{
		width: 100%;
		float: left;
	}

	h3{
		font-size: 14px;
	}

	p{
		font-size: 12px;
	}
}



