body {
	background: url(../images/background.jpg) no-repeat;
	background-size: cover;
}


.logo {
	text-align: right;
	margin-right: 10%;
}
.logo img {
		max-width: 300px;
	}
.main {
	margin-top: 5em;
	color: #fff;
}

h1 {
	font-size: 3.5rem;
}
.social {
	list-style-type: none;
	text-align: center;
}
.social li {
	display: inline-block;
	margin-right: 3em;
	color: #fff;
}
.social li a {
	color: #fff;
	font-size: 2.5em;
}

.bottom-wrap {
	background: #1C1D3B;
	padding-top: 20px;
	position: fixed;
    bottom: 40px;
    padding-left: 20px;
	padding-right: 20px;
}
.bottom-wrap p {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.bottom-wrap .sep {
    margin-left: 15px;
    margin-right: 15px;
}
.bottom-wrap .contact {
	color: #fff;
}
.bottom-wrap .contact span {
	
}
.bottom-wrap .tagline {
	color: #98CC9E;
}
@media only screen and (max-width: 900px) {
	.logo img {
		max-width: 200px;
	}
}
@media only screen and (max-width: 640px) {
	.logo {
		text-align: center;
		margin-right: 0;
	}
	.logo img {
		max-width: 180px;
	}
	.bottom-wrap {
		bottom: 0;
	}
	.bottom-wrap .sep {
	    display: none;
	}
	.bottom-wrap .contact span {
		display: block;
	}
}
