body {  /** nav bar positioning **/
    background-color: black;
    margin: 0;
    background: #111;
}
h1 {
    color: #8bd546;
    background-color: black;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 50pt;
    font-family: Impact;
}

.home-button {
    background-color: #ffffff;
}

.image {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.top-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #1b4799;
}

.nav-btn {
    text-decoration: none;
    background-color: black;
    color: #7cff3a;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-images {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 95%;
}

.hero-images img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    display: block;
}

.hero-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    border-radius: 30px;
    padding: 20px 60px;
    z-index: 10;
}

.hero-logo h1 {
    margin: 0;
    color: #7cff3a;
    font-size: clamp(48px, 8vw, 112px);
    font-family: Arial, Helvetica, sans-serif;
}

.nav-link {
    font-size: clamp(14px, 1.5vw, 20.8px);
}

.CloudBTN {
    text-decoration: none;
    background-color: black;
    color: #e98f41;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.YahooBTN {
    text-decoration: none;
    background-color: black;
    color: #0cc0df;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
