@font-face {
    font-family: "droid_sansregular";
    src: url("../fonts/DroidSans-webfont.woff") format("woff"),
         url("../fonts/DroidSans-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "droid_sansbold";
    src: url("../fonts/DroidSans-Bold-webfont.woff") format("woff"),
         url("../fonts/DroidSans-Bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;

}



*, :after, :before{
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a,
a:focus,
a:hover {
  color: rgba(0,75,80,.6);
  border-bottom: 1px solid rgba(0,75,80,.6);
  text-decoration: none;
  transition: all .3s ease;
}
a:hover {
  color: rgba(0,75,80,1);
  border-bottom: 1px solid rgba(0,75,80,1);
  text-decoration: none;
}

html,
body {    
  font-size: 16px;
  background:#f5f0eb
}

@media screen and (max-width: 1483px) {
  html,
  body {    
    font-size: 14px;
  }
}

body{
    font-family: "droid_sansregular";
    font-size: 1rem;
    line-height: 1.5rem;
    color: #004B50;
}


p{}
p.faq{
  margin-top: 2rem;
  margin-bottom: -3rem;
}

.lead{
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .lead{
    font-size: 1.125rem;
  }
}

h1,h2{
  font-family: "droid_sansbold";
  font-size: 1.875rem;
  line-height: 1.25em;
  margin-bottom: .75rem;
  margin-left: -.1rem;
}
@media screen and (max-width: 999px) {
  h1,h2{
    font-size: 1.5rem;
  }
}

section{
    position: relative;
    height: 100vh;
}

.bg-primary{
  width: 60vw;
  height: 100vh;
  background: #004B50 !important;
  display: flex;
}
@media screen and (max-width: 1298px) {
  .bg-primary{
    width: 55vw;
  }
}
@media screen and (max-width: 1127px) {
  .bg-primary{
    width: 50vw;
  }
}
@media screen and (max-width: 999px) {
  .bg-primary{
    width: 100vw;
    height: 50vh;
    min-height: 240px;
    max-height: 360px;
  }
}

#jimmi-logo{
  width: 75%;
  max-width: 800px;
  justify-self: center;
  margin: 0 auto;
  transform: translateY(-7vh);
}
@media screen and (max-width: 999px) {
#jimmi-logo{
  width: 80%;
  max-width: 640px;
  transform: translateY(-2vh);
  }
}
.sites #jimmi-logo{
  width: 80%;
  max-width: 480px;
}

.content{
  width: 40vw;
  align-content: center;
  padding: 0 2vw 0 5vw;
  transform: translateY(-0);
}
@media screen and (max-width: 1298px) {
  .content{
    width: 45vw;
  }
}
@media screen and (max-width: 1127px) {
  .content{
    width: 50vw;
  }
}
@media screen and (max-width: 999px) {
  .content{
    width: 100vw;
    max-width: 720px;
    padding: 48px 2vw 60px 5vw;
    margin: 0 auto;
  }
}
.content div{
  margin-bottom: 4rem;
}
.content div:last-child{
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .content div{
    margin-bottom: 3rem;
  }
  .content div:last-child{
    margin-top: 4rem;
  }
}

.meta{
  height: auto;
  position: absolute;
  bottom: 24px;
  right: 30px;
}
.meta a{
  margin-left: 1rem;
  font-size: .8rem;
}
@media screen and (max-width: 999px) {
  .meta{
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
    padding-bottom: 24px;
  }
}

.sites{
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px; 
}
.sites a{
  margin-left: 1rem;
  font-size: .8rem;
}    



@media screen and (max-width: 991px) {}

@media screen and (max-width: 576px) {}
