/*  ================================================
	Author: Codeberry
	Name: Accent
	URL: https://codeberry.net/downloads/accent
	Version: 1.0
	================================================ */

/* Import fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600");

/* 1. Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* 2. Content elements */
body {
	background: #6fcb9f;
	padding: 4vw 9vw;
}

@media screen and (max-width:600px) {
	body {
		padding: 16px;
	}
}

main {
	font-family: "Montserrat", Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #030004;
	line-height: 55px;
	letter-spacing: -1.8px;
	width: 860px;
}

@media screen and (max-width:1240px) {
	main {
		line-height: 55px;
	}
}

@media screen and (max-width:960px) {
	main {
		font-size: 40px;
		line-height: 55px;
	}
}

@media screen and (max-width:600px) {
	main {
		font-size: 30px;
		line-height: 44px;
	}
}

@media screen and (min-width:1200px) {
	main {
		width: 1070px;
	}
}

@media (min-width:768px) and (max-width:979px) {
	main {
		width: 662px;
	}
}

@media (max-width:767px) {
	main {
		width: 100%;
	}
}

@media (max-width:567px) {
	main {
		width: 100%;
	}
}

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

a:hover {
	text-decoration: underline;
}

.top-text {
	font-family: "Source Serif Pro", serif;
	font-size: 18px;
	font-weight: normal;
	width: 22%;
	float: left;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 3%;
}

@media screen and (max-width:960px) {
	.top-text {
		width: 100%;
		font-size: 17px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}

.line {
	float: left;
	width: 100%;
	height: 2px;
	background: #030004;
	margin: 50px 0;
}

.title {
	font-size: 7vw;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	float: left;
	color: #ffffff;
	letter-spacing: -0.4vw;
}

@media screen and (max-width:960px) {
	.title {
		font-size: 10vw;
	}
}

.subheading {
	color: #030004;
	margin-bottom: 100px;
}

.profile-info {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.site-info {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .0125em;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}