#LogoImg
{
    width: 80px;
    height: 80px;
    border: solid 1px #fff;
    background-color: #eed;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 10px -10px rgba(0,0,0,0.6);
    border-radius: 40px;
    margin-right: 30px;
}
#LogoImg2{
    width: 40px;
    height: 40px;
    float: left;
    border: solid 1px #fff;
    background-color: #eed;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 10px -10px rgba(0,0,0,0.6);
    border-radius: 20px;
    margin-right: 10px;
}
#SmallTitle{
    padding: 10px 0;
    overflow: hidden;
}
body {
    font-family: 'Noto Sans', sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: rgba(239, 255, 235, 0.9);
      border: solid 1px #797979;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 2px 0;
}

li{
    font-size: 1.25em;
}

@media screen and (max-width:480px) {
 #SmallTitle{
  font-size:14px !important;
 }
}


@media screen and (max-width:1000px) {
  .box{
  margin:0 !important;
 }
  .navbar {
  margin:0 !important;
}
}

@media screen and (min-width:1000px) {

 .brand {
  display: inherit;
  margin: 0;
  padding: 10px 0 10px;
  text-align: center;
    text-shadow: 0 0 10px #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
  color: #715d52;
  background: #e5cdb3;
 }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;             
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
     background: #8c766a;
        box-shadow: 0 0 4px #86634b;
    border-top: 1px solid #86634b;
    border-bottom: 1px solid #86634b;
    }

    .nav>li>a {
        padding: 35px;
            color: #FFF !important;
    }
        .nav>li>a:hover {
            color: #ffeedc !important;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
    .box{
       box-shadow: 0px 0px 10px #3d423d;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}