/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 1.2rem;
}

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/*1rem = 16px*/
h1 {
    font-size: 1.5rem;
    color: #800000;
}

h2 {
    font-size: 1.25rem;
    color: #800000;
}

h6 {
    font-size: 1.2rem;
}

.form-control {
    font-size: 1.1rem;
}

.dropdown-menu {
    font-size: 1.2rem;
}
/*
####################################################
M E D I A  Q U E R I E S - start
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    body {
        font-size: 1.15rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.05rem;
    }

    .dropdown-menu {
        font-size: 1.1rem;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    body {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h6 {
        font-size: 1rem;
    }

    .dropdown-menu {
        font-size: 1rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
        font-size: 1rem;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 2rem;
    }

    h6 {
        font-size: 1rem;
    }

    .dropdown-menu {
        font-size: 1rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body {
        font-size: 1rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h6 {
        font-size: 1rem;
    }

    .dropdown-menu {
        font-size: 1rem;
    }
}

/*
####################################################
M E D I A  Q U E R I E S - end
####################################################
*/

.footer {
    background-color: #f5f5f5;
    font-size: 1rem;
}

.phonerow {
    background-color: #f5f5f5;
    font-size: 1.2rem;
}

.RequestTable {
    border-right: 1px solid #b0acac;
    border-top: 1px solid #b0acac;
    border-left: 1px solid #b0acac;
    border-bottom: 1px solid #b0acac;
    border-collapse: separate;
    background-color: white;
}

.required-marker:after {
    content: "*";
    font-weight: 400;
    color: red;
    padding-left: 3px;
}

.optional-marker:after {
    content: "(optional)";
    font-weight: normal;
    color: gray;
    padding-left: 3px;
    font-size: small;
}

.part-time-marker:after {
    content: "(20 hours or less per week)";
    font-weight: normal;
    color: gray;
    padding-left: 3px;
    font-size: small;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.1rem;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 0.5rem 2.5rem;
}

    .navbar-light .navbar-nav .nav-item .nav-link:hover, .nav-link:focus {
        text-decoration: none;
        color: red;
    }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: green;
}


.bkgrd-img-section {
    background-image: url('../images/mmi-home-page-main.jpg');
}

.section-responsive {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #505050;
    overflow: hidden;
    position: relative;
}

.body-content {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.lineheight_custom {
    line-height: 1.15;
}

.form-control-custom {
    display: inline-block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.blockquote {
    padding: .5rem 1rem;
    border-left: .25rem solid #eceeef;
}

ul.GreenCheckmark {
    list-style-image: url('../images/greencheckmark.gif');
    padding-left: 20px;
}

li span {
    position: relative;
    left: 8px;
}

.headline {
    color: darkorange;
}

.headline_white {
    color: white;
}

.headline_navy {
    color: #1F66AE;
}

.TableBorderGold {
    border-right: #D49600 1px solid;
    border-top: #D49600 1px solid;
    border-left: #D49600 1px solid;
    border-bottom: #D49600 1px solid;
    margin: 10px;
}