@import "bootstrap.min.css";
@import "all.min.css";
@import "landing-page.min.css";
@import url('https://fonts.googleapis.com/css?family=Lobster');

@import url('https://fonts.googleapis.com/css?family=Calistoga&display=swap');

header nav .container > a:first-child{
    font-family: 'Calistoga', cursive;
}
header #logo{
    height: 50px;
    width: 130px;
}
header{
    height: 24px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Lobster', cursive;
}

#myCarousel .carousel-caption{
    bottom: 150px;
}
#about{
    padding-top: 75px;
}

#contact{
    padding-top: 75px;
}


#googleMap div{
    position: relative;
    height: 400px;
}
#googleMap div iframe{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;

}
*{
    margin: 0;
}
#contact{
    background-color: rgba(0, 0, 0, 0.1);
    background-position: top;
}
#about{
    background-color: rgba(0, 0, 0, 0.1);
    background-position: top;
}
/*body{*/
    /*background-image: url("../img/bg-showcase-2.jpg");*/
/*}*/