/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 65px;
  font-family: Roboto, sans-serif;
}

.page-content{
  background-image: url(../images/content-background.jpg);
}

.navbar-brand {
	font-family: Kameron, serif;
	font-weight: 400;
	font-size: 2em;
}

.nav-link {
	font-weight: 500;
}

.navbar-dark {
  background-image: url(../images/nav-background.png) !important;
  background-size: cover;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, .3);

}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    transition: all .1s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:hover {
    /*color: rgba(255,255,255,.7);*/
    color: #ffc107;
    text-decoration: underline;
    /*border-bottom: 2px solid white;*/

}
.navbar-dark .navbar-nav .nav-link:active {
    color: rgba(255,255,255,1);
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.img-fluid {
    width: 100%;
}

.main-image h1 {
  font-weight: 700;
  font-size: 3.4vw;
  padding: 0.5em 5em;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,.7);
  margin:0;
}

.main-image {
  position: relative;
}

.home-banner {
  background-image: url(../images/home-banner.png);
  width: 100%;
}

.page-content .container {
  background-color: rgba(255,255,255,0.8);
  padding: 3em;
}

.main-contact h3 {
  font-family: Kameron, serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0.3em;
}

.col-8 {
  margin-top: 0.3em;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem;
}
.menu-card {
  background-image: url(../images/nachos.jpg);
}

.happy-card {
  background-image: url(../images/cocktail.jpg);
}

.entertainment-card {
  background-image: url(../images/music01.jpg);
}

.menu-card, .happy-card, .entertainment-card {
  height: 300px!important;
  border: none;
}

.card-footer {
  border-top: none;
     padding: 0 0; 
     background-color: rgba(0,0,0,.0); 
}

.button-primary {
  position: center;
}

.btn {
  font-size: 1.5em;
  font-family: Kameron, serif;
  font-weight: 700;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, .4);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 0;
}

.portfolio-item {
  margin-bottom: 30px;
}

.py-5.bg-dark {
  background-image: url(../images/footer-background.png) !important;
  background-size: cover;
}

.social-media a {
  display: inline-block;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: -9999em;
  padding: 3px;
  transition: all .1s ease-in-out;
}

.social-media a:hover {
  opacity: .7;

}

.social-media a:first-of-type {
  background-image: url(../images/icons_facebook_white.svg);
}

.social-media a:last-of-type {
  background-image: url(../images/icons_instagram_white.svg);
}


/*RESPONSIVE STYLES MOBILE SCREENS*/
@media screen and (max-width: 450px) {

.home-banner {
    display:none;
}

.main-image {
    background-image: url(../images/home-banner-mobile.jpg);
    width: 100%;
    height: 85vw;
    background-size: cover;
}

.main-image h1 {
    /*font-weight: 500;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;*/
    /*background-image: url(../images/footer-background.png);*/
    /*padding: 2rem 1.3rem;*/
}

.col-4, .col-8 {
flex: 0 0 95%;
max-width: 95%;
}

.col-8 {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 3em;
}
.intro-paragraph1 {
  margin-top: 3em;
  }

.intro-paragraph2 {
  margin-bottom: 3em;
}
.menu-card {
  margin-top: 3em;
}

}

/*font-family: 'Kameron', serif; 400,700
font-family: 'Roboto', sans-serif; 300 400 500 700 900