﻿/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}

#right h3 {
    text-align: center;
    margin-bottom: 15px;
    color: #122E58;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

#right h2 {
    font-size: 26px;
    font-weight: lighter;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.container {
    font-size: small;
}

body {
    line-height: 1 !important;
}

#results,
#right blockquote p,
#right blockquote ul li {
    line-height: 1.5 !important;
    font-size: medium;
}

p.suggestion {
    margin-bottom: 0;
}

.suggestionUL {
    margin-bottom: 0;
    margin-top: 0;
}

div#left div.menu-item a {
    /*color: #CCC;
    font-size: 14px;
    height: 24px;
    padding-top: 5px;
    width: 100%;
    display: block;
    text-align: center;*/
}

div#left div.menu-item {
    /*margin: 12px 0;*/
}


/*
Styles for left nav
*/


/*
.left-menu-header, .menu-item, .sub-menu-item {
    margin: 5px auto;
    padding: 10px;
    box-shadow: 0 0 16px rgba(50, 50, 50, 0.42);
    border-radius: 2px;
    white-space: nowrap;
}


    .left-menu-header a, .menu-item a, .sub-menu-item a {
        display: block;
        color: white;
        text-decoration: none;
    }

        .left-menu-header a:hover, .menu-item a:hover, .sub-menu-item a:hover {
            text-decoration: underline;
        }

.left-menu-header, .menu-item {
    background: #0D2240;
    text-transform: uppercase;
}

.sub-menu-item {
    background: #678193;
    margin-left: 6%;
    display: none;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.menu-title {
    flex: 40%;
    font-size: 18pt;
    text-align: left;
}

.menu-image {
    flex: 60%;
    text-align: right;
    margin-left: 5%;
}
    */

#right h3 {
    margin: 18px 0;
}

#right h2 {
    margin: 15px 0;
}