﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,400i,600,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Montserrat', sans-serif;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: #e9e9e9;
    overflow-y: scroll;
    /*font-family: Verdana;*/
}

html {
    scroll-padding-top: 70px; /* height of sticky header */
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    resize: none;
}

.jumbotron {
    height: 117px;
}

.img-thumbnail {
    display: inline-block;
    height: 120px;
}

a {
    color: #336699;
}

h1 {
    margin-bottom: 20px;
    line-height: 1.2em;
    color: #003366;
    font-weight: bold;
    font-size: 1.35em;
}

h1.contact {
    color: #003366;
    text-transform: none;
    font-weight: bold;
    font-size: 2.0em;
}

h2 {
    color: #003366;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5em;
    line-height: 1.3em;
    padding-bottom: 0;
    text-align: center;
}

h3 {
    color: #003366;
    text-transform: none;
    font-weight: bold;
}

h6.clicktolg {
    font-size: 0.8em;
}

p {
    color: #003366;
    text-transform: none;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
}

p.specialproject {
    color: maroon;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5em;
    line-height: 1.3em;
}

p.duke {
    color: #003366;
    text-transform: none;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.0em;
}

p.footer {
    font-size: 0.75em;
}

label {
    color: #003366;
    font-weight: bold;
}

.testimonials {
    font-size: 1.1em;
    color: #990033;
    text-align: center;
}

.chkbxLabel {
    margin-left: 5px;
}

.emailopt {
    display: none;
    position: absolute;
    top: 3px;
    left: -680px;
    visibility: collapse;
}

.validateError {
    color: #ff0000;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 10px;
}

#lblItemCount {
    font-size: 0.7em;
    font-weight: bold;
    color: #000000;
    padding: 0 0;
    vertical-align: top;
    margin-left: -2px;
    font-family: 'Times New Roman', Times, serif;
}

.charity {
    position: relative;
    padding-left: 20px;
    display: block;
    font-size: 1.1em;
}

label input[type=radio] {
    position: absolute;
    top: 4px;
    left: 0px;
}

.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
}

.f-social li a {
    font-size: 18px;
    color: rgba(60, 0, 20);
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    background: #a3a3a3;
    border-radius: 4px;
}

/* Large rounded border */
hr.rdbr {
    border: 5px solid #007bff;
    border-radius: 5px;
}

.maroon{
    color: maroon;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 {
        text-align: center;
    }

    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .noshowme {
        display: none;
    }

    .custom_center {
        text-align: center;
    }

    .rolloverme {
        display: none;
    }
    .input-group {
        position: relative;
        display: inline-block;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        text-align: center;
    }

    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .noshowme {
        display: none;
    }

    .custom_center {
        text-align: center;
    }

    .rolloverme {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-thumbnailsinbody {
        display: inline-block;
        border: 1px black solid;
        /* Set height to control width of image tables within body container */
        height: 100px;
    }

    .noshowme {
        display: none;
    }

    .rolloverme {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-thumbnailsinbody {
        display: inline-block;
        border: 1px black solid;
        /* Set height to control width of image tables within body container */
        height: 150px;
    }

    .rolloverme {
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        text-align: justify;
    }

    /* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .img-thumbnailsinbody {
        display: inline-block;
        border: 1px black solid;
        /* Set height to control width of image tables within body container */
        height: 150px;
    }

    .clickonme {
        display: none;
    }
}

/* change the background color */
.navbar-custom {
    background-color: #e9e9e9;
    font-size: 1.0em;
    font-weight: bold;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #000000;
}

/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color: #000000;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000000;
    /*background-color: #ee4400;*/
    /* add background-color to active links */
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #808080;
}

/* change the brand and text color */
.navbar-custom .navbar-brand:hover {
    color: #808080;
}

/* change the link text color top level menu */
.navbar-custom .navbar-nav .nav-link {
    color: #212121;
}

/* change the color of active or hovered links top level menu */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #808080;
}

/* for dropdown only - change the color of dropdown background */
.navbar-custom .dropdown-menu {
    background-color: #cecece;
}

/* dropdown text*/
.navbar-custom .dropdown-item {
    color: #000000;
}

/* dropdown text in mouse hover*/
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #000000;
    /*background-color: rgba(255, 255, 255, .5);*/
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.note_cards {
    padding: 15px;
    border-width: 2px;
    border-color: #cccccc;
    border-style: solid;
    border-radius: 8px;
}

.note_cardbody {
    padding: 15px;
}