html {
  font-size: 28px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #22252c;
  color: #fff;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: middle;
}

a {
  color: #fff;  
  text-decoration: none;
}

.visuallyhidden {
  position: absolute;  
  width: 1px;
  height: 1px;
  margin: -1px;  
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  padding: 0;
}

#navigation, #navigation a {
  color: #fff;
}

#navigation-bigbucket {
  position: fixed;
  width: 33px;
  height: 50px;
  top: 20px;
  left: 20px;
  background: url("images/bigbucket-navigation.png") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.6;
}

#navigation {
  position: fixed;
  top: 27px;
  right: 20px;
  padding: 0;
  margin: 0;
  opacity: 0.6;
}

#navigation:last-child {
  margin-right: 0px;
}

#navigation li {
  font-family: CervoNeue-MediumNeue;
  font-size: 20px;
  display: inline;
  padding: 10px 12px 8px 12px;
  border-radius: 9px;
  margin: 0 4px 0 0;  
}

#header-wrapper {
  background-color: #3498db;  
}

#header {
  margin: 0 auto;
  text-align: center;
  width: 840px;
  padding: 300px 0;  
}

h1 {
  margin: 0;
  padding: 0;
  font-family: CervoNeue-SemiBoldNeue;
  font-weight: normal;
  font-size: 140px;  
  color: #fff;  
}

h2 {
  margin: 0;
  padding: 0;
  font-family: CervoNeue-SemiBoldNeue;
  font-weight: normal;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
}

h3 {
  margin: 0;
  padding: 0;
  font-family: CervoNeue-SemiBoldNeue;  
  font-weight: normal;  
  font-size: 70px;  
}

#stagehand {
  background-color: #9b59b6;
  padding-bottom: 0;
}

.game a:hover {
  color: rgba(0, 0, 0, 0.5);
}

#stagehand-icon {
  width: 415px;
  height: 562.5px;
}

#spaceage {
  background-color: #16a085;
  padding-bottom: 0;
}

#theincident {
  background-color: #34495e;
  padding-bottom: 0;
}

#spaceage-icon {
  width: 415px;
  height: 562.5px;
/*  margin-left: -38px;*/
}

#spaceage .game-icon-wrapper {
  margin-right: auto;
}

#theincident-icon {
  width: 415px;
  height: 562.5px;
  text-align: right;
}

.game-icon {
  width: 283px;
  height: 283px;
  margin-right: 60px;
}

.game {
  padding: 100px 0;
}

.game-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  width: 840px;
  margin: 0 auto;
}

.game-icon-wrapper, .game-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: CervoNeue-SemiBoldNeue;
}

.game-icon-wrapper {
  text-align: center;
  margin-top: auto;  
}

.game-tagline {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.42);
  margin: 0;
  padding: 0;
}

.game-description {
  font-size: 28px;  
  font-family: CervoNeue-MediumNeue;
  margin: 25px 0 40px 0;
}

.platforms, .platforms a {
  color: #fff;
}

.platforms li:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.62);  
}

.platforms {
  margin: 0 0 100px 0;
  padding: 0; 
}

.platforms li {
  font-family: CervoNeue-MediumNeue;
  font-size: 20px;
  display: inline-block;  
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 9px;  
  list-style-type: none;
}

.platforms li a {
  display: inline-block;
  padding: 10px 12px 8px 12px;  
}

#footer {
  text-align: center;
  padding: 100px 0;
  background-color: #22252c;
  width: 840px;  
  margin: 0 auto;
}

#the-company-description {
  font-size: 28px;  
  font-family: CervoNeue-MediumNeue;
  margin: 25px 0 45px 0;
  color: rgba(255, 255, 255, 0.42);
  text-align: left;
}

#profiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  width: 840px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

.profile {  
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding:0;
  margin: 0 auto;
}

.profile-neven .profile-photo, .profile-neven .profile-details-wrapper {
  margin: 0 auto;
}

.profile-cabel .profile-photo, .profile-cabel .profile-details-wrapper {
  margin: 0 0 0 auto;
}

.profile-photo {
  width: 250px;
  height: 250px;
  display: block;
}

.profile-details-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  width: 250px;
  font-family: CervoNeue-SemiBoldNeue;
}

.profile-details {
  padding-top: 20px;
}

.profile-more-details {
  padding: 20px 0;
}

.profile-name {
  font-size: 35px;
  color: #fff;
  margin: 0;
}

.profile-role {
  font-size: 35px;
  color: #f1c40f;
  padding: 8px 0 0 0;
}

.profile-location {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.62);
  display: block;
}
.profile-twitter {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
}

.profile-twitter img:hover {
  opacity: 1;
}

.profile-twitter a:hover {
  color: rgba(0, 0, 0, 0.5);  
}

#subscribe p {
  margin: 25px 0 25px 0;
  padding: 0;
}

#subscribe-notice {
  color: #fff;
  font-family: CervoNeue-SemiBoldNeue;  
}

#subscribe input {
  font-family: CervoNeue-SemiBoldNeue;  
  font-size: 20px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.42);
  color: rgba(0, 0, 0, 0.82);
}

#subscribe input::placeholder {
  color: rgba(0, 0, 0, 0.3);  
}

#subscribe input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#subscribe button {
	border: 0px;
	font-size: 20px;
  font-family: CervoNeue-SemiBoldNeue;
	background-color: rgba(0, 0, 0, 0.62);
  color: #ecf0f1;
}

#subscribe button, #subscribe input {
	border-radius: 9px;    
  padding: 10px 14px 7px 14px;  
}

#subscribe button:hover {
  background-color: #f1c40f;
  color: #000;
}

#contact {
  padding: 25px 0 0 0;
  text-align: center;
  font-size: 24px;
  font-family: CervoNeue-SemiBoldNeue;
}

.twitter-image {
  width: 29px;
  height: 24px;
  opacity: 0.8;
}

#contact .twitter-image {
  opacity: 0.42;
  margin: -3px 20px 0 0;  
}

#contact .twitter-image:hover {
  opacity: 1;
}

#contact a {
  color: rgba(255, 255, 255, 0.42);
}

#contact a:hover {
  color: #fff;
}

@media screen and (max-device-width : 667px) {
  
  #header {
    padding-top: 480px;    
  }
  
  .game-description {
    font-size: 34px;
  }
 
  .game-tagline {
    font-size: 42px;
  }
  
  .platforms li {
    font-size: 24px; 
    background-color: rgba(0, 0, 0, 0.42);
    border-radius: 11px;    
  }
  
  .platforms li a {
    padding: 10px 10px 6px 10px;
  }
  
  #navigation-bigbucket {
    position: absolute;
    width: 66px;
    height: 100px;
    top: 40px;
    left: 40px;
    opacity: 1;
  }
  
  #navigation-bar {
    position: absolute;
    width: 100%;
    height: 180px;
    background-color: #22252c;  
  }
  
  #navigation {
    position: absolute;
    top: 68px;
    right: 40px;
    opacity: 1;    
  }

  #navigation li {
    font-family: CervoNeue-MediumNeue;
    font-size: 40px;
    padding: 20px 24px 13px 24px;
    border-radius: 18px;
  }
  
  #navigation li {
    margin-right: 12px;
  }
  
  #the-company-description {
    font-size: 34px;
  }
  
  #subscribe-notice {
    font-size: 40px;
  }
  
  #subscribe button {
    font-size: 35px;
  }
  
  #subscribe input {
    font-size: 35px;    
  }
  
  #subscribe button, #subscribe input {
  	border-radius: 12px;    
    padding: 19px 18px 10px 16px;  
  }
  
  #contact {
    font-size: 34px;    
  } 
}