﻿body {
    background-image: url('../Image/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 40px;
    /*padding-bottom: 20px;*/
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
}

.jumbotron {
    position: relative;
    /*margin: auto;
    width: auto;*/
    /*opacity: 0.85;*/
    background: rgba(41, 45, 41, 0.85);
    /*padding-left: 50px;
    padding-right: 50px;*/
    /*background-color: rgba(238, 238, 238, 0.6);*/
}

h1, h2, h3, p {
    font-family: 'Merienda:700', cursive;
}

li {
    font-size:large
}

.navbar-collapse {
    text-align: center;
}

.navbar-nav {
    display: inline-block;
    float: none;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.table th, td {
   text-align: center;   
}