/*
	GENERAL
*/

.wrapper
{
	max-width: 940px;
	margin: 0 auto;
	padding: 0 5%;
}

img
{
	max-width: 100%;
}

/*
	HEADING
*/

header
{
	float: left;
	width: 100%;
}

.logo
{
	text-align: center;
	margin: 0;
	font-family: 'bungee', cursive;
	font-weight: normal;
}

h1
{
	margin: 0;
	padding: 18px 0;
	font-size: 2.25em;
	font-weight: normal;
	line-height: 1.2em;
}

h2
{
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
}

h3
{
	margin:0;
}

/*
	NAVIGATION
*/

nav
{
	text-align: center;
	font-size: 1.4em;
	padding: 1px 0;
	margin: 28px 0 0;
}

nav ul
{
	list-style: none;
	padding: 0;
}

nav li
{
	display: inline-block;
}

nav a
{
	padding: 15px 10px;
}

/*
	FOOTER
*/

footer
{
	font-size: 0.75em;
	font-weight: normal;
	text-align: center;
	padding-top: 50px;
	color: #aaa;
	margin-bottom: 30px;
}

footer p
{
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
}

.social-icon
{
	width: 30px;
	height: 30px;
}

/*
	PAGE: PORTFOLIO;
*/

.gallery
{
	clear: both;
	margin: 2em 0 0;
	padding: 2em 0 0;
	list-style: none;
	column-count: 2;
	column-gap: 2em;
}

.gallery li
{
	width: 100%;
	margin-bottom: 3em;
	background: #ddd;
	display: inline-block;
	text-align: center;
}

.gallery li p
{
	padding: 0 4%;
	font-size: 0.9em;
}

/*
	PAGE: ABOUT;
*/

.profile-photo
{
	display: block;
	max-width: 150px;
	margin: 0 auto 50px;
	padding-top: 50px;
}

.about p
{
	font-weight: normal;
}

.about a
{
	font-weight: 900;
}

/*
	PAGE: CONTACT;
*/

.contact
{
	clear: both;
	padding-top: 40px;
}

.contact p
{
	font-weight: normal;
}

.contact a
{
	font-weight: 900;
}

.contact-info
{
	list-style: none;
	padding: 7px 0 0;
	font-size: 0.8em;
}

.contact-info a
{
	display: block;
	min-height: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}

.mail a
{
	background-image: url('../img/mail.png');
}

.twitter a
{
	background-image: url('../img/twitter.png');
}

/*
	COLORS
*/

body
{
	background: white;
	color: #999;
}

header
{
	background: #b9a5be;
	border: black;
}

h1, h2
{
	color: #6b5970;
}

nav
{
	background: #6b5970;
}

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

a:hover
{
	color: #6b5970;
}

nav a, nav a:visited
{
	color: #b9a5be;
}

nav a.selected, nav a:hover
{
	color: white;
}

p, nav
{
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
}