/* ==========================================================================
   Urban Whimsee custom styles
   ========================================================================== */
html, body {
   height: 100%;
}
body {
  margin: 0;
  background-color: #FFFBF8;
  background-image: url(../img/bio-animated.png);
  background-position: 0% 100%;
  background-size: 48%;
  background-repeat: no-repeat;
}
.content {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.half-col {
  float: right;
  margin-left: 45%;
}
h1 {
  font-family: "flood-std",sans-serif;
  font-size: 60px;
  margin: 0px;
}
h4 {
  font-family: "jaf-domus-titling-web",sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FF6C6C;
  margin: 0px;
}
p {
  font-family: 'Domine', serif;
  font-size: 16px;
  color: #2E2E29;
  line-height: 34px;
  width: 450px;
  padding: 5px 0;
}
a {
  color: #FF6C64;
  text-decoration: none;
  font-weight: bold;
}
.cta {
  display: block;
  width:250px;
  background-color: #FF6C6C;
  border: 3px solid #FF6C6C;
  border-radius: 30px;
  margin: 20px 0;
  padding: 8px 12px 14px 12px;
  color: #FFFBF8;
  font-family: "jaf-domus-titling-web",sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.cta:hover {
  color: #FF6C6C;
  background-color: transparent;
  border: 3px solid #FF6C6C;
}
footer {
  position: fixed;
  bottom: 0;
  padding: 20px 0;
}
.fa {
  font-size:18px;
  padding: 0 6px;
}
.fa:hover {
  color:#FF907F;
}
@media (min-width:601px) and (max-width: 768px) {
  body {
    background-image: none;
  }
  .content {
    display: block;
  }
  .half-col {
    margin: 35px 100px;
    height: auto;
  }
  p {
    width:90%;
    font-size: 16px;
    line-height: 32px;
  }
  footer {
    position: relative;
    margin: 0;
  }
}
@media (max-width: 600px) {
  body {
    background-image: none;
  }
  .content {
    display: block;
  }
  .half-col {
    height: auto;
    float: left;
    margin:5% 10%;
  }
  h1 {
    font-size: 42px;
  }
  h4{
    font-size: 16px;
  }
  p {
    width:100%;
    font-size: 15px;
    line-height: 30px;
  }
  .cta {
    width: 180px;
  }
  footer {
    position: relative;
    margin: 0;
  }
}
