body{
    background-color: #000;
}
h3{
    text-align: center;
}
h3{
    color:#FF6C33;
}
h4{
    text-align: center;
}
h4{
    margin: 200px 50px;
}
h2{
    text-align: center;
}
h2{
    color:#FF6C33;
}
b{
    color:#FF6C33;
}
h1{
    text-align:center;
}
h1{
    color:aqua;
}
i{
    color:aqua;
}
.button{
    color:#FF6C33;
}
.card {
    margin:10px;
}
.bg-dark{
    background-color: #000!important;
}
#gmap_canvas{
    width:100%;
}
@media only screen and (min-width: 700px) {
    /* For mobile phones: */

    /*width: 100%;*/
    
    /*#mapLocation{
        height: 100%;
        width:100%;
    }*/
  }