

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 180px;
    font-family: "open-sans";
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.text-center{
    margin-top: 20%;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 140px;
    background-color: #009de0;
}

.footer-top{
    position: absolute;
    top: -60px;
}

.footer-top p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.footer-top p span.big{
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

.footer-top p span.big span.blue{
    color: #009de0;
    font-weight: 700;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}
.container .text-muted {
    margin: 20px 0;
}

.container .text-muted a {
    color: #ffffff;
    font-weight: 400;
}













