 /*
Theme Name: reevolutn_next
*/



/* MAIN STYLES 

	YES I KNOW THIS IS HORRIBLE - DONT JUDGE ME

*/


html,body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

h1,h2,h3,h4,h5,p,ul,li {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	list-style-type: none;
}

h1,h2,h3,h4,h5 {
	margin-bottom: 10px;
}

h1 {
	font-size: 3em;
	line-height: 1.1em;
}
h2 {
	font-size: 2.5em;
	line-height: 1.1em;
}
h3 {
	font-size: 1.5em;
	font-weight: 200;
	line-height: 1.1em;
}

img {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	height: auto;
}

p {
	padding-bottom: 15px;
}


a, a:visited {
	text-decoration: none;
	transition: .25s;
	color: rgba(119,196,211,1);
	cursor: pointer;
}

a:hover {
	color: rgba(234,46,73,1);
}

.wrapper {

}

.viewport {

}

.fullcontent {
	padding-top: 100px;
}

.fullcontent, .gallery {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.siteTitle, .contentTitle {
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

.comphrehensive {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.comphrehensive p {
	max-width: 500px;
	line-height: 1.4em;
}

.fullcontent h2 {
	max-width: 600px;
}

@media only screen and (min-width: 480px) {
	img.alignright {
		float: right;
	}
}

a.blocklink {
	display: inline-block;
	padding: 7px;
	background-color: rgba(51,55,69,.9);
	line-height: 1em;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
}

a.blocklink:hover {
	background-color: rgba(234,46,73,1);
	color: rgba(255,255,255,1);
}

.blog-view a.wrapped {
	display: block;
	border-left: 0px solid rgba(255,255,255,0);
	border-right: 10px solid rgba(255,255,255,0);
	transition: .25s;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	color: rgba(51,55,69,1);
}
.blog-view h2 {
	padding-top: 20px;
}



.blog-view a.wrapped:hover {
	border-left: 10px solid rgba(234,46,73,1);
	border-right: 0px solid rgba(255,255,255,0);
}

.archive-view img {
	margin-left: auto;
	margin-right: auto;
}
.archive-view h2 {
	text-align: center;
	padding-top: 20px;
}

.blog-view a.wrapped {	
	color: rgba(51,55,69,1);
}

.mainHeader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	background-color: rgba(51,55,69,.8);
}

.mainHeader li {
	float: left;
}

.mainHeader li a {
	display: block;
	padding: 10px;
}

.homepageSlider {
	position: relative;
}


.homepageSlider .intro {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 3;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.homepageSlider .intro h1{
	padding-top: 0px;
}


.sliderImg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	opacity: 0;
	transition: .5s;
	background-attachment: fixed;
	background-color: #000;
}

.fadeOverlay {
	position: absolute;
	background-color: rgba(0,0,0,.5);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}


.overview {
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}

.blog-view .overview h2 {
	max-width: 66%;
	padding-top: 20px;
}

.postMeta {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid rgba(0,0,0,.05);
}

.postMeta li {
	float: right;
	padding-left: 10px;
}

.clear{ 
	clear: both;
}

.gallery img {
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
}

.gallery li {
	border-top: 1px solid rgba(0,0,0,.05);
}

.primary-sidebar {
	border-top: 1px solid rgba(0,0,0,.05);
	padding: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgba(51,55,69,1);
}

.primary-sidebar .widget {
	width: 50%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

blockquote {
	max-width: 600px;
	border-left: 2px solid rgba(0,0,0,1);
	padding: 0px;
	padding-left: 40px;
}

.primary-sidebar .widget img {
	float: left;
	padding-right: 20px;
	width: 50%;
}

.pagination {
	text-align: center;
}

.pagination span,
.pagination a {
	display: inline-block;
	padding: 10px;
	font-weight: 600;
}


.isotope article {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 40px;
}


@media only screen and (max-width: 480px) {
	.primary-sidebar .widget {
		float: none;
		width: auto;
		pad
	}

	.primary-sidebar .widget img {
		width: 100%;
		padding: 0px;
		padding-bottom: 20px;
	}

	.primary-sidebar .widget p:first-child {
		padding: 0px;
	}

	p.recentProjects a {
		display: block;
		font-size: 1.25em;
		line-height: 1em;
		margin: 10px;
		padding: 15px;
	}

	p.recentProjects {
		padding: 20px;
	}

	.intro h1 {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.deets {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: rgba(255,255,255,.5);
}

#porfolio_archive article {
	transition: .5s;
	max-width: 10000px;
	box-sizing: border-box;
}

.doGlitch canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
}

.doGlitch {
	position: relative;

}


.swiper-container {
    width: 100%;
    height: 500px;
}  

.swiper-slide img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}

.swiper-slide .wrapped {
	position: absolute;
	max-width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

@media only screen and (max-width: 480px) {
	.swiper-slide img {
		max-width: 280px;
	}
}


.swiper-wrapper,.swiper-container {
	/* overflow: visible !important; */
}

.swiper-slide .title h2 {
	text-align: center;
	font-size: 1.5em;
}


.swiper-pagination-bullets {
	bottom:10px;
}

@media only screen and (max-width: 480px) {
	.swiper-pagination-bullets {
		top: 60px;
		bottom: auto !important;
	}
}