html {
	height: 100%;
}
body{
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	color: #585c90;
	background-color:#fff;
	overflow-x: hidden;
}
p {
	font-size: 18px;
}
h1 {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-size: 42px;
}
h2 {
	font-weight: 700;
	font-size: 24px;
}
h3 {
	font-weight: 700;
	font-size: 20px;
}
hr {
	background-color: #585c90;
	height: 1px;
	border: 0;
	opacity: 0.2;
}
a {
	color: #585c90;
	cursor: pointer;
}
p a,
span a {
	color: #abce4a;
}
a:hover {
	color: #abce4a;
}
a:link{
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
#main {
	width: 100%;
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	float: left;
	overflow: hidden;
}
.section_row {
	float: left;
	width: 100%;
	padding: 80px 0;
	position: relative;
}
.section_row.dark {
	background-color:#f4f4f7;
}
.content_wrapper {
	width: 100%;
	max-width: 840px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.column {
	float: left;
	margin-right: 40px;
}
.column:last-child {
	margin-right: 0;
}
.big_column {
	width: 600px;
}
.small_column {
	width: 300px;
}


/*NAV*/

#sitename {
	color: #585c90;
	font-size: 20px;
	font-weight: 700;
	margin-left: 10px;
	margin-top: 2px;
	font-family: 'Rubik', sans-serif;
}
#sitename .alt_color {
	color: #abce4a;
}
#nav {
	width: 100%;
	height: 76px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 24px 18px;
	z-index: 10;
	position: fixed;
	background: #fff;
	
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	display: block;
}
#nav ul {
	list-style: none;
	text-align: right;
	margin: 0px auto;
	padding: 0;
}
#nav li {
	display:inline-block;
	margin: 0 10px;
}
#nav li a,
#nav li a  * {
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #585c90;
	opacity: 1;
	
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	
	transition:.2s;
}
#nav li a:hover,
#nav li a:hover i.fa {
	color: #abce4a;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  z-index: 1;
}
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #ddd;}*/

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/


#footer {
	position:relative;
	color: #585c90;
	width: 100%;
	float: left;
	background-color: #fff;
	z-index: 3;
	border-top: 1px solid rgba(88,92,144,0.2);
}
#footer_wrapper{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .left {
	order: 1;
	padding: 20px;
	box-sizing: border-box;
	
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
#footer .center {
	order: 2;
	text-align: center;
	
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
#footer .right {
	order: 3;
	text-align: right;
	padding: 20px;
	box-sizing: border-box;
	
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
#footer #social .social_icon {
	display: inline-block;
	margin: 0 10px;
	width: 32px;
	height: 32px;
	background-size: contain;
}
#footer .inline_icon {
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
#footer .to_top {
	font-weight: normal;
}
#footer .to_top .inline_icon::before {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -3px;
	left: 0;
	background-image: url(../res/images/arrow_up.png);
	background-size: contain;
	content: '';
}
#footer .to_top:hover .inline_icon::before  {
	background-image: url(../res/images/arrow_up_hover.png);
}


/* About */

#profile {
	text-align: center;
}
#profile h1 {
	margin-bottom: 14px;
}
#profile h3 {
	margin: 0;
}
#profile p {
	margin: 8px 0 0 0;
}
#profile .inline_icon {
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
#profile p .location_pin::before {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -3px;
	left: 0;
	background-image: url(../res/images/location_icon.png);
	background-size: contain;
	content: '';
}
#profile .profile_img {
	border-radius: 130px;
}
#profile .email_button {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 30px;
	background-color: #fff;
	font-weight: 600;
	display: inline-block;
	margin-top: 40px;
}
#profile .email_button .envelope::before {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -3px;
	left: 0;
	background-image: url(../res/images/envelope_icon.png);
	background-size: contain;
	content: '';
}
#profile .email_button:hover .envelope::before {
	background-image: url(../res/images/envelope_icon_hover.png);
}
#profile .social {
	margin-top: 20px;
}
#profile .social .social_icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
	background-size: contain;
}
.social_icon.mastodon {
	background-image: url(../res/images/mastodon.png);
}
.social_icon.mastodon:hover {
	background-image: url(../res/images/mastodon_hover.png);
}
.social_icon.twitter {
	background-image: url(../res/images/twitter.png);
}
.social_icon.twitter:hover {
	background-image: url(../res/images/twitter_hover.png);
}
.social_icon.youtube {
	background-image: url(../res/images/youtube.png);
}
.social_icon.youtube:hover {
	background-image: url(../res/images/youtube_hover.png);
}
.social_icon.linkedin {
	background-image: url(../res/images/linkedin.png);
}
.social_icon.linkedin:hover {
	background-image: url(../res/images/linkedin_hover.png);
}
#about hr {
	margin: 60px 0;
}
#about .projects {
	
}
#about .project {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
}
#about .project img {
	
}
#about .project ul.content {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#about .project ul.content li {
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	border-top: 1px solid rgba(88, 92, 144, 0.2);
	margin-top: 10px;
	padding-top: 10px;
}
#about .project ul.content li:first-child {
	border: none;
	padding-top: 0;
}
#about .project ul.content li .question {
	-ms-flex-preferred-size: 33%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	font-weight: bold;
}
#about .project ul.content li .answer {
	
}
#about .video_container {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#about .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Form */

