#header_div {
    display: flex;
    justify-content: space-around;
    color: white;
    background-color: black;
}

#header_div div {
    border-radius: 5px;
    border: 1px solid white;
}

#dropdownMenuLink {
    background-color: black;
}

* {

    text-align: center;
}
body {   
    font-family:Arial, Helvetica, sans-serif;
    background-image: linear-gradient(to right, grey , gainsboro);
}

div.package-info{
  background-color: white;  
}
div.grey  {
    background-color: gainsboro;
    margin-left: 0;
    margin-right: 0;
}


.welcome{
    margin-bottom: 20px;
    color: rgba(17,146,220,255);
}
.img-carousel
{
    display: inline-block;
    width: 200px;
    height: 150px;
    object-fit: cover;
}

main {
    /*margin: 20px;*/
    margin-bottom: 10px;
    
}

.img-center  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 60%;
  }


  .center  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }



.fancy {
    font-family: 'Brush Script MT', cursive;
}

.call {
    margin: 20px;
}

h1 {
    margin: 20px;
}

div.details-container  {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    margin-top: 50px;
}

div.details-container section{
    display: inline-block;
    background-color: rgba(17,146,220,255);    
    width: 100%;
    margin: 20px;
}

div.center {
    margin-top: 20px;
    margin-bottom: 20px;
}


@media only screen and (min-width: 600px) {
    #products{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    div.item {
        width: 300px
    }
    #carouselExampleIndicators {
        width: 50%;
        align-items: center;
    }
    .img-carousel
    {
        width: 200px;
        height: 300px;
    }

}

div.package {    
   /* border: 1px solid white;*/
    margin: 20px;
}

div.item {    
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border: 1px solid white;
    margin: 20px;
}
.package-info{
    margin: 20px;
}
.item-info{
    display: inline-block;
    max-width: 55%;
    margin-top: 20px;
}

img.item-image {
    display: inline-block;
    max-width: 75%;
    height: auto;
 
}


ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
   /* border: 1px solid white;*/
    padding: 0px;
    
}
ul > li {
    display: inline-block;  
    margin: 5px;  
}
footer {
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  
  .fa:hover {
    opacity: 0.7;
}

  