.ryanhallimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 600px;
    height: auto;
}

.ryanhallimg + figcaption {
    text-align: center;
    margin-top: 8px;
    font-style: italic;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.squallline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 600px;
    height: auto;
}

.squallline + figcaption {
    text-align: center;
    margin-top: 8px;
    font-style: italic;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.cctornado {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 600px;
    height: auto;
}

.cctornado + figcaption {
    text-align: center;
    margin-top: 8px;
    font-style: italic;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.supercellstorm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 600px;
    height: auto;
}

.supercellstorm + figcaption {
    text-align: center;
    margin-top: 8px;
    font-style: italic;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.green-text {
    color: darkgreen;
}

.red-text {
    color: red;
}

.green {
    color: green;
}

.yellow {
    color: yellow;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

.purple {
    color: purple;
}

.black {
    color: black;
}

.blue {
    color: darkblue;
}

body {
    background-image: url(pexels-codioful-7130469.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    position: relative;
    width: 100%;
}

.banner {
    width: 100%;
    height: 300px;
    background: url('pexels-mcore-88491.jpg') no-repeat center center;
    background-size: cover;
}

.banner-img {
    display: none;
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

body.home header h1 {
    position: absolute;
    top: 45%; /* Adjust this value until it matches the other titles */
    left: 50%;
    transform: translate(-50%, -50%);
}


nav {
    background-color: darkblue;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

section {
    padding: 20px;
}

.squallline {
    width: 80%;
    max-width: 800px;
    display: block;
    margin: 20px auto;
}


nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease, text-shadow 0.3s ease, font-weight 0.3s ease;
}

nav ul li a:hover {
    color: lightblue;
    text-shadow: 2px 2px 6px rgba(0, 0, 255, 0.8);
    font-weight: bold;
}
