@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

body,h1,h2,h3,h4,h5,h6,p {
  font-family: Roboto, 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: 300;
}

h6 { font-size: 13px; border-bottom: 1px solid #eee; padding-bottom: .3em; margin-bottom: .2em; }
.smaller { font-size: 14px; }
.smaller2 { font-size: 17px; }
.bigger { font-size: 115%; }
.grayer { color: #666; }

.wbg { background-color: #FFF; }
.gbg { background-color: #CCC; }
.gbg2 { background-color: #EEE; }

.logo-empty { 
  text-align: center; 
}

#gmap {
  width: 100%;
  height: 350px;
  background-color: #eee;
}

.ll { text-decoration: underline; }

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.profile_photo_small {
  height: 50px;
  width: 50px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.profile_photo_large {
  height: 150px;
  width: 150px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}

.profile_photo {
  height: 70px;
  width: 70px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.photo_container {
  margin-top: .5em;
  margin-bottom: .5em;
}

.single { line-height: 1; margin-top: 0; margin-bottom: 0; }

ul {
  margin-top: .1em;
}

ul.nodot { margin-left: 0; }
ul.nodot li {
  list-style-type: none;
}

.icon-bar a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fmenu {
  margin-top: .5em;
  margin-bottom: 3em;
}
.fmenu span {
  padding-left: .5em; 
  padding-right: .5em;
  color: #ddd;
}

.join h5 { line-height: 1.2;  font-size: 15px;}

.footer {
  margin-top: 2em;
  border-top: 1px solid #DDD;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 15px;
}

.push0 { margin-top: .5em; }
.push1 { margin-top: 1em; }
.push2 { margin-top: 2em; }
.push3 { margin-top: 3em; }
.push4 { margin-top: 4em; }

.skills p {
  margin-bottom: .5em;
  font-size: 12px;
  line-height: 1.3;
  color: #999;
}

.post {
  margin-top: .5em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.post h5 {
  font-size: 14px;
  margin-bottom: .3em;
}

.post h1 {
  font-size: 24px !important;
  line-height: 1.3;
  font-weight: bold;
}
.contact {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc;
}

.contact .contact_user {
  margin-bottom: .5em;
}

.contact h5 {
  margin-bottom: 1em;
}

#homepage-hero {
  /*
  background: url("/fa-hero1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100% !important;
  z-index: 0;
  */
  background-color: #268084;
  min-height: 500px;
  margin-top: -1em;
  padding-top: 1em;
}

#homepage-hero h1 {
  color: white !important;
  margin-top: .5em !important;
  margin-bottom: .1em;
}

.homepage-hero-q {
  background-color: #268084;
  min-height: 200px !important;
  margin-top: -1em;
  padding-top: 1em;
  margin-bottom: 1em !important;
}

.homepage-hero-q h1 {
  font-weight: 200 !important;
  font-size: 42px !important;
  line-height: 1.2em !important;
}

.homepage-hero-q p {
  line-height: 1.4em !important;
  font-size: 15px !important;
}


#homepage-hero a { color: white; }
#homepage-hero h4 { max-width: 75%; margin: 0 auto; color: white; font-weight: 100; }
#homepage-hero h5 { color: yellow; }
#homepage-hero p { color: white; }
#homepage-hero .examples { font-size: 14px; color: #ccc; }
#homeepage-hero input { font-weight: bold; }
::-webkit-input-placeholder {
  color: #666;
}

ul.accordion {
  margin-left: 0;
}

.rdiv {
  margin: 0 auto;
  height: 90px;
  width: 90px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background: #8AC007;
  text-align: center;
  padding-top: 5px;
  color: white;
}

#question h1 { font-size: 28px; color: black;}
#question .smaller {
  font-size: 12px;
  margin-bottom: .5em;
  color: #999;
}
#question .tlink { font-size: 12px; }
#question .related li { font-size: 14px !important; }
#question p { font-size: 20px !important; }

.results .button { margin-bottom: 0; }

.callout h3 { font-weight: 700; color: red !important; text-align: center; }
.callout h5 { color: red; }

.popout {
  background-color: white;
  color: white !important;
  border: 5px dashed red !important;
}

#guide p {
  font-size: 17px;
}
#guide p.lead {
  font-size: 20px;
}

.midhead {
  margin-top: 0;
  background-color: #268084;
  color: white;
  padding-top: .2em;
  padding-bottom: 1em;
}

.midhead a {
  color: #fff;
}

.midhead h1 {
  color: white;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1;
}
.midhead h5 {
  color: white;
  line-height: 1;
  margin-bottom: 1em;
}
.midhead h4 {
  color: yellow;
}

.about p {
  font-size: 22px;
  line-height: 1.4;
}
.about p:last-child {
  margin-bottom: 0;
}

.about h6 {
  border-bottom: 0;
  margin-bottom: 1em;
}

.divvy {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.post a {
  text-decoration: none;
  color: #333;
}

.post h3 { color: black; margin-bottom: .2em; font-weight: 700; } 

.full-post p {
  font-size: 20px;
}
.full-post h1,h2,h3,h4,h5 {
  font-weight: 700;
}

.blog h3 {
  font-weight: 400;
  margin-top: .5em;
  margin-bottom: .6em;
}

.videos img {
  width:100%;
  height:auto;
}
a.video {
  float: left;
  position: relative;
}
a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/assets/play-btn.png") no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 400%;
  }
}
