.body, html{
    height: 100%
}

html { scroll-behavior: smooth;}

body{
    margin: auto;
}

.hero-image{
    border-radius: 2%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/hero-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: clamp(5px, 15%, 500px);
    margin-right: clamp(5px, 15%, 500px);
    margin-bottom: 2%;
    margin-top: 4%;
    padding: 2%;
    align-items: center;
}

.hero-section{
    width: 90%;
    padding: 2%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    top: 50%;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.hero-section h1{
    margin-top: 1%;
    margin-bottom: 2%;
}

.hero-section img{
    width: 15%;
    border-radius: 10%;
}

.hero-links{
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    justify-content: space-evenly;
    margin: 1%;
    margin-top: 1.5%;
}

.hero-links a{
    color: black;
    background-color: white;
    text-decoration: none;
    padding: clamp(0.25%, 5%, 1.25%);
    font-size: clamp(75%, 1vw, 110%);
    text-align: center;
    display: block;
    border-radius: 6px;
}

.main-body{
    margin: auto;
    text-align: center;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: auto;
    width: clamp(30ch, 50%, 75ch);
}

.main-body p{
    font-size: large;
}
.main-body h2{
    font-size: xx-large;
}

.main-body h3{
    font-size: larger;
}

.footer{
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    width: 100%;
    margin: auto;
    background-color: dimgray;
    color: white;
    text-align: center;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.container {
    display: flex;
    justify-content: center;
}