﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    color:black;
}
 .goog-te-banner-frame {
    display: none;
}

 #goog-gt-tt {
    display: none ;
    visibility: hidden; 
}
 hr {
   border:1px solid black; 
 }

/* 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;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.container {
    max-width: 80vw;
}


.lg-Fnt {
    font-size: 1.5rem;
    color: white;
    padding-left: 10px
}

.lg-Link {
    font-size: large ;
    color: black;
    padding: 10px;
}

.form-group1 {
    padding: 30px;
}

.mainbody{
     font-family:Verdana;
    padding:10px;
    color:black;
}
.nav-link1  {
   color:black;
   padding:10px;
   display:inline-block;
}
.bg-yellow {
    background-color: rgb(255, 241, 41);
   color: black;
   
}

.bg-yellow a {
 color:black;
font-family: Corbel ;
font-weight:bold;
 }

.nav-bar li a {
    color: black;
font-weight:bold;

}
.btn-success {
    background-color:yellow;
    color:black;
    font-weight:bold;
    border: solid 1px black;
}

.text-primary {
    color:black;
}

.bg-primary {
    background-color:yellow;
   
}

.btn-primary {
    color:black;
    background-color:yellow;
    border-color:black;
    font-weight:bold;
}
