body {
    background-color: #f1f1f1;
}

#header-logo {
    max-height: 170px;
}

@media (min-width: 768px) {
    #section-1 {
        height: 500px;
    }

    #section-2 {
        /* max-height: 500px; */
        max-height: 750px;
    }

    #section-1 h1{
        font-size: 3.5rem;
    }
    
    #section-1 h3, #section-2 h3{
        font-size: 2.5rem;
    }
    
    #section-1 p, #section-2 p{
        font-size: 1.5rem;
    }
}

#section-1, #section-3, #header-logo {
    /* height: 500px; */
    background-color: #0099ff;
}

@media (max-width: 767px){
    #section-1, #section-2 {
        height: auto;
        max-height: 800px;
    }

    #section-1 img, #section-2 img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3rem;
    }

    #section-separate-waves-1 {
        margin-top: -1.7rem;
    }

    /* #section-separate-waves-2 {

    } */


    #section-1 h1{
        font-size: 2.3rem;
        text-align: center;
    }
    
    #section-1 h3, #section-2 h3{
        font-size: 1.5rem;
        text-align: center;
    }
    
    #section-1 p, #section-2 p{
        font-size: 1.3rem;
    }
}

.section-separate-waves svg path {
    fill: #0099ff;
}



#section-image-1, #section-image-2 {
	object-fit: contain;
	object-position: center;
    max-width: 100%;
	max-height: 400px;
	margin-left: 1rem;
    margin-right: 1rem;
	border-radius: 15px;
	box-shadow: 5px 5px 15px currentColor;
}

#section-2 {
    /* background-color: greenyellow; */
    /* max-height: 400px; */
    /* margin-top: 30px; */
    margin-top: 10px;
    margin-bottom: 1rem;
}

#section-2-content {
    padding-left: 5%;
}

/* #section-3 {
    height: 220px;
} */

#section-3-content {
    max-height:220px;
}


#section-info-contact {
    /* font-size: 140%; */
    font-size: 1.2rem;
    text-align: center;
}

#section-info-contact span:first-of-type {
    padding-bottom: 0.5rem;
}

#section-info-contact span {
    display: block;
}

.footer{
    background-color: #222222;
    display: block;
}

.footer-content{
    padding: 15px;
    color: #ffffff !important;
}

.modal input/* , .btn */ {
    font-family: inherit;
}