body,html {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: aleo;
	height: 100;
	scroll-behavior: smooth;
}

.body-wrap {
	width: 1000px;
	margin: 0 auto;
}

/*Navigation*/
nav > ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	transition: 0.3s;
}

nav > ul > li {
	display: inline-block;
	font-size: 16px;
	margin: 30px;
	color: #fff;
	letter-spacing: 1.5px;
	font-weight: bold;
}

nav > ul > li:hover {
	opacity: 0.8;
	transition: 0.3s;
}

a {
	text-decoration: none;
	color: inherit;
}

.logo {
	float: left;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	letter-spacing: 2px;
}

/*Navigation End*/

.background {
	width: 100%;
	box-sizing: border-box;
	height: 620px;
	background-image: url("../images/photomount.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.front {
	text-align: center;
	height: 500px;
	padding-top: 50px;
}

.front h1 {
	font-family: country;
	color: #fff;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: -50px;
	font-size: 80px;
}

.front h3 {
	color: #fff;
	font-weight: normal;
	letter-spacing: 1.5px;
}

.starter-btn {
	text-align: center;
	font-family: aleo;
	padding: 10px;
	color: #262626;
	cursor: pointer;
	width: 100px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0 auto;
	display: inline-block;
	background-color: #fff;
	margin: 5px;
	transition: 0.3s;
}

.starter-btn:hover {
	opacity: 0.8;
}

#black {
	background-color: #262626;
	color: #fff;
}

.masonry {
	width: 90%;
	margin: 0 auto;
}

.item-holder img {
	width: 100%;
	height: auto;
	display: block;
}

.section-name {
	font-weight: bold;
	margin: 50px 0px 50px 0px;
	font-family: avenir;
	color: #262626;
	text-align: left;
	margin-left: 50px;
	letter-spacing: 1.5px;
}

.mason-footer h4 {
	position: absolute;
	text-align: center;
	color: #fff;
	font-family: raleway;
	font-weight: bold;
	letter-spacing: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(102,102,102,0.4), rgba(7,7,7,0.2));
	margin: 0 auto;
	padding: 30px;
}
.section-name p {
	font-family: raleway;
	font-weight: normal;
	letter-spacing: 1px;
}

.elipsis > i {
	position: absolute;
	font-size: 15px;
	margin: 15px;
	left: 0;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	border-radius: 100%;
}

/*About*/

.about {
	padding: 10px;
	height: 500px;
	padding-top: 100px;
	width: 100%;
	box-sizing: border-box;
}

.row {
	display: flex;
	flex-direction: row;
}

.column {
	flex: 50%;
	text-align: center;
	letter-spacing: 1.5px;
	color: #464646;
	font-family: aleo;
	padding: 20px;
}

.column > p {
	font-family: raleway;
	letter-spacing: 1.5px;
	line-height: 27px;
}

.column > i {
	font-size: 40px;
}

.about-heading {
	font-size: 17px;
}

.about-img {
	width: 50px;
}

.about > h1 {
	text-align: center;
	color: #464646;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}

.menu-bar {
	text-align: right;
	color: #fff;
	font-size: 25px;
	padding: 30px;
	display: none;
}

#trigger {
	cursor: pointer;
}

#logo-sec {
	margin-top: -2.5px;
	font-size: 25px;
}

.creator {
	width: 300px;
}

.creators-img {
	background-repeat: no-repeat;
	width: 300px;
	height: 400px;
	background-position: center;
	background-size: 100%;
	background-image: url("../images/shalom.jpg");
	transition: 0.3s;
}

.creators-img:hover {
	background-size: 150%;
	background-position: center;
}

.creators-desc {
	margin-top: 10px;
	text-align: left;
}

.creators-footer {
	padding: 30px;
	margin: -100px 0px 0px 0px;
	width: 240px;
}

.creators-name {
	text-align: left;
	font-size: 35px;
	margin-top: 80px;
}

.social-icons {
	float: left;
	margin-left: -10px;
}

.social-icons i {
	font-size: 40px;
	margin: 10px;
}

.social-icons i:hover .social-desc {
	display: block;
}

.social-desc {
	font-family: raleway;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1.5px;
	position: absolute;
	background-color: #464646;
	color: #fff;
	padding: 10px;
	display: none;
}

footer {
	padding: 20px;
	width: 100%;
	bottom: 0;
	background-color: #eee;
	border-top: 1px solid #ccc;
	margin-top: 100px;
	box-sizing: border-box;
	text-align: center;
	color: #464646;
}

/*Responsiveness*/
@media only screen and (min-width: 1px) and (max-width: 1100px) {

	.body-wrap {
		width: 100%;
	}

	nav > ul {
		text-align: left;
		width: 100%;
		height: 0px;
		position: absolute;
		margin-top: 90px;
		background: linear-gradient(to top, rgba(102,102,102,0.4), rgba(7,7,7,0.2));
	}

	nav > ul > li {
		width: 50%;
		text-align: left;
		padding: 10px;
	}

	.show-nav {
		height: 300px;
	}

	.logo {
		display: none;
	}

	#logo-sec {
		display: block;
	}

	.menu-bar  {
		display: block;
		background: linear-gradient(to top, rgba(102,102,102,0.4), rgba(7,7,7,0.2));
	}

	.front h1 {
		font-size: 70px;
	}

	.front h3 {
		font-size: 14px;
	}
	.starter-btn {
		font-size: 13px;
	}

	.about h1 {
		font-size: 23px;
	}

	.about-heading {
		font-size: 15px;
	}

	.about p {
		font-size: 14px;
	}

	.column > i {
		font-size: 35px;
	}
}

@media (max-width: 520px) {
	.row {
    	flex-direction: column;
	}

	.about p {
		width: 300px;
		margin: 0 auto;
	}

	.section-name {
		margin-left: 25px;
	}

	.about {
		margin-bottom: 250px;
	}
}

@media(max-width: 850px) {
	.row {
    	flex-direction: column;
	}

	.creators-img {
		margin: 0 auto;
	}

	.creators-name {
		margin-top: 0px;
		text-align: center;
	}

	.creators-desc {
		text-align: center;
	}

	.social-icons{
		width: 200px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.about {
		margin-bottom: 200px;
	}
}

@font-face {
	src: url("../usable-fonts/aleo.otf");
	font-family: aleo;
}

@font-face {
	src: url("../usable-fonts/country.ttf");
	font-family: country;
}

@font-face {
	src: url("../usable-fonts/raleway.ttf");
	font-family: raleway;
}

@font-face {
	src: url("../usable-fonts/avenir.otf");
	font-family: avenir;
}

