/*
Theme Name: Easy Peasy
Version: 1.0
Author: Michael Wunsch
Author URI: http://www.schnuw.com

     ___          ___          ___               ___          ___          ___          ___          ___          ___               ___          ___          ___     
    /\__\        /\__\        /\__\             /\  \        /\  \        /\__\        /\__\        /\__\        /\__\             /\  \        /\  \        /\__\    
   /:/ _/_      /:/ _/_      /:/ _/_           /::\  \      /::\  \      /:/  /       /::|  |      /:/  /       /:/ _/_           /::\  \      /::\  \      /::|  |   
  /:/ /\__\    /:/ /\__\    /:/ /\__\         /:/\ \  \    /:/\:\  \    /:/__/       /:|:|  |     /:/  /       /:/ /\__\         /:/\:\  \    /:/\:\  \    /:|:|  |   
 /:/ /:/ _/_  /:/ /:/ _/_  /:/ /:/ _/_       _\:\~\ \  \  /:/  \:\  \  /::\  \ ___  /:/|:|  |__  /:/  /  ___  /:/ /:/ _/_       /:/  \:\  \  /:/  \:\  \  /:/|:|__|__ 
/:/_/:/ /\__\/:/_/:/ /\__\/:/_/:/ /\__\     /\ \:\ \ \__\/:/__/ \:\__\/:/\:\  /\__\/:/ |:| /\__\/:/__/  /\__\/:/_/:/ /\__\     /:/__/ \:\__\/:/__/ \:\__\/:/ |::::\__\
\:\/:/ /:/  /\:\/:/ /:/  /\:\/:/ /:/  /     \:\ \:\ \/__/\:\  \  \/__/\/__\:\/:/  /\/__|:|/:/  /\:\  \ /:/  /\:\/:/ /:/  /     \:\  \  \/__/\:\  \ /:/  /\/__/~~/:/  /
 \::/_/:/  /  \::/_/:/  /  \::/_/:/  /       \:\ \:\__\   \:\  \           \::/  /     |:/:/  /  \:\  /:/  /  \::/_/:/  /       \:\  \       \:\  /:/  /       /:/  / 
  \:\/:/  /    \:\/:/  /    \:\/:/  /   ___   \:\/:/  /    \:\  \          /:/  /      |::/  /    \:\/:/  /    \:\/:/  /   ___   \:\  \       \:\/:/  /       /:/  /  
   \::/  /      \::/  /      \::/  /   /\  \   \::/  /      \:\__\        /:/  /       /:/  /      \::/  /      \::/  /   /\  \   \:\__\       \::/  /       /:/  /   
    \/__/        \/__/        \/__/    \/__/    \/__/        \/__/        \/__/        \/__/        \/__/        \/__/    \/__/    \/__/        \/__/        \/__/       
   

*/

/*------------------------------------------------*/
/*-----------------[IMPORTS]----------------------*/
/*------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Jaldi:400,700);


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

html { -webkit-font-smoothing: antialiased; text-align: center; }
body { font-family: 'Jaldi', sans-serif; font-size: 1.8em; font-weight: 700; background-color: #F4F0F0; color: #C4B1AE; }

::selection { background: #BED9E5; } ::-moz-selection { background: #BED9E5; }

.section { padding: 100px 0; margin: 0 auto; }

.unslant { transform: skewY(1.5deg); }

.wordbreak { word-break: break-all; }

a { text-decoration: underline; color: inherit; }
	a:hover { text-decoration: underline; color: inherit; font-weight: 400; }
	a:visited { text-decoration: underline; font-weight: 400; }

#section4-2 a:hover { background-color: rgba(255,255,255,0.1) ; }

h1 { font-size: 2.5em; letter-spacing: 0.1em; padding: 3% 0; line-height: 1em; }
h2 { font-size: 2.1em; letter-spacing: 0.1em; padding: 3% 0; line-height: 1em; }
h3 { font-size: 1.7em; letter-spacing: 0.1em; padding: 0.7em 0; line-height: 1em; }
p { padding-bottom: 0.5em; line-height: 1em; margin: auto; max-width: 900px; min-width: 320px; }

input[type=text],input.text, input.title, textarea, select { border: 5px solid #C4B1AE; background: #FDFCFC; padding: 5px; font-family:'Jaldi', sans-serif; }
input[type=text]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border: 5px solid #E83F6F; padding: 5px; font-family:'Jaldi', sans-serif; }

input[type=email] { border: 5px solid #C4B1AE; padding: 5px; font-family:'Jaldi', sans-serif; background: #FDFCFC; }
input[type=submit] { background: #C4B1AE; color: #FDFCFC; font-family: 'Jaldi', sans-serif; font-size: 1em; font-weight: 700; border: none; }
	input[type=submit]:hover { background: #E83F6F; cursor: pointer; }
textarea { padding: 5px; height: 100px; }
.response { color: #C4B1AE; }

	
/*------------------------------------------------*/
/*---------------[HEADER]-------------------------*/
/*------------------------------------------------*/

header { 
	position: fixed;
	top: 0;
	margin: 0 auto;
	background-color: #C4B1AE;
	color: #F4F0F0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 30px;
	height: 5vh;
	padding: 5px;
	left: 50%;
	margin-left: -150px;
	z-index: 1;
	}
	
.header-item {
	margin: 0 30px;
	font-size: 0.8em;
}


/*------------------------------------------------*/
/*------------------[PAGE LAYOUT]-----------------*/
/*------------------------------------------------*/

#section1 { 
	background: url(img/bg.png) bottom center no-repeat; 
	background-attachment: fixed;
	background-size: contain;
	min-height: 360px;
	min-height: 400px;
	height: 400px;
	height: 100vh;
	}
	
	#section1-1 {
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		color: #E83F6F;
	}
		
#section2 {
		background-color: #E83F6F;
		color: #F8CAD7;
		transform: skewY(-1.5deg);
	}

	.aptf-tweets-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
			
		.aptf-single-tweet-wrapper {
			float: none !important;
			width: 300px !important;
			margin: 10px !important;
			overflow: hidden;
		}

			.aptf-tweet-date {
					float: none !important;
			}
			
			.aptf-tweet-content a {
				color: #F8CAD7 !important;
				transition: all 0s ease;
			}

#section3 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}

#section4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	background-color: #E83F6F;
	color: #F8CAD7;
	transform: skewY(-1.5deg);
}

#section4-1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

#section4-2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	opacity: 0.8;
}

	#section4-2 img { 
		height: 50px;
		margin: 20px;
	}

#section5 {
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}

#section6 {
	background-color: #1177A3;
	color: #BED9E5;
	transform: skewY(-1.5deg);
	margin-bottom: 30px;
}

#section7 {
	font-size: 0.5em;
	margin-bottom: 30px;
}

/*------------------------------------------------*/
/*-------------------[OTHER PAGES]----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

	
	

/*------------------------------------------------*/
/*------------------[MEDIA SCREEN]----------------*/
/*------------------------------------------------*/
