#hero {
    height: auto;
    min-height: 100vh;
    position: relative;
}
.contact.btn-get-started {
    align-self: start;
    padding: 1rem 3rem;
}
.divider {
    border-bottom: 1px solid white;
    margin: 2rem 0;
    width: 100%;
    align-self: center;
}
.contactform {
    display: none;
    width: 100%;
    height: 100vh !important;
    padding: 5vw;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.75);
}
.contactform-wrap {
    background-color: white;
    width: 90%;
    max-width: 1000px;
    height: auto;
    overflow-y: scroll;
    padding: 10% 5%;
    border-radius: 10px;
    position: relative;
}
.contactform-wrap .close {
    position: absolute;
    top: 0.8rem;
    right: 3%;
    color: white;
    font-weight: bold;
    background-color: black;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0;
}
form #submit_button {
    background-color: blue;
}
.helmutbuttons {
		flex-wrap: wrap;
		gap: 1rem;
	}
.helmutbuttons a {
		margin: 0 !important;
}

@media all and (max-width: 1025px) {
    .dark-bg { padding-top: 0; padding-bottom: 0; margin-top: 0;}
}
@media all and (max-width: 900px){
    #hero {
        background-position: 65% center;
    }
}
@media all and (max-width:500px) {
	.contact.btn-get-started {
        align-self: center;
        margin: 0 !important;
	}
	.divider {
	    width: 80%;
	}
}