html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    background: rgb(0, 46, 102) url("background1.jpg") no-repeat fixed center;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.content {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    z-index: 2;
}

.content-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 46, 102, 0.8);
}

.content-inner p {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .content {
        height: 100%;
        padding-bottom: 0;
    }

    .content-inner {
        max-width: 50rem;
        padding-left: 3rem;
        padding-right: 9rem;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
/*
html {
    position: relative;
    min-height: 100%;
}
*/

/*

body {
    !* Margin bottom by footer height *!
    margin-bottom: 35px;
}
*/
@media (min-width: 768px) {
    .footer {
        position: absolute;
        height: inherit !important;
        font-size: inherit !important;
    }
}

.footer {
    bottom: 10px;
    height: 100%;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*
    height: 35px;
    */
    /* line-height: 25 px; /* Vertically center the text there */
    /*
    background-color: rgba(0, 0, 0, 0.5);
    */
    font-weight: 300;
    font-size: smaller;
    z-index: 2;
}

.alignleft {
    float: left;
    text-align: left;
    width: 33.33%;
    margin-bottom: 0;
}

.aligncenter {
    float: left;
    text-align: center;
    width: 33.33%;
    margin-bottom: 0;
}

.alignright {
    float: left;
    text-align: right;
    width: 33.33%;
    margin-bottom: 0;
}
