* {
  outline: none;
}
#landingPage__header {
    width: 100%;
    height: 700px;
    background-image: url(/static/images/backgrounds/landing-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top:100px;
}
#landingPage__headerContent {
  max-width: 1100px;
  margin: 0 auto;
}
#landingPage__header h1 {
  font-family: merriweather, palatino, serif;
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  color: var(--white);
}
#landingPage__headerText {
  float: left;
  width: 42%;
  margin-top: 75px;
}

.landingPage__verify {
    font: 14px merriweather, lucida, sans-serif;
    font-style: italic;
    line-height: 1.5;
    color: var(--red-200);
    display:none;
}

#landingPage__registerContainer {
  width: 100%;
  max-width: 500px;
  float: right;
  border: solid 1px var(--gray-200);
  background-color: var(--white);
  box-shadow: 0 5px 25px 0 var(--gray-overlay-100);
  padding: 40px;
}

/* form */
#landingPage__firstNameField, #landingPage__lastNameField,
                              #landingPage__emailAddressField,
                              #landingPage__usernameField,
                              #landingPage__passwordField,
                              #landingPage__confirmPasswordField {
    -webkit-appearance: none;
    padding: 15px;
    font: 14px poppins, lucida, sans-serif;
    border: 1px solid var(--gray-200);
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
}
#landingPage__emailAddressField, #landingPage__usernameField {
    width:100%;
}
#landingPage__firstNameField, #landingPage__lastNameField,
                              #landingPage__passwordField,
                              #landingPage__confirmPasswordField {
    width:calc(50% - 5px);
}

.landingPage__splitField {
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items:center;
}

#landingPage__registerContainer label {
  font-size: 16px;
  color: var(--gray-300);
}
#landingPage__apple {
    text-align:center;
    padding-top:20px;
}
#landingPage__apple button {
    width: 295px;
    height: 35px;
    font: 600 14px poppins, lucida, arial, sans-serif;
    text-align: center;
    color: var(--white);
    background-color: #000000;
    border:0;
}
#landingPage__apple button:hover {
    background-color: #333333;
}
#landingPage__apple img {
    width: 20px;
    vertical-align: sub;
}
#landingPage__appleProcessingButton {
    background-color:#000000;
}
#landingPage__facebook {
    text-align:center;
    padding-top:10px;
}
#landingPage__facebook button {
    width: 295px;
    height: 35px;
    font: 600 14px poppins, lucida, arial, sans-serif;
    text-align: center;
    color: var(--white);
    background-color: #3b5998;
    border:0;
    margin-bottom:8px;
}
#landingPage__facebook button:hover {
    background-color: #2f4779;
}
#landingPage__facebook img {
    width: 20px;
    vertical-align: sub;
}
#landingPage__facebook span {
    font: 12px merriweather, lucida, sans-serif;
    font-style: italic;
    color: var(--gray-300);
    display: block;
}
#landingPage__facebookProcessingButton {
    background-color:#b4c1d6;
}
#landingPage__separator {
    margin-top:10px;
    text-align:center;
    position: relative;
}
#landingPage__separator:before {
    border-top: 1px solid var(--gray-200);
    content: "";
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
#landingPage__separator span {
    font: 14px poppins, lucida, arial, sans-serif;
    text-align: center;
    padding: 0 10px;
    background-color: var(--white);
    z-index: 4;
    position: relative;
}
#landingPage__emailAddressField {
  margin: 15px 0;
}
#landingPage__usernameField {
    margin-bottom: 15px;
}

.landingPage__legalStuff {
    font: 12px poppins,arial, sans-serif;
    margin-top:15px;
    text-align:left;
    color: var(--gray-300);
}
.landingPage__formButtons {
  text-align: center;
  margin-top: 20px;
}

/* section 1 */
.landingPage__section {
  max-width: 1100px;
  margin: 0 auto;
}
.landingPage__section h2 {
  font-family: merriweather, palatino, serif;
  line-height: 1.3;
  font-size: 37px;
  font-weight: 600;
  font-style: italic;
}
#landingPage__section1 {
  max-width: 730px;
  margin: 50px auto;
  text-align: center;
}

