/* Home page styles */
body {
   padding: 0px 0;
   font-family: "Open Sans", Verdana, sans-serif;
   color: #333;
}
h1 {
    font-size: 1.8em;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}
p {
    margin-bottom: 30px !important;
}
.homeContainer {
   max-width: none;
}
.homeContent {
    padding-top: 30px;
    font-weight: 300;
}
.landingAboveFold {
    background-image: url(../img/landing_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
}
.landingAboveFold .column, .landingAboveFold .row {
    padding: 0px;
}
.landingAboveFold h1 {
    margin-top: 40px;
    margin-left: 0px;
    color:#fff;
    float:right;
    width: 45%;
    background-color: #0071BC;
    text-align: left;
    padding: 5px 10px;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}
@media screen and (max-width: 780px) {
    .homeContainer {
        padding: 0 0rem;
    }
    .landingAboveFold {
        background-size: auto 100%;
        height: 300px;
    }
    .landingAboveFold h1 {
        width: 50%;
        font-size:1.6em;
    }
}
@media screen and (max-width: 640px) {
   .landingAboveFold h1 {
      font-size: 1.3em;
   }
   .homeContent {
      font-size: 1em;
   }
}

