﻿html, body {
    overflow-x : hidden;
    }
    body {
    padding-top : 193px;
    }
    footer {
    padding : 30px 0;
    }
    .navbar-brand {
    font-size : 32px;
    }
    .navbar-brand img {
    display : block;
    }
    .navbar-container {
    padding : 20px;
    background-color : #eee;
    }
    .navbar.navbar-fixed-top.fixed-theme {
    background-color: #eee;
    border-color : #080808;
    box-shadow : 0 0 5px rgb(0, 0, 0, 0.8);
    }
    .navbar.navbar-fixed-top.fixed-theme > .container.logo-container {
    display : none;
    }
    .navbar-brand.fixed-theme {
    font-size : 18px;
    }
    .navbar-container.fixed-theme {
    padding : 20px;
    background-color : transparent;
    }
    .navbar-brand.fixed-theme, .navbar-container.fixed-theme, .navbar.navbar-fixed-top.fixed-theme, .navbar-brand, .navbar-container {
    transition : 0.8s;
    }