body{
    overflow-y: scroll;
    transition: .4s ease-in-out;
}

.about-bg{
    background-size:100%;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #0e0e0e;
    padding: 180px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header2{
    background-color: black;
    height:70px;
    position: fixed;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    z-index: 2;
}

.about{
    color: white;
    font-family:'Roboto regular', sans-serif;
    font-weight: bold;
    font-size:60px;
}

.about-name{
    color: white;
    margin-top: 10px;
}

.about-us{
    text-align: center;
    margin-top:5%;
    font-size:30px;
    font-family: 'Roboto regular', sans-serif;
    font-weight: bold;
}


.about-content{
    width: 40%;
    text-align: center;
    margin-top: 20px;
    margin-left: 30%;
}

.book-online-container{
    display:flex;
    align-items: center;
    justify-content: center;
    margin:3%;
}

.select-service{
    background-color: transparent;
}

.select-service:active{
    outline: none;
}

.info{
    margin:10px 10px;
    padding: 10px;
    width: 20%;
    border-radius:3px;
    border:1px solid gray;
}

.info-2{
    padding: 10px;
    width:41.5%;
     border-radius:3px;
    border: 1px solid gray;
}

.js-date{
    display: block;
}

.submit-button{
    background-color:#56b665;
    color: white;
    border: none;
    border-radius: 3px;
    cursor:pointer;
}

.contact-form-container{

    display:flex;
    align-items: center;
    justify-content: center;
    margin:3%;
}

.message{
    padding: 10px;
    width:41.5%;
    height:200px;
}

button:hover{
    opacity: 0.8;
}

.is-dismissed{
    cursor:not-allowed;
    background-color:gray;
}
