/**
 Colors:
 mexican red: #A33A3F
 tidal: #F2F086
 light coral: #F06D73
 curious blue: #4391BD
 boston blue: #4280A3


BD6543
F0A33D 
574E42
77C5A1
3DF06B

*/

body {
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0em;
	padding: 0;
	font-size: 1.5em;
	font-weight: 200;
}


h1, h2, h3, h4 {
	color: #333;
}

h1 {
	font-size: 4.5rem;
	text-align: center;
}
h2 {
	font-size: 3.5rem;
}

h3 {
	font-size: 2.5rem;
}


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

a:hover {
	color: #BD6543
}

.background-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

main {
	padding: 2em 0;
}

h1.title {
	padding-top: 2em;
}


/* --- Font page ---------------------------------------- */

.frontpage	 {
	text-align: center;
	margin: 3em 0;
}

.frontpage a:hover {
	color: #a4a4b2;
}

.frontpage .icon {
	padding: 0.25em 0;
}


.grid h2 {
	font-size: 3.5rem;
	text-align: center;
}

.grid a {
	color: black;
}

.grid .image {
	height: 400px;
	background-size: cover;
	margin-bottom: 1em;
}

.blog .title {
	text-align: left;
	padding: 0;
	margin: 0;
}

.blog h1.title {
	font-size: 4rem;
}

.blog h2.title {
	font-size: 3rem;
	color: #999;
}

.blog .image {
	height: 600px;
	background-size: cover;
}

.blog img.cover {	
	height: 600px;
	width: 100%;
	object-fit: cover;
}

/* --- Cover ---------------------------------------- */


.cover {
	background-color: rgb(88,92,98);
	height: 20em;
	text-align:center;
	padding-top: 12em;
	@media (max-width: 700px) {
		height: 20em;
		padding-top: 8em;
	}
}


.cover #title {
	font-size: 300%;
	font-weight: 400;
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;
	display:inline;
	padding: 0.2em 1.5em 0.3em 1.5em;
	@media (max-width: 700px) {
		font-size: 250%;
	}
}

.cover #subtitle {
	font-weight: 300;
	font-size: 24px;
	color: #a4a4b2;
}


/* --- Article ---------------------------------------- */

article {
	text-align: justify;
}



/* --- Tags ---------------------------------------- */


.tags {
	font-size: 0.9em;
	color:#aaa;
}
.tags a {
	display:inline-block;
	color: #aaa;
	margin: 0 auto;
	padding: 0;
	
}

/* --- Header ---------------------------------------- */


header {
}


/* --- Main Menu ---------------------------------------- */

#main-menu {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
}

#main-menu {
	text-align: center;
	font-size: 1em;
	color: white;
}

#main-menu a {
	color: white;
	display:inline-block;
	text-align: center;
	padding: 1em 0.5em;
	margin: 0;
	text-decoration: none;
}

#main-menu .active {
	color: white;
}

#main-menu a:hover {
	color: #BD6543;
}

/* --- Footer ---------------------------------------- */

footer {
	background-color: rgb(88,92,98);
	text-align: center;
	color: white;
}

footer .container {
	padding: 5em;
}





/* --- Contact ---------------------------------------- */

.contact h2 {
	text-align: center;
}

.contact {
	padding: 6em 0;
}

.contact .columns {
	padding: 2em 0;
}

/* --- Blog ------------------------------------------- */

.blog {
	padding: 3em 0;
	border-top: 1px solid #aaa;
}

.first .blog {
	border-top: 0;
	margin-top: 3em;
}

.blog .submitted {
	font-size: 90%;
	padding-bottom: 1em;
}

