@import url('https://fonts.googleapis.com/css?family=Roboto|Josefin+Sans:700');

body {
    margin: 0;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    
}

a.content{
  line-height: inherit;
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}

a:hover.content{
  line-height: inherit;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.top-bar {
  background-color: #FFF;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.18);
  box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.18);
  z-index: 10;
}

.top-bar ul{
  background-color: transparent;
}

.button, .button:hover {
  background-color: transparent;
  font-size: 1.2rem;
}

.submit-btn {
  border: 1px solid #FFF;
  background-color: #D14E4E;
  color: #FFF;
  padding: 15px;
}

.right-col {
    background-color: #D14E4E;
    padding: 30px;
    border-left: 1px solid #D14E4E;
    height: 100%;
}

.left-col {
  height: 95vh;
  width: 100%;
  background-color: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  color: #000;
}

h1 {
  font-family: 'Josefin Sans', sans-serif;
  color: #FFF;
  font-size: 2rem;
}

h2 {
  font-family: 'Josefin Sans', sans-serif;
  color: #FFF;
  font-size: 1.2rem;
  margin: 0;
}

.info-btm {
  margin-top: 3em;
  width: 30%;
  border-bottom: 1px solid #FFF;
}

.info-btm-last {
  margin-top: 3em;
}

.menu a{
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.menu a:hover{
  color: #999;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  line-height: 0.6;
  color: inherit;
}

.section-area {
  margin-top: 150px;
  padding: 20px;
}

#contactF-alert {
  padding: 15px;
  margin-bottom: 10px;
  background-color: #FFF800;
  color: #000;
  border-top: 2px solid #000;
}

.contactF-hide {
  display         : none;
}

#main_animation {
  background-color: transparent;
  overflow: hidden;
  position: fixed;
  transform: translate3d(0, 0, 0);
  height: 80vh;
  width: 80vh;
 }


#back-to-top {
  font-size: 1.5rem;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 9999;
  padding-top: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 30px;
  background: #FFF;
  color: #D14E4E;
  cursor: pointer;
  border: 0;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #FFF;
}
#back-to-top.show {
  opacity: 1;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #FFF;
}
  
/* Small only */
@media screen and (max-width: 39.9375em) {
  #back-to-top {
    font-size: 1.5rem;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    padding-top: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    background: #FFF;
    color: #D14E4E;
    cursor: pointer;
    border: 0;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
  }

  .left-col {
    height: 50vh;
    background-color: #FFF;
    display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  }

  .section-area {
    margin-top: 20px;
    padding: 20px;
  }


  #main_animation {
    overflow: hidden;
    margin: auto;
    position: relative;
    transform: translate3d(0, 0, 0);
    width: 85%;
    height: 85%;
   }

}