/* ONE master css
8 June 2015 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
body {
  padding-top: 54px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.parallax-container {
  min-height: 500px;
  background: transparent; }

/* header */
header {
  background: #336699;
  height: 54px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  color: #ffffff;
  line-height: 54px;
  padding: 0 30px;
  display: block;
  vertical-align: middle;
  z-index: 10; }
  header .dropdown {
    margin-top: 5px;
    float: right;
    cursor: pointer; }
  header a {
    color: #fff;
    text-decoration: none; }
  header a:hover {
    color: #fff;
    text-decoration: none; }

.navBar-link .fa {
  padding-right: 8px;
  vertical-align: middle; }

.nav-up {
  top: -54px; }

/* body */
h1 {
  font-weight: 800;
  font-size: 42px; }

h2 {
  font-weight: 600;
  font-size: 30px;
  color: #336699; }

h3 {
  font-weight: 400;
  font-size: 22px; }

.title {
  color: white;
  padding-top: 150px;
  text-align: center; }
  .title h1 {
    font-size: 50px;
    text-shadow: 2px 2px 2px #000000; }
  .title h3 {
    font-size: 30px;
    text-shadow: 1px 1px 1px #000000; }

p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px; }

.intro {
  font-weight: 600; }

section > .container {
  padding: 2rem 0rem; }

#floatingCircle {
  position: relative;
  text-align: center;
  margin-top: -40px; }
  #floatingCircle .circle {
    display: inline-block;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #FFF;
    font-size: 50px; }
    #floatingCircle .circle a {
      color: #000; }

.keyitem {
  background-color: #2f5981;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: White; }

.btn-BigOutline {
  width: 50%;
  color: #fff;
  padding: 10px;
  margin: 30px;
  border: 3px solid white;
  font-size: 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #336699;
  opacity: 1; }

.btn-BigOutline:hover {
  color: White;
  opacity: 0.75; }

section.solidBackground {
  background-color: #336699;
  color: white; }

/* homepage */
#home .home-parallax-container {
  height: 450px; }
  #home .home-parallax-container .title {
    padding-top: 230px; }
  #home .home-parallax-container h1 img {
    width: 60px;
    height: 60px;
    margin-right: 20px; }
#home .gradient {
  position: absolute;
  margin-top: 385px;
  height: 80px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
#home h2 {
  text-align: center;
  font-size: 20px; }
#home h3 {
  font-size: 18px; }
#home ul {
  list-style: none;
  padding: 0;
  margin: 0; }
#home li {
  border-top: 1px solid silver; }
#home .post {
  margin: 6px;
  padding: 10px;
  position: relative;
  display: inline-block; }
  #home .post .posthead .avatar {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    background-color: #f5f5f5;
    margin: 0 20px 0 0; }
  #home .post .posthead h2 {
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    color: #336699; }
  #home .post .posthead h3 {
    color: gray;
    margin: 6px 0 0 0;
    font-size: 14px; }
  #home .post .postbody {
    clear: both;
    float: left;
    margin: 0 10px 0 80px; }
#home .post:hover {
  background-color: #f9f9f9;
  border-radius: 8px;
  cursor: pointer; }
#home .post a {
  color: black; }
#home .post a:hover {
  text-decoration: none; }
#home .footer {
  position: fixed;
  width: 100%;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  padding: 6px;
  z-index: 1000;
  text-align: center;
  background-color: white; }

/* -----------------------------------
	Tablet overrides
------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .title h1 {
    font-size: 42px; }
  .title h3 {
    font-size: 22px; }

  .keyitem {
    font-size: 1.2em; } }
/* -----------------------------------
	Phone overrides
------------------------------------*/
@media (max-width: 760px) {
  p {
    font-size: 16px;
    line-height: 1.4; }

  h1,
  .title h1 {
    font-size: 38px; }

  h2 {
    font-size: 26px; }

  h3,
  .title h3 {
    font-size: 18px; }

  .keyitem {
    font-size: 1em;
    margin: 0 0 10px 0; }

  .btn-BigOutline {
    width: 75%;
    font-size: 20px; }

  #home .home-parallax-container h1 img {
    width: 40px;
    height: 40px; } }

