﻿/* Custom page CSS
-------------------------------------------------- */
h1 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


/* Hiding Unnecessary Stuff*/
#btnBackToEvent, #btnLogin {
    display: none;
}

/* Sticky Footer*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #3F454C;
}

    .footer .container .text-muted {
        margin: 20px 0;
        color: #fff;
    }

body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #333333;
}

.navbar-nav {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
}

.container {
    width: 1170px;
    padding-bottom: 70px;
}

/* MP Overrides*/

.mpp_navLink {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #f89734;
    border-color: #f78a1b;
    font-weight: 700;
    border-width: 0;
    text-decoration: none;
    font-size: 18px;
}

    .mpp_navLink:hover {
        color: #ffffff;
        background-color: #f17e08;
        border-color: #ce6c07;
    }
