﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	COLOR: black; 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;

    /*padding-top: 60px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide 
input,
select,
textarea {
    max-width: 280px;
}
*/


/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover, .dropbtn {
    background-color: red;
}

.navbar-default .navbar-nav > li > a {
    /*color: #337ab7;    */
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: red;
        color: white;
    }

.navbar-brand {
    float: left;
    height: 60px;
    padding: 5px 5px;
    font-size: 28px;
    line-height: 25px;
}

    .navbar-brand small {
        display: block;
        font-size: 14px;
        color: red;
    }

.navbar-title {
    color: darkblue;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 5px;
}

.container-fluid {
    padding-left: 0px;
}

.brand {
    display: flex;
    align-items: center;
}

.container {
    min-width: 95%;
}


.subTitle-Text {  
    color: #ff9966;
}

.gradient1-left-to-right {
    background: linear-gradient(to right, white, #3568CC);
}

.gradient-left-to-right {
    background: linear-gradient(to right, white, #6799FF );
}

.gradientB-left-to-right {
    background: linear-gradient(to right, #FF9900, #FF9900);
}

a:link {
    color: #6464FF;
    text-decoration: none;
}

a:visited {
    color: #6464FF;
    text-decoration: none;
}

a:hover {
    /* font-weight: bold; */
    color: Red;
    text-decoration: none;
}

a:active {
    color: #6464FF;
    text-decoration: none;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
       /* padding: 0;*/
    }
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

