* {
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: Roboto;
    font-weight: 300;
    height: 100%;
	min-height: 100%;
}

body {
    height: 100%;
    background-color: rgb(70,70,70);
    color: white;
}

@media (max-width: 480px) {
    .footer-email {
        font-size: 0.8em;
    }

    #footer-button a {
        font-size: 0.8em;
    }
}

.footer-email {
    padding-bottom: 10px; 
    font-family: Oswald, sans-serif; 
}

.footer {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    margin-top: 30px;
    font-size: .75em;
    color: rgba(255,255,255,0.25);
    height: 30px;
    width: 100%;
    line-height: 30px;
    background-color: rgba(55,55,55, 0.9);
}

.footer a {
    color: rgba(255,255,255,0.3);
}

#gallery_div .img-thumbnail {
    margin-bottom: 0px;
    opacity: 0.6;
}

#gallery_div .img-thumbnail:hover {
    margin-bottom: 0px;
    opacity: 1.0;
}

#kniha-usmevu_div .img-thumbnail {
    margin-bottom: 0px;
    opacity: 0.6;
}

#kniha-usmevu_div .img-thumbnail:hover {
    margin-bottom: 0px;
    opacity: 1.0;
}

#index_div .img-thumbnail {
    opacity: 0.6;
}

#index_div .row{
    min-height: 80vh;
}

.nav-link {
    font-family: Oswald, sans-serif;
}

.navbar-item-inactive{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #999999;
    font-family: Oswald, sans-serif;
    font-weight: 400;
}

.navbar-item-active{
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: white;
    font-family: Oswald, sans-serif;
    font-weight: 400;
}

.nav-item a {
    font-family: Oswald, sans-serif;
    letter-spacing: 1px;
}

#index_div h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.index_name {
    text-align: center;
    letter-spacing: 20px;
    font-weight: 100;
    margin: 30px 0 10px 0;
    font-size: 3em;
}

.img-thumbnail {
    margin: 0px 0;
    border: 0;
    border-radius: 0;
}

#navbar-darker {
    background-color: rgba(55,55,55, 0.9)!important;
}

a {
    color: #b9c817;
}

.btn-prim {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 0;
    opacity: 0.8;
    background-color: white;
    color: black;    
    transition: 0.2s ease;
    text-transform: uppercase;
}

.btn-prim a {
    color: black;
}

.btn-prim:hover {
    border: none;
    background-color: #999999;
    color: white;    
    opacity: 1;
    transition: 0.2s ease;
}

.btn-prim:hover a {
    color: white;
}

a:hover {
    color: #ecff1d;
    text-decoration: none;
}

.title {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 30px 0px;
}

.title-navbar {
    letter-spacing: 5px;
}

h1 {
    font-family: Oswald;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px
}

h2 {
    font-family: Oswald;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.right-align {
    text-align: right;
}

.navbar-brand {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.navbar-nav {
    font-family: Roboto;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-pills {
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;
}

.carousel-item {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item .active {
    min-height: 100vh;   
}

#carousel-size-set {
    min-height: 100vh;
    min-width: 100%; 
}

button:focus {outline:0;}

.img-thumbnail {
    padding: 0;
}

.page-setting {
    width: 100vh;
    padding: 0 40px;
}

.container {
    max-width: 1500px;
}

.carousel-caption h5 {
    font-weight: 300;
    font-size: 3em;
    text-transform: uppercase;
}

.carousel-caption{
    letter-spacing: 5px;
    text-shadow:    0 2px 8px rgba(0,0,0,0.6),
                    0 10px 15px rgba(0,0,0,0.2);
}

.svatby-text {
    font-weight: 300;
    letter-spacing: 3px;
}

.odsazeni {
    padding: 30px 20px;
}

.form-control {
    background-color: rgb(70,70,70);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 0;
}

.form-control:focus {
    background-color: rgb(70,70,70);
    border-color: rgb(255, 255, 255, 0.2);
    box-shadow: 0 0 5px rgba(185, 200, 23, 0.5);
    color: white;
}

.navbar-item-inactive span {
    color: #999999;
}

.navbar-photo img {
    opacity: 0.6;
}

.img-svatby {
    max-height: 700px;
    float: right;
}