body {
	letter-spacing: 2.0;
	font-family: 'Bitter', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 2.0;
	font-family: 'Bitter', Arial, sans-serif;
	text-transform: uppercase;	
}

a:hover {
	cursor: pointer;
	color:#f0c;
	transition: color 300ms;
}

#no-underline a {
	text-decoration: none !important;
}

hr {
	margin:20px -40px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	height:16px;
}

hr.blue {
	background-color: #0cf;
}

hr.pink {
	background-color: #f0c;
}

hr.yellow {
	background-color: #fe0;
}

img.mySlides {
	width:85%;
	text-align: center;
	margin:0 auto;
}

#press-page {
	margin-top: 140px;
}

#nav {
	text-align: center;
	padding:0 10px;
	white-space:nowrap;
	background-color: #0cf;
	top:0;
	left:0;
	right:0;
	position: fixed;
	width:100%;
	border-bottom:3px solid #000;
	z-index: 100;
}

.nav-item {
	font-size:16px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	padding:10px 15px;
	background-color: #0cf;
	vertical-align: middle;
	cursor:pointer;
}

a:link .nav-item, a:visited .nav-item {
	color:#000;
}

.nav-item.selected {
}

.nav-item.social {
	padding:10px 8px;
}

.nav-item.social img {
	margin:0;
	width:24px;
	height: 24px;
}

a:hover .nav-item {
	background-color:#f0e;
	color:#000;
	transition: background-color 400ms;
	line-height: 1.5;
}

a:hover .nav-item.green {
	background-color:#2BDE73;
	transition: background-color 400ms;
}

#header {
	margin:70px 0 40px;
}

#stripes {
margin:0 -40px;
}

.subtitle {
	margin:10px 0;
	font-size:30px;
}

.w3-row {
	padding:40px 40px;
}

.social-button {
	display: inline-block;
	width:100px;
	height:100px;
	margin:10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.social-button:hover {
	opacity:0.5;
	transition: opacity 300ms;
}

.social-button#facebook {
	background-image:url('../images/social/facebook.svg');
}

.social-button#instagram {
	background-image:url('../images/social/instagram.svg');
}

.social-button#twitter {
	background-image:url('../images/social/twitter.svg');
}

.social-button#mail {
	background-image:url('../images/social/mail.svg');
}


.social-button-small {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.social-button-small#facebook {
	background-image:url('../images/social-small/facebook.svg');
}

.social-button-small#instagram {
	background-image:url('../images/social-small/instagram.svg');
}

.social-button-small#twitter {
	background-image:url('../images/social-small/twitter.svg');
}

.social-button-small#mail {
	background-image:url('../images/social-small/mail.svg');
}


.w3-row.w3-kickstarter {
	color:#fff;
	background:#0d0;
	padding:5px 40px;
	border-bottom:5px solid #fff;
}

a:link .w3-row.w3-kickstarter h1 {
	font-weight: bold;
    font-size: 28px;
    line-height: 56px;
}

.w3-row.w3-kickstarter:hover {
	background-color:#f0e;
	transition: background-color 600ms;
}

.w3-row.w3-kickstarter img {
	display: inline-block;
	width:275px;
	padding:0 10px;
}
