*{
    margin:0;
    padding:0;
}

/* Header **/
.header{
    height:100vh;
}
.navbar-style
{
    box-shadow:0 5px 10px #efefef;
    text-transform:uppercase;
}
.logo{
    height:48px;
    padding:2px 10px;
}
h3{
    padding-left:10px;
    text-transform:uppercase;
    padding-top:10px;
}
a.btn
{
    margin:30px 10px;
    width:150px;
    padding:10px;
    border-radius:20px;
}
a.btn-first{
    background-color:darkorange;
    color:#fff;
}
a.btn-second{
    border:1px solid darkorange;
    background:transparent;
    color:#333;
}

li a
{
    color:#4d0202;
    font-size:16px;
    font-weight: bold;
}
.icon-bar{
    background:#4d0202;
}
.footer{
    background:#303036;
    color:#d3d3d3;
    height:50px;
    position:relative;
}
.footer .footer-bottom{
    background:#343a40;
    color:#686868;
    height:50px;
    width:100%;
    text-align:center;
    position:absolute;
    bottom:0px;
    left:0px;
    padding-top:20px;
}
@media screen and (max-width: 959px){
    #container{
        width:100%;
    }
    #left-column{
        width: 70%;
    }
    #right-column{
        width: 30%;
    }
}
.btn {
  background-color: green;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #ffa81c!important;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:50;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}