/* all element styling */

body {
    background-image: url("../BackgroundImg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    font-family: Arial, sans-serif;
    color: #ddddd1;
    height: 100%;
    background-color: #121211;
    margin: 0;
    font-size: 14px;
}

#logo {
    margin: 10px;
}

.btn {
    color: #ddddd1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#86BF27), to(#487600));
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px #000000;
}

.btn:hover,
.btn:visited {
    color: #ddddd1;
    background: -webkit-gradient(linear, 0% 75%, 0% 100%, from(#86BF27), to(#487600));
    text-shadow: 2px 2px 4px #000000;
}

.navbar {
    background-color: rgba(43,43,43,0.75);
    box-shadow: 0px 10px 5px rgba(0,0,0,0.5);
}

footer {
    position: absolute;
    height: 60px;
    background-color: rgba(43,43,43,0.75);
    width: 100%;
    margin-top: 25px;
    bottom:0;
}

li {
    list-style: none;
}

.container {
    background-color: rgba(43,43,43,0.75);
    border-radius: 10px;
    padding: 75px;
    box-shadow: 0px 10px 5px rgba(0,0,0,0.5);
}

.img-thumbnail {
    background-color: #181817;
    border: 2px solid #444442;
}
