/* Custom CSS */

body {
    position: relative;
    padding-top: 3.5rem;
        }

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
        }
/* Navbar */

.bg-dark {
    background-color: #1c66af!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #fff;
}



.active {
    border-bottom: 2px solid #1c66af;
}

/* Carousel */

.carousel-caption {
    padding-bottom: 12%;
}

.carousel-caption h3 {
    font-size: 42px;
    font-weight: bold;
}

.carousel-caption p {
    padding-top: 50%
    font-size: 24px;
    color: #1c66af;

 
}

/* Buttons */




.btn-info {
    background-color:#1c66af;
    padding: 1rem 4rem;
    border:3px solid transparent;
    width: 225px;
}

.btn-info:hover {
    background-color:transparent;
    border:3px solid #1c66af;
    color: #1c66af;
}

.btn-info:active {
    background-color:transparent !important;
    border:3px solid #1c66af !important;
    color: #1c66af !important;
}


/* Menu */

#menu {
    padding: 50px 10px;
}

.card {
    box-shadow: 2px 5px 20px #1c66af;
}

.modal-content {
    background:#1c66af;
}

.mn {
    color:#1c66af;
}

/* Parallax */

#plx {
    background: url(../img/wine.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wtitle {
    padding: 150px 20px;    
}

.wtitle h2 {
    font-size: 36px;
    font-weight: bold;
}


/* Jumbotron */

#jumbo {
    background:#1c66af;
}

/* Overlay */

.ovl {
    opacity: 0;
    transition: 1s;
}

.ovl:hover {
    opacity: 1;
    background: rgb(0,0,0,0.6);
}

/* Locations */

#locations {
    padding: 100px 50px;
    background: url(../img/world.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loc img {
    margin-right:10px;
    transition-duration: 1.5s;
    
    
}

.loc img:hover {
    transform:scale(3,3);
    box-shadow: 5px 5px 15px #333;
    z-index: 1;
    position: absolute;
}




/* Contact */

#contact {
    padding:100px 0;
    box-shadow:5px 10px 25px #555;
    position:relative;
    z-index:22;
}
.cbtn {
    margin-top: 57px;
}


/* Footer */

#footer {
    background:#1c66af;
    padding: 10px;
}

.cpt {
    padding-top: 29px;
}

.ftaw i {
    font-size: 50px;
    color: #1c66af;
    padding-top: 15px;
    padding-right: 10px;
}

/* Back To top */

.btt {
    display:none;
    background: #21ddfb7a;
    width: 65px;
    position: fixed;
    right: -12px;
    bottom: 19px;
    z-index: 9998;
    border: 2px solid #1c66af;
    border-radius: 10px;    
}

.btt:hover {
    background: #1c66af;
    box-shadow: 5px 10px 25px #555;
}

.btt i {
    color: #ffffff7a;
    font-size: 45px;
    padding: 7px;
}

.btt i:hover {
    color:#1c66af;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
  display:block;  
}

/* Media Queries */

@media only screen and (max-width:991px) {
    .blogo {
        text-align:center;
    }   
}

/*
@media only screen and (max-width:1500px) {
    .carousel-caption {
        padding-bottom: 8%;
    }
}

@media only screen and (max-width:1199px) {
    .carousel-caption h3 {
        font-size: 32px;
    }
    .carousel-caption p {
        font-size: 18px;
    }    
}

@media only screen and (max-width:991px) {
    .carousel-caption p {
        display:none;
    }   
}

@media only screen and (max-width:767px) {
    .carousel-caption h3 {
        font-size: 24px;
    }
    .carousel-caption {
        padding-bottom: 6%;
    }
}

@media only screen and (max-width:575px) {
    #carouselFull {
        display:none;
    }
    #about {
        margin-top: 80px;
    }
}*/