html {
	scroll-behavior: smooth;
}

body {
  margin:0;
  font-family: 'Libre Franklin', sans-serif;
}

header {
	background-color:#141d3e;
	height: 100px;
	z-index: 5;
	position: fixed;
	top: 0;
	width: 100%;
}

.resume {
	margin-top: 100px;
	height: 70px;
	width: 140px;
}
    
.menu {
	color: #fff;
}

.menu:hover{
	text-decoration: none;
	color: #afac55;
	cursor: pointer;
	transition: 0.3s;
}

.nav-menu {
	display: none;
}
ul {
    list-style-type: none;
    background-color: #141d3e;
	height: 150px;
	width: 140px;
    float: right;
    padding: 20px;
} 

li {
  display: block;
}

 a {
  text-decoration: none;
  color: #fff;
}

 a:hover{
  text-decoration: none;
  color: #afac55;
  cursor: pointer;
  transition: 0.3s;
}

.logo {
	height: 75px;
	margin: 5px;
	margin-top:15px;
}

.box {
	bottom: 0;
}

.content {
	margin-top: 200px;
	width: 100%;
}

.mequote {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}

.about {
	font-size: 17px;
	color: #ccc;
}

.phone {
	width: 50px;
	margin: 20px;
}

.email {
	width: 100px;
	margin: 20px;
}

.galpic {
	margin: 10px;
	width: 100%;
}

.pic:hover{
	outline: 4px solid #141d3e;
	outline-offset: 15px;
	transition: 0.5s;
}

.quoteorange {
	width: 360px;
	height: 525px;
	background-color: #e78749;
	color:#141d3e;
	padding: 60px;
	font-size: 30px;
	margin: 10px;
}

.quotegreen {
	width: 360px;
	height: 525px;
	background-color: #afac55;
	color:#141d3e;
	padding: 60px;
	font-size: 30px;
	margin: 10px;
}

.toobig {
	font-size: 25px;
}

.tinytext {
	font-size: 20px;
}

.tinitext {
	font-size: 15px;
}

.title {
	font-size: 90px;
	opacity: .5;
	color: #fff;	
	margin-top: -100px
}

.menu {
	float: right;
	height: 45px;
	margin-top: 40px;
}

.menu:hover{
	cursor: pointer;
	opacity: .1;
	transition: 0.5s;
}

.home {
  background-color: #5f5b73;
  height: 100vh;
}
.one {
  background-color: #9895a5;
    height: 100%;

}
.two {
  background-color: #5f5b73;
    height: 100%;

}
.three {
  background-color: #9895a5;
    height: 100vh;

}
.four {
  background-color: #5f5b73;
    height: 100vh;

}
.five {
  background-color: #9895a5;
    height: 100%;

}


@media only screen and (max-width: 900px) {
	ul {
		margin-right: -15px;
	}
	.resume {
		margin-bottom: 20px;
	}
	a {
		display: block;
	}
	.home {
		height: 100%;

	}
	.galpic {
		width: 70%;
		margin-left: 120px;	
	}
	.home {
  background-color: #5f5b73;
  height: 100%;
  margin-top: -40px;
}

.one {
  background-color: #9895a5;
    height: 100%;
}
.two {
  background-color: #5f5b73;
    height: 100%;

}
.three {
  background-color: #9895a5;
    height: 100%;

}
.four {
  background-color: #5f5b73;
    height: 100%;

}
.five {
  background-color: #9895a5;
    height: 100%;

}
}

@media only screen and (max-width: 600px) {
	.galpic {
		width: 76%;
		margin-left: 60px;	
	}
	.quoteorange {
		margin-left: 60px;
	}

	.quotegreen {
		margin-left: 60px;
	}
	.title {
		font-size: 60px;
		margin-left: 60px;
	}
}
