body {
   padding-top: 51px;
   background: #f3f3f3
}

::selection {
   color: white;
   background: #4a4a4a;
}

.navbar-default {
   border-color: transparent;
}

.navbar-default, .navbar-default .container {
   background: #380000;
   color: white;
}

.navbar-default .navbar-text, .navbar-default .navbar-brand {
   color: white;
}

.navbar-default i.fa {
   color: #ad0000;
}

.navbar-brand {
   font-size: 18px;
   text-transform: uppercase;
   margin-left: 10px;
}

.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:visited {
   color: inherit !important;
}

.navbar-brand img {
   height: 100%;
   width: auto;
   float: left;
}

#carousel-header {
   height: 500px;
}

.container {
   width: 100%;
   background: #ffffff;
}

.logo-site-block {
   position: relative;
   text-align: center;
   height: 353px;
   padding: 50px;
}

.logo-site-block img {
   height: 100%;
   width: auto;
}

@media (min-width: 1500px) {
   .container {
      width: 1500px;
   }
}

footer {
   line-height: 1.6;
   padding: 20px 50px !important;
   background: #380000 !important;
}

footer h5 {
   text-transform: uppercase;
   color: white;
   font-size: 15px;
}

footer a, footer a:hover, footer a:visited, footer a:focus {
   color: #f55151;
}

footer a.phone {
   font-size: 20px;
}

footer .copyright {
   font-size: 10px;
   margin-top: 30px;
   text-align: center;
   color: white;
}

footer .copyright p {
   margin: 0;
}

#social {
   font-size:30px;
}

h2 {
   text-align: center;
}

p {
   text-align: justify;
}
