
body {
	font-family: Helvetica;
	margin: 0;
	font-family: Lato;
	color: #222;
	box-sizing: border-box;
	width: auto;
}


p {
	margin: 0;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5em;
}

h1 {
	font-size: 1.8em;
	color: #595a5b;
}

header {
	background-color: #088e8e fixed;
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #63000a;
	box-sizing: border-box;
}

.discord a {
	background-color: #ff4d4d;
    display: inline-block;
    position: static;
    height: 20px;
    width: 87px;
    top: 560px;
	color: black;
	font-family: 'Goldman', cursive;
	text-decoration: none;
	padding: 17px;
	border-radius: 7%;
}

a:hover {
	background-color: transparent;
	color: orangered;
}

.header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 20px;
}

header h1 {
	color: white;
	font-family: 'Nova Flat', sans-serif;
	padding-top: 50px;
}

.logo {
	transition-duration: 0.5s;
}

.logo img {
	width: 170px;
	margin-left: 30px;
	margin-top: 10px;
}

.logo:hover {
	transform: scale(1.05);
	background-color: transparent;
}

footer {
	background-color: #ff000080;
	color: black;
	font-family: 'Open Sans Condensed', sans-serif;
	display: flex;
	justify-content: space-between;
}

footer p {
	padding: 0 0 0 500px;
}
@media(min-width: 400px) {
	h1 {
		font-size: 3.5em;
	}
	.header {
		justify-content: space-between;
		padding-right: none;
	}
	.picture-container {
		padding: 0 10px 0 0;
	}
}
