body {
  font-family: 'Roboto', sans-serif; }
nav{
  margin-top: 30px;
}
.nav a {
  color: #fff !important; }

.nav li a:hover {
  color: #FF9800 !important; }

body > nav {
  border-bottom: 2px solid #FF9800 !important;
  background-color: #414146 !important; }

.head h1, .panel-body h1, .contact h1, .well h1 {
  font-size: 36px !important;
  font-weight: 700;
  margin-bottom: 30px;
  color: #212121; }

.head p, .panel-body p, .contact p, .well p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  text-align: justify; }

.panel {
  border: none; }

.panel-heading, .call {
  text-align: center;
  background-color: #FF9800 !important;
  color: #fff !important; }

.page-header {
  border-bottom: 2px solid #FF9800 !important; }

footer {
  text-align: center;
  background-color: #414146;
  color: #fff;
  margin-bottom: 0;
  padding: 10px; }
  footer h4 {
    margin-bottom: 50px; }

input, textarea {
  margin-bottom: 20px; }

.send {
  width: 100% !important;
  background-color: #FF9800 !important;
  color: #fff !important; }

.topbar{
  color: #fff;
  position: fixed;
  top:0;
  z-index: 1;
  background-color: #414146;
  height: 30px;
  width: 100%;
}
.topbar> .container{
  color: #ff9800;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}




.topbar a{
  color: #ff9800;
  font-size: 16px;
  margin-bottom: 20px;
}

.logo{
  background-image: url('../images/logo.png');
  width: 200px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-header{
  display: flex;
  margin-bottom: 20px;
}