.form-section {
	margin: 35px 0;
}
form {
	margin: 0;
}
form label {
	font-weight: bold;
}
form input {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid #696969;
	box-sizing: border-box;
}
form input[type=submit] {
	border: none;
	cursor: pointer;
}


/* Rhythm Rabbit */

.rhythm_rabbit {
	background-color:#312c66;
	font-family: Montserrat;
	color: #fff;
}
.rhythm_rabbit p {
	font-size: 18px; /*Arial 20*/
}
.rhythm_rabbit h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 46px; /*Arial 54*/
}
.rhythm_rabbit h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.rhythm_rabbit h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 28px; /*Arial 30*/
}
.rhythm_rabbit #banner {
	background-color: #26243c;
	position: relative;
}
.rhythm_rabbit #banner img {
	width: 100%;
}
.rhythm_rabbit #banner #press_kit_btn {
	position: absolute;
	left: 40px;
	bottom: 40px;
	padding: 20px 30px;
	border-radius: 10px;
	background-color: #fff;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.rhythm_rabbit #wishlist_on_steam {
	background-color: #26243c;
	text-align: center;
}
.rhythm_rabbit #wishlist_on_steam iframe {
	display: block;
	margin: 60px auto;
	height: 230px;
	width: 100%;
	max-width: 646px;
}
.rhythm_rabbit #wishlist_on_steam .logos {
	margin-top: 100px;
	position: relative;
	z-index: 1;
}
.rhythm_rabbit #wishlist_on_steam .logos img {
	display: inline-block;
	height: 80px;
	margin: 0 40px;
}
.rhythm_rabbit .water_bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.rhythm_rabbit .water_bottom img {
	width: 100%;
	display: block;
}
.rhythm_rabbit #screenshots {
	padding: 0;
	height: 600px;
	overflow: hidden;
}
.rhythm_rabbit #screenshots .images img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.rhythm_rabbit #screenshots a.arrow {
	position: absolute;
	top: 276px;
}
.rhythm_rabbit #screenshots a.arrow.left {
	left: 40px;
}
.rhythm_rabbit #screenshots a.arrow.right {
	right: 40px;
}
.rhythm_rabbit #screenshots a.arrow img{
	width: 48px;
	height: 48px;
}
.rhythm_rabbit #screenshots a.arrow.left img{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.rhythm_rabbit #about_the_game {
	background-color: #26243c;
}
.rhythm_rabbit #about_the_game .content_wrapper {
	max-width: 740px;
}
.rhythm_rabbit #about_the_game p {
	margin-top: 60px;
}
.rhythm_rabbit #about_the_game .gmtk_logo {
	margin: 60px auto 0 auto;
	display: block;
	width: 320px;
}
.rhythm_rabbit #newsletter {
	background-color: #26243c; /*2c285d*/
	text-align: center;
}
.rhythm_rabbit #newsletter .newsletter_link {
	display: block;
	margin-top: 60px;
}
.rhythm_rabbit #mc_embed_signup {
	margin: 0 auto;
}
/*@media (max-width: 1440px) {
	.rhythm_rabbit #banner {
		background-color: #3839ad;
		position: relative;
		height: 670px;
	}
	.rhythm_rabbit #banner img {
		width: auto;
		height: 100%;
		position: absolute;
		right: 50%;
		transform: translateX(50%)
	}
}
@media (max-width: 1024px) {
	.rhythm_rabbit #banner {
		height: 500px;
	}
}
@media (max-width: 680px) {
	.rhythm_rabbit #banner {
		height: 320px;
	}
}*/
@media (max-width: 1066px) {
	.rhythm_rabbit #screenshots .images img {
		height: 600px;
		width: auto;
	}
}
@media (max-width: 840px) {
	.rhythm_rabbit #wishlist_on_steam .logos img {
		height: 48px;
		margin: 24px;
	}
}