a{
    color: #8083c8;
}

.horizontal-nav{
    background-color: #4f4f9f;
    padding: 0px 20px 0px 180px;
    text-align: right;
}

.horizontal-nav a{
    display: inline-block;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 14px;
    margin: 25px 0px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration:none;
}

.horizontal-nav a:hover{
    cursor: grab;
    background-color: #ababff;
    color: #000000;
}

.hero-image{
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: bottom;
    opacity: 40%;
    

}

.logo {
    transition: all 0.5s ease;
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    /* change dish-01.png to your loge image */
    background: url(./assets/images/logo.jpg) no-repeat 0 0;
    background-size: contain;
    top: 10px;
    left: 20px;
    z-index: 100;
}

h1{
    color:#000000;
    font-size: 64px;
    font-weight: bold;
    font-family: sans-serif;
}

.home-h2{
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    padding-top: 20px;
}

h2{
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
}

.container{
    position: relative;
    width: 100%;
}

.hero-text{
    position: absolute;
    top: 15%;
    right: 30%;
}

.hero-button{
    
    bottom:10%;
    right: 5%;
    border-radius: 10px;
    border: none;
    background-color: #a62639;
    color: white;
    font-size: 20px;
    padding: 20px;
    cursor: pointer;
    

}

button {
    transition-duration: 0.4s;
  }
  
button:hover {
    background-color: #601621;
  }
.footer-content{
    width: 100%;
    padding: 30px 0;
    color: white;
    font-size: 16px;
    background-color: #4f4f9f;

}

footer > div.social-icon {
    padding: 30px;
    display: flex;
    justify-content: space-around;
  }

p{
    line-height: 32px;
    font-size: 20px ;
    padding-left: 12% ;
    padding-right: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.input-boxes {
  width: 100%;
  padding: 2%;
  margin: 8px 0;
  display: inline-block;
  border: none;
  text-align: center;
  box-sizing: border-box;
}

.contact-button{
    
    bottom:10%;
    right: 5%;
    border-radius: 10px;
    border: none;
    background-color: #a62639;
    color: white;
    font-size: 16px;
    padding: 20px;
    cursor: pointer;

}

.big-div{
    display:flex;
    flex-wrap: nowrap;
    flex-direction:row;
}

.blog-container{
    display:flex;
    flex-wrap: wrap;
    width: 60%;
    flex-direction:column;
}

.blog-step{
    display:flex;
}
.blog-title{
    color: #ffffff;
    text-align: left;
    margin: 10px;

}

.right-scrollable{
    width: 40%;
    height: 400px;
    padding: 40px;
    overflow:scroll;
}

ul{
    line-height: 30px;
    font-size: 18px;
}

h3{
    text-align: center;
    font-family: sans-serif;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
  }

/* h4{
    text-align: center;
    font-family: sans-serif;
}

p{
    text-align: left;
    font-family: sans-serif;
    padding-left: 20%;
    padding-right: 20%;
}

.button{
    border-radius: 5px;
    background-color: #A62639;
    font-family: sans-serif;
    font-size: 14px;
    color:#ffffff;
    padding: 14px 20px;
    border: none;
    box-shadow: none;
    transition-duration: 0.4s;
    display: flex;
  justify-content: center;
  align-items: center;
}

.button:hover{
    background-color: #761c29;

}

.hero-image{
    background-color: #000000;
    padding: 10px;
}

i{
    font-size: 24px;
    text-align: center;
    
} */


