body {
    margin: 0;
    padding: 0;
    background-color: white;
    justify-content: center;
    align-items: center;
}
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.trading img {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.black-line {
    width: 100%;
    height: 5px;
    background-color: #000;
}
h1 {
    font-family: "indie-inline", sans-serif;
    font-weight: 300;
    font-style: normal;
}
h2 {
    font-family: casablanca-urw, sans-serif;
    font-style: bold;
    font-weight: 700;
}
h3 {
    flex: 1; 
    text-align: center; 
    display: flex;
    justify-content: center; 
    align-items: center;
    color: rgb(238,185,193);
    background-color: #000;
    font-family: "nobel", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 30px;
    margin: 50px;
    border-radius: 50px;
    font-size: 2em;
}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-bottom: 3px solid black;
}

.image-container, .text-container {
    flex: 1;
    padding: 10px;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.image-left .image-container {
    order: 1;
}

.image-left .text-container {
    order: 2;
}

.image-right .text-container {
    order: 1;
}

.image-right .image-container {
    order: 2;
}
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
    }

    .image-container, .text-container {
        order: unset;
    }

    .image-container {
        margin-bottom: 20px;
    }
}
p {
    font-family: "nobel", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.vertical-nav {
    padding: 20px;
    border-radius: 10px;
    width: 190px;
    margin: 0 auto;
}
.vertical-nav li:hover {
    width: 195px;
    margin-left: -10px;
}
.vertical-nav li:hover a {
    padding: 10px 30px;
    background-color: rgb(78,70,135);
    padding-right: 40px;
}
.vertical-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.vertical-nav li {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    transition: width 0.5s;
}
.vertical-nav a {
    background-color: black;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-size: 28px;
    font-family: "angie-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    padding: 10px;
}
.centered-text {
    background-color: rgb(202,192,237);
    padding: 20px;
    text-align: center;
    animation: slideIn 1s ease-in-out forwards;
}
footer {
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
    background-color: rgb(238,185,193);
    text-align: center;
    font-size: 26px;
    font-family: "nobel", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(78,70,135);
}
.social-icons img {
    width: 70px;
    height: auto;
}
.social-icons img:hover {
    opacity: 70%;
}
.custom-email-link:hover {
    opacity: 70%;
}
.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.carousel img {
    width: 100%;
    height: auto;
    display: block;
}
.animated {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.animated img {
    max-width: 100%;
    height: auto;
}
.magazine {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin: auto;
    margin-bottom: 20px;
}
.magazine img {
    max-width: 100%;
    height: auto;
    border: 2px solid grey
}
.icecream {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}
.icecream img {
    max-width: 100%;
    height: auto;
    border: 2px solid grey
}
.selfportrait {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin: auto;
    margin-bottom: 15px;
}
.raven {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 428px;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.raven img {
    max-width: 100%;
    height: auto;
}
.selfportrait img {
    max-width: 100%;
    height: auto;
}
.brochure {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 364px;
    margin: auto;
}
.brochure img {
    max-width: 100%;
    height: auto;
    border: 2px black;
}
.abouttext {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin: auto;
    text-align: center;
}
.bsg {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    margin: auto;
}
.bsg img {
    max-width: 100%;
    height: auto;
}
.twoblaze {
    display: flex;
}
.column {
    flex: 1;
}
.column img {
    width: 100%;
    height: auto;
    display: block;
}
.app {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.app img {
    max-width: 100%;
    height: auto;
}
.logorow {
    display: flex; 
    justify-content: space-between;
}
.logorow img {
    max-width: 100%; 
    height: auto; 
}
.blazeassets {
    display: flex; 
    justify-content: space-between;
}
.blazeassets img {
    max-width: 100%; 
    height: auto; 
}
.bsg img:hover {
    filter: saturate(150%);
}
.logorow img:hover {
    filter: saturate(150%);
}
.icecream img:hover {
    filter: saturate(150%);
}
.magazine img:hover {
    filter: saturate(150%);
}
.animated img:hover {
    filter: saturate(150%);
}
.carousel img:hover {
    filter: saturate(150%);
}
.brochure img:hover {
    filter: saturate(150%);
}
.poster img:hover {
    filter: saturate(150%);
}
.image-container img:hover {
    filter: saturate(150%);
}
.raven img:hover {
    filter: saturate(150%);
}
.hpage-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hpage-container img {
  width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 0 100px;
}
.fixed-image {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 295px;
    height: auto;
}
.twologo {
    display: flex;
}
.twologo img:hover {
    filter: saturate(150%);
}
.contactgif {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contactgif img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.bcontainer {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
}
.bcontainer img {
    max-width: 49%;
    height: auto;
    margin: 0 0.5%;
    border: 2px solid grey
}
.avideo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.video-item {
    flex: 1 1 20%;
    margin: 20px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 60%;
    height: 0;
}
.video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.animals {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;
    margin: 20px;
}
.poster {
    max-width: 45%;
    height: auto;
}
@media (max-width: 768px) {
    .video-item {
        flex: 1 1 100%;
    }
    .hpage-container {
    flex-direction: column;
    margin: 0 10px;
    }
    .hpage-container img {
    width: 100%;
    }
}
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}