@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400&display=swap');


*{
	padding: 0;
	margin: 0;
	scroll-behavior: none;
}

body {
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow:hidden;
	font-family: 'Raleway', sans-serif;
}

#wrapper {
	width: 100%;
	height: 100vh;
	background:url("photos/Alisha-e1523043304657.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position:200% 50%;
	background-color: black;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color:#00DB8C;
}
.left_side {
	color: white;
	
	
	width: 50%;
	height: 100%;
	padding: 150px 0 0 100px;
	margin: 0;
	
	background: linear-gradient(
 to right,
    hsl(0, 0%, 0%) 0%,
    hsla(0, 0%, 0%, 0.989) 16.1%,
    hsla(0, 0%, 0%, 0.959) 30.2%,
    hsla(0, 0%, 0%, 0.912) 42.5%,
    hsla(0, 0%, 0%, 0.851) 53%,
    hsla(0, 0%, 0%, 0.779) 61.9%,
    hsla(0, 0%, 0%, 0.697) 69.5%,
    hsla(0, 0%, 0%, 0.609) 75.8%,
    hsla(0, 0%, 0%, 0.518) 81%,
    hsla(0, 0%, 0%, 0.425) 85.2%,
    hsla(0, 0%, 0%, 0.335) 88.7%,
    hsla(0, 0%, 0%, 0.249) 91.6%,
    hsla(0, 0%, 0%, 0.169) 94%,
    hsla(0, 0%, 0%, 0.1) 96.1%,
    hsla(0, 0%, 0%, 0.042) 98.1%,
    hsla(0, 0%, 0%, 0) 100%);	



}
.left_side h4 {
	margin-top: 80px;
}

h1 { font-size: 4em;
	width: 70%;
	line-height:1em;
	font-weight: 700;
	
}
h2 {
	font-size: 2.5em;
	width: 70%;
	font-weight: 400;
	
}
h4 {
	font-size: 1em;
	font-weight: 400;
	
}
h6 {
	font-size: 1.5em;
	font-weight: 400;
}

.stroke {
	width: 70%;
	height: 2px;
	background: white;
	margin-top: 30px
	
}

.header {
	top: 50px;
	color: white;
	letter-spacing: 2px;
	width: 100%;
	position: absolute;
	
	
}
.nav {
	float: right;
	margin-right: 100px;
}
.logo {
	float: left;
	width: 100px;
	height: 100%;
	background:#B03C3E;
	margin: 0 0 0 100px;
	display: inline-block;
}
#mobile_image {
		display: none;
	}	

@media only screen and (max-width: 700px) {
	
	*{
	scroll-behavior:auto;
}
	#wrapper {
		background: none;
		margin: none;
		padding: none;
	}
	.left_side {
		width: 100%;
		margin: 0 auto;
		display: block;
		padding-top:80px;
		padding-left: 0px;
		overflow: hidden;
	}
	body {
		background: black;
		overflow: auto;
	}
h1 { 
	font-size: 20vw;
	width: 80%;
	line-height:.9em;
	font-weight: 700;
	
	
}
h2 {
	font-size: 2em;
	width: 70%;
	font-weight: 400;
	
	
}
h4 {
	font-size: 1em;
	font-weight: 400;
	
}
h6 {
	font-size:4vw;
	font-weight: 400;
	text-align: center;
}
	
	h1,h2,h3,h4,h5,h6 {
		margin: 0 auto;
	}	
.stroke {
	width: 80%;
	height: 2px;
	background: white;
	margin:30px auto;
	
}	
.header {
	top: 40px;
	color: white;
	letter-spacing: 2px;
	width: 100%;
	position: absolute;
	background: black;
	
	
}
.nav {
	float:none;
	margin:0 auto;
	text-align: center;
}
.logo {
	display: none;
	float: none;
	width: 100px;
	height: 100%;
	background:#B03C3E;
	margin: 0 0 0 100px;
}	
	.nav h4 {
		font-size: 3.5vw
	}
	
	#mobile_image {
		display: block;
		
	}	
	#mobile_image img {
		width: 100%;
		object-fit: cover;
		overflow: hidden;
		height: 200px;
		
	}	
	.left_side h4 {
	margin-top: 20px;
		margin-bottom: 50px;
		text-align: center;
}
	
}


