body {
	background: url(img/websiteBackground.png) ;
	font-family: 'Open Sans Condensed',  'sans-serif';
	letter-spacing: 1px;
	color: white;
}

.header {
	margin-top: 70px;
}

.logo{
	margin: 0 auto;
	width: 100%;
	display: block;
}

.section {
	margin-top: 50px;
}

.featured-image {
	margin: 0 auto;
	/*width: 700px;*/
	width: 100%;
	display: block;
}

.tagline {
  margin-top: 30px;
  color: #083D77;
}

.tagline-text {
	margin: 0 auto;
	font-size: 32px;
	text-align: center;
}

.about {
  color: #083D77; 
}

.about h2 {
  color: #8B379B;
}

.platforms-text {
  font-size: 18px;
}

.action-buttons {
  margin-bottom: 10px;
}

h1 {
	font-family: 'Open Sans Condensed', 'sans-serif';
	text-align: center;
	font-size: 80px;
}

h2, h3 {
	text-align: center;
	text-transform: uppercase;
  font-family: 'Open Sans Condensed', 'sans-serif';
}

.support_title {
  margin-bottom: 30px;
}

p, ul li {
	font-size: 22px;
}

.featuredgif {
  width: 250px;
  float: left;
}

.award {
	margin: 0 auto;
	display: block;
	width: 225px;
}

footer {
	margin-top: 60px;
	background: #222;
	padding: 15px 0 15px 0;
}

#footer-logo {
    padding-top: 5px;
    max-height: 70px;
}

.selva-footer-text a{
    font-family: 'geomanist_regularregular', serif;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 15px;
    line-height: normal;
    color: #666;
    display: block;
}

.selva-footer-text a:hover {
	color: #fff;
	text-decoration: none;
}

.social-media-icons {
	font-size: 32px;
	color: white;
	text-align: center;
}

.social-media-icons i {
	padding: 10px;
	color: #ccc;
}

.social-media-icons i:hover {
	color: white;
}

.section.links {
  text-align: center;
}

.btn-devlog {
  margin-bottom: 10px;
}

.btn-greenlight-secondary {
  margin-bottom: 10px;
  display: block;
}

.support-content {
  background-color: #E65D5C;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.form {
  background-color: #792A8C;
}

.support-content a {
  color: #ccc;

}

.sale-content {
  background-color: #484470;
  padding: 15px;
  font-size: 26px;
  text-align: center;
}

#form-submit {
  margin: 0 auto;
  width: 120px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

#form-result {
  padding-top: 20px;

}

/* Mailing list */

.mailing-list-content {
  background-color: #5E239D;
}

#mc_embed_signup{ 
	/*background-color: #03AB8C;*/
	padding: 15px;
}

#mc-embedded-subscribe {
	-webkit-appearance: none !important;
	margin: 0 auto;
	width: 120px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.form-control {
	font-size: 16px;
}

@media (max-width: 768px) { 
	.selva-footer-text a{
		text-align: center;
	}

	#footer-logo {
		display: block;
		margin: 0 auto;
	}
}


/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}

.social-icons {
	padding-top: 15px;
}

.navbar .social-icons {
	padding-top: 5px;
}

.social-icons a{
  font-size: 20px;
  line-height: 46px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#menu-social li{
    border: none;
    display: inline-block;
    margin: 0;
}
.social-icons li a{
  font-size: 20px;
  line-height: 46px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#footer-area .social-icons a,
.navbar .social-icons a {
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}
#footer-area .social-icons li a,
.navbar .social-icons li a  {
  background-color: #363636;
  color: #fff;
  margin-right: 7px;
}
#menu-social li a span{ display: none; }

#menu-social li a[href*="facebook.com"]:hover {
  background-color: #4265b9 !important;
}
#menu-social li a[href*="twitter.com"]:hover {
  background-color: #55ACEE !important;
}

#menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
#menu-social li a[href*="xing.com"] .fa:before{content:"\f168"}
#menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}

#menu-social li, #menu-social ul {
  border: 0!important;
  list-style: none;
  padding-left: 0;
}