#contentarea {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

body {
    background-color: rgb(247, 247, 247);
    font-family:  Helvetica, sans-serif;
    
}

.landingPage {
    background-image: url("images/20200712133013_1.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

nav {
    background-color: rgb(0, 172, 29);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: rgb(0, 172, 29);
    border-color:  rgb(0, 172, 29);
}

.fixed-bottom {
    color: #ffffff;
    background-color: rgb(0, 172, 29);
    border-color: #130269;
}

#background {
    background-color: rgb(247, 247, 247);
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    margin-bottom: 1%;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


footer{
    padding-left:5%;   
}

.jumbotron{
    opacity: 0.9;
}

#beerBaronPic{
    width: 30%; /* Must be 100% */
     height: auto; /* Must be auto */
}


.carousel slide{
    size: 40%;
}
#noJavaScriptWarning {
    color: red;
    background-color: gray;
    font-size: 20pt;
}