﻿@import url("https://fast.fonts.net/cssapi/7a8e251c-0040-4364-b5d7-73005338d791.css");

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

/* Field validation css */
.field-validation-error {
    color: red;
    font-weight: bold;
}

.input-validation-error {
    background: pink;
}

.validation-summary-valid {
    display: none;
}

.field-validation-valid {
    display: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Layout styling */
hr.bold {
    border-top: 4px solid black;
}

hr.thin {
    border-top: 1px solid black;
}

.layout-header {
    background-color: white;
}

.layout-content {
    margin: 0px auto;
    max-width: 1100px;
    width: 80%;
}

.layout-nav {
    background-color: #00aeef;
    display: block;
    height: 48px;
}

    .layout-nav ul {
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: space-around;
        list-style: none;
        padding: 0;
    }

    .layout-nav li {
        height: 100%;
        margin: auto 0px;
    }

    .layout-nav a {
        border-bottom: 3px solid;
        border-bottom-color: transparent;
        color: white;
        display: inline-block;
        font-size: large;
        line-height: 42px;
        margin: auto 0px;
    }

        .layout-nav a.active, .layout-nav a:hover {
            border-bottom-color: white;
            color: white;
            text-decoration: none;
        }

.layout-footer {
    flex-shrink: 0;
    margin-top: 120px;
}

    .layout-footer .content {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

        .layout-footer .content h4 {
            font-style: normal;
            font-weight: bolder;
            text-transform: uppercase;
        }

    .layout-footer .footer-btn {
        background-color: #00aeef;
        border-radius: 4px;
        color: white;
        display: block;
        font-size: large;
        font-weight: bold;
        line-height: 3em;
        margin-top: 2.5em;
        text-decoration: none;
        width: 100%;
    }

    .layout-footer .credits {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0px auto;
        width: 95%;
    }

/* Layout styling end */

.menu-title {
    font-family: "Rockwell W01 Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.15;
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}