/* section 2 */
#landingPage__section2_background {
  width: 100%;
  height: 790px;
  background-image: url(/static/images/backgrounds/landing-section2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#landingPage__section2 {
  display: flex;
  justify-content: space-between;
  padding-top: 160px;
}
.landingPage__section2_promo {
  width: 30%;
  display: inline-block;
}
.landingPage__section h3 {
  font-family: merriweather, palatino, serif;
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
}
.landingPage__section p {
  font-family: merriweather, palatino, serif;
  font-size: 14px;
  line-height: 22px;
}
.landingPage__section2_promo p {
  margin-top: 15px;
}
.landingPage__section2_promo img {
  width: 100%;
  vertical-align: bottom;
}
.landingPage__section2_promoImage {
  line-height: 200px;
}

/* section 3 */
#landingPage__section3_background {
  width: 100%;
  height: 550px;
  background-image: url(/static/images/backgrounds/landing-section3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -230px center;
  margin-bottom: 150px;
}
#landingPage__section3 {
  margin-top: 50px;
}
#landingPage__section3_info {
  width: 40%;
  margin: initial;
  padding-top: 50px;
}
#landingPage__section3_info p {
  margin-top: 15px;
  margin-bottom: 30px;
}
#landingPage__section3 a{
  background-color: var(--blue-200);
	border: none;
	color: var(--white);
	font-size: 16px;
  font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 65px;
}
#landingPage__section3 a:hover {
  background-color: var(--blue-300);
}

/* footer */
#landingPage__footer {
  background-color: var(--gray-500);
  width: 100%;
  padding: 35px 0;
  bottom: 0;
  position: absolute;
}
#landingPage__footer span {
  color: var(--gray-300);
  font-size: 16px;
}

#landingPage__introMessage {
    font: 16px merriweather, palatino, serif;
    line-height: 1.63;
    text-align: center;
    color: var(--gray-500);
}
#landingPage__introMessage strong {
    font-weight: 600;
}

.landingPage__loginLink {
    text-align:center;
    font: 14px poppins, lucida, arial, sans-serif;
    color: var(--blue-200);
    margin-top:20px;
}

#landingPage__registerMessage {
    font: 16px italic merriweather, palatino, serif;
}

@media (min-width : 767px) and (max-width : 1100px){
  #landingPage__headerContent {padding: 0 15px;}
  #landingPage__navigation {padding: 20px 15px; width: calc(100% - 30px);}
  #landingPage__headerText {width: calc(45% - 15px);}
  #landingPage__registerContainer {width: calc(55% - 82px);}
  .landingPage__section {padding: 0 15px;}
  #landingPage__section3_background {background-position: right -270px center;}
}

@media only screen and (max-width : 767px) and (orientation : portrait) {
  #landingPage__header {height: 1300px;}
  #landingPage__headerContent {padding: 0 15px;}
  #landingPage__navigation {padding: 20px 15px; width: calc(100% - 30px);}
  #landingPage__headerText {width: 100%; margin-top: 35px;}
  #landingPage__header h1 {font-size: 40px;}
  #landingPage__registerContainer {width: calc(100% - 42px); padding: 20px; max-width: none; margin-top: 35px;}
  #landingPage__registerContainer input {font-size: 16px;}
  #landingPage__facebook button {width: 100%;}
  .halfInput {width: 100%;}
  #landingPage__firstNameField, #landingPage__lastNameField, #landingPage__usernameField, #landingPage__passwordField, #landingPage__confirmPasswordField {margin-bottom: 12px;}
  #landingPage__emailAddressField {margin: 0 0 12px 0;}
  .landingPage__formButtons button {padding: 15px 0; width: 100%;}
  .landingPage__section {padding: 0 15px;}
  .landingPage__section h2 {font-size: 32px; text-align: center;}
  #landingPage__section1 {margin: 0 auto 10px auto;}
  #landingPage__section2_background {height:275vw; min-height: 1360px;}
  #landingPage__section2 {display: block; padding-top: 130px;}
  .landingPage__section2_promo {width: 100%; display: block; margin-bottom: 40px;}
  .landingPage__section2_promoImage {line-height: initial;}
  #landingPage__section3 {margin-top: 0;}
  #landingPage__section3_background {background-size: 140%; background-position: right -160px center; height: 75vw; min-height: 300px; margin-bottom: 420px;}
  #landingPage__section3_info {width: 100%; padding-top: 75vw; text-align: center;}
  #landingPage__section3_info p {text-align: left;}
  #landingPage__footer {padding: 25px 0;}
  #landingPage__footer span {font-size: 14px;}
}
