*{ position: relative; margin: 0; padding: 0;}
.floatRight{float:right;} .floatLeft{float:left;} .clear{ clear: both; }
a{color: white; text-decoration: none;}

html{
	background-color: #EB5723;
	color: #1e1e1e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

body{
	background-color: white;
	width: 100%;
}

.heroImg{
	background: url(../images/StudioB%26W_Grain.jpg);
	background-position: center center;
	background-size: cover;

	width: 100%;
	height: 140px;
}

.text{
	width: 88%;
	margin: 32px auto;
}

.logo{
	width: 160px;
}

h1{
    font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 700;
	color: #EB5723;
	
	margin: 16px 0;
	line-height: 36px;
}

p{
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0;
}

a.button{
	padding: 8px 24px 8px 24px;;
	background: #EB5723;
	margin: 8px 0;
	color: white;
	font-size: 11px;
	transition: background-color .3s;
	border-bottom: solid 2px #BA4C26;
}

a.button:hover{
	background-color: #FF622C;
	border-bottom: solid 2px #BA4C26;
}

footer{
	background: #EB5723;
	top: 32px;
	width: 100%;
}

.footerContainer{
	text-align: right;
	margin: 27px 0px 16px 16px;
	text-decoration: none;
}

.socialContainer{
	font-size: 21px;
	color: white;
}

.fa-instagram, .fa-facebook{ padding: 4px 0 4px 4px;}

.fa-instagram:hover, .fa-facebook:hover{color: #1e1e1e;}

ul{
	list-style: none;
	font-size: 10px;
	color: white;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 14px;
}

li a{
	text-decoration: none;
	color: white;
}

.footerLogo{
	width: 72px;
	margin: 16px 32px 16px 16px;
}

@media screen and (min-width: 760px) {

.responsiveBar{	background: blue;}

.heroImg{
	width: 60%;
	height: 600px;
	position: absolute;
	right: 0;
	clip-path: polygon(170px 0, 100% 0px, 100% 100%, 0px 100%);
}

.text{
	width: 40%;
	max-width: 480px;
	margin: 45px 0 45px 45px;
	height: 450px;
}

h1{
	margin: 32px 0 8px 0;
}

a.button{
	margin: 32px 0 8px 0;
}

.footerLogo {
    margin: 32px 64px 16px 16px;
}

.footerContainer {
    margin: 43px 0px 16px 16px;
}
	
	}