@import 'https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900';

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

*:focus {
	outline: none;
}

body {
	margin: 0 auto;
	padding-top: 45px;
	background: #eee;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0px;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}

ul {
	list-style: none;
}

li {
	display: inline;
}

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

.svg-inline--fa {
	font-size: 1.2em;
}

.mybtn {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 12px 20px;
	border-radius: 0px;
	text-align: center;
	transition: all 0.35s;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.mybtn:hover {
	background: #e91e63;
	border: 2px solid #e91e63;
	color: #fff;
}

.myrow-uneven {
	max-width: 1460px;
	margin: 0 auto;
}

.standard-nav {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	background: #1B3030;
	padding: 2px;
}

.links {
	padding: 12px 2px;
}

.links a {
	padding: 0px 12px;
	color: #eee;
	transition: all 0.35s;
	display: inline-block;
}

.links a:hover {
	transform: scale(1.1);
	color: #e91e63;
}

.brand {
	color: #eee;
	padding: 12px 15px;
	display: inline-block;
}

.top-intro {
	text-align: center;
}

.top-intro h1 {
	font-size: 3em;
	line-height: 1.2em;
	text-transform: uppercase;
}

.top-intro p {
	font-size: 1.2em;
}

.accent {
	background: #1B3030;
	color: #fff;
	padding: 5px 10px;
}

#home .myrow {
	margin-bottom: 0;
}

.hero .myrow {
	background: transparent;
}

.hero {
	height: 768px;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url("https://www.viennoid.com/assets/draft-one/draft-one-1320x920-5.jpg")no-repeat
			center;
	background-size: cover;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 40px;
}

.hero h1 {
	font-size: 5em;
	text-transform: uppercase;
}

.hero p {
	font-size: 2em;
}

.blog-header {
	text-align: center;
}

.blog-header h2 {
	text-transform: uppercase;
}

.date {
	color: #aaa;
}

.likes,
.replies {
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.35s;
}

.likes {
	border: 1px solid #b2b2b2;
	background: transparent;
	font-weight: bold;
}

.likes:hover {
	border: 1px solid #1B3030;
	background: #1B3030;
	color: #fff;
}

.replies {
	border: 1px solid #1B3030;
	background: #1B3030;
	color: #fff;
}

.replies:hover {
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
	color: #1B3030;
}

.count {
	background: #e91e63;
	color: #fff;
	padding: 5px;
	margin-left: 15px;
}

.post-btm-bar {
	display: flex;
	justify-content: space-between;
}

.profile .author {
	padding: 0;
}

.abt {
	padding: 10px 20px;
	background: #1B3030;
	color: #fff;
	margin-top: -7px;
}

.profile-title {
color: white;
}

.sidebar-header {
	background: #1B3030;
	color: #fff;
	padding: 1px 20px;
}

.p-img img {
	width: 100%;
	height: auto;
}

.p-img {
	margin-right: 10px;
	max-width: 200px;
}

.p-posts {
	display: flex;
	align-items: center;
	transition: all 0.35s;
	cursor: pointer;
}

.popular-posts .myrow {
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

.p-posts:hover {
	background: #f6f6f6 !important;
	color: #1B3030;
}

.popular-posts .myrow:last-child {
	margin-bottom: 20px;
	border: none;
}

.p-text h5 {
	line-height: 0;
}

.tag {
	display: inline-block;
	background: #eee;
	padding: 5px 10px;
	font-size: 0.85em;
	margin-bottom: 5px;
	cursor: pointer;
	transition: all 0.35s;
}

.tag:hover {
	background: #1B3030;
	color: #fff;
}

.follow a {
	transition: all 0.35s;
	display: inline-block;
	font-size: 1.2em;
	padding: 2px;
}

.follow a:hover {
	transform: scale(1.1);
	color: #e91e63;
}

.subscribe form input[type="submit"] {
	background: #e91e63;
	border: none;
	border-radius: 0px;
	width: 100%;
	padding: 10px;
	color: #fff;
	transition: all 0.35s;
	cursor: pointer;
	 -webkit-appearance: none;
}

.subscribe form input[type="submit"]:hover {
	opacity: 0.5;
}

.subscribe form input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 0px;
	 -webkit-appearance: none;
}

footer {
	text-align: center;
	background: #1B3030;
	color: #eee;
	padding: 5px;
}

footer .myrow,
footer .mycol {
	margin-bottom: 0;
	padding-bottom: 0;
}

footer a {
	display: inline-block;
	padding-right: 10px;
	color: #eee;
	transition: all 0.35s;
}

footer a:hover {
	transform: scale(1.05);
	color: #e91e63;
}

footer p {
	font-size: 0.75em;
	color: #aaa;
	text-transform: uppercase;
}

footer .svg-inline--fa {
	font-size: 1em;
}

.myrow {
	display: flex;
	margin: 0 0 30px 0;
}

.mycol {
	padding: 20px;
}

.myrow-uneven .mycol {
	background: #fff;
	/* padding: 20px; */
}

.myrow-uneven {
	padding: 30px;
}

.mycol-left {
	margin-right: 15px;
}

.mycol-right {
	margin-left: 15px;
}

.myrow .mycol {
	flex: 1;
}

.myrow-halves,
.myrow-thirds,
.myrow-fourths,
.myrow-uneven {
	display: flex;
	justify-content: space-between;
}

.myrow-uneven .mycol-left {
	width: 70%;
}

.myrow-uneven .mycol-right {
	width: 30%;
}

.myrow-halves .mycol {
	width: 49%;
	margin: 0 auto;
}

.myrow-thirds .mycol {
	width: 32%;
}

.myrow-fourths .mycol {
	width: 24%;
}

@media (max-width: 970px) {
	.myrow,
	.myrow-halves,
	.myrow-thirds,
	.myrow-fourths,
	.myrow-uneven {
		display: block;
	}

	.myrow .mycol,
	.myrow-halves .mycol,
	.myrow-thirds .mycol,
	.myrow-fourths .mycol,
	.myrow-uneven .mycol-left,
	.myrow-uneven .mycol-right {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 650px) {
	.hero h1 {
	font-size: 4em;
	text-transform: uppercase;
}

.hero p {
	font-size: 1.5em;
}
}

@media (max-width: 550px) {
	.hero h1 {
	font-size: 4em;
	text-transform: uppercase;
		line-height: 1.2em;
}

.hero p {
	font-size: 1.5em;
	line-height: 0;
}
}

@media(max-width: 480px) {
	.top-intro h1 {
		font-size: 2.5em;
	}
}