﻿#navigate {
	padding-left: 12vw;
}

@media(max-width:1000px) {
	#navigate {
		padding-left: 10vw;
	}
}

header.masthead {
	margin-bottom: 50px;
	background: no-repeat center center;
	background-color: #868e96;
	background-attachment: scroll;
	position: relative;
	background-size: cover;
}

	header.masthead .overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #212529;
		opacity: 0.5;
	}

	header.masthead .page-heading,
	header.masthead .post-heading,
	header.masthead .site-heading {
		padding: 200px 0 150px;
		color: white;
	}

@media only screen and (min-width: 768px) {
	header.masthead .page-heading,
	header.masthead .post-heading,
	header.masthead .site-heading {
		padding: 200px 0;
	}
}

header.masthead .page-heading,
header.masthead .site-heading {
	text-align: center;
}

	header.masthead .page-heading h1,
	header.masthead .site-heading h1 {
		font-size: 50px;
		margin-top: 0;
	}

	header.masthead .page-heading .subheading,
	header.masthead .site-heading .subheading {
		font-size: 24px;
		font-weight: 300;
		line-height: 1.1;
		display: block;
		margin: 10px 0 0;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

@media only screen and (min-width: 768px) {
	header.masthead .page-heading h1,
	header.masthead .site-heading h1 {
		font-size: 50px;
	}
}

header.masthead .post-heading h1 {
	font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
	line-height: 1.1;
	display: block;
}

header.masthead .post-heading .subheading {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 30px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	font-family: 'Lora', 'Times New Roman', serif;
}

	header.masthead .post-heading .meta a {
		color: #fff;
	}

@media only screen and (min-width: 768px) {
	header.masthead .post-heading h1 {
		font-size: 55px;
	}

	header.masthead .post-heading .subheading {
		font-size: 30px;
	}
}

.post-preview > a {
	color: #212529;
}

	.post-preview > a:focus, .post-preview > a:hover {
		text-decoration: none;
		color: #0085A1;
	}

	.post-preview > a > .post-title {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.post-preview > a > .post-subtitle {
		font-weight: 300;
		margin: 0 0 10px;
	}

.post-preview > .post-meta {
	font-size: 18px;
	font-style: italic;
	margin-top: 0;
	color: #868e96;
}

	.post-preview > .post-meta > a {
		text-decoration: none;
		color: #212529;
	}

		.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
			text-decoration: underline;
			color: #0085A1;
		}

@media only screen and (min-width: 768px) {
	.post-preview > a > .post-title {
		font-size: 36px;
	}
}

.open-sans {
	font-family: 'Open Sans', sans-serif;
}

.lora {
	font-family: 'Lora', serif;
}

.bold {
	font-weight: bold;
}

.item-small {
	font-size: 13px !important;
	font-weight: 800 !important;
}

nav.navbar {
	font-size: 13px !important;
	font-weight: 800 !important;
}

.custom-heading {
	font-weight: 800;
	font-size: 70px;
}

input::-webkit-file-upload-button {
	background-color: #D1E8E2;
	color: #3AAFA9;
	border: 2px solid #78C6C0;
	border-radius: 4px;
	height: 50px;
	width: 120px;
}

	input::-webkit-file-upload-button:hover {
		background-color: #78C6C0;
		color: white;
		border: 2px solid #D1E8E2;
		cursor: pointer;
	}

#file {
	display: none;
}

.big-button {
	background-color: #D1E8E2;
	color: #3AAFA9;
	border: 2px solid #78C6C0;
	border-radius: 4px;
}

	.big-button:hover {
		background-color: #78C6C0;
		color: white;
		border: 2px solid #D1E8E2;
		cursor: pointer;
	}

.li-a {
	color: #212529 !important;
	text-decoration-color: none;
}

	.li-a:hover {
		text-decoration: none;
		color: rgb(23, 162, 183) !important;
	}
