.mlb-body {
    background-color: lightgray;
    /* background-color: red; */
    color: black;
    font-family: 'Overpass';
}

.mlb-body a {
    color: rgb(84,121,109)
}

.mlb-body a:hover {
    color: rgb(256,150,50)
}

iframe{
    width: 75%;
    aspect-ratio: 16 / 9;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.themefont {
    font-family: 'Cinzel';
}

.formalfont {
    font-family: 'Courier';
}

#tomcard {
    font-family: 'Bangers';
    color: whitesmoke;
    background-color: black;
}

#banner {
    width: 100%;
}

#navbar-mlb {
    font-family: 'Playball';
    font-size:1.25rem;
    background-color:black;
}

/* #mlbhomehero {
    width: 40%;
} */

#introquote {
    width: 75%;
}

#tommy {
    width: 100%;
}

.infophoto {
    width: 80%;
}

.carousel-caption{
    background-color: rgba(120, 120, 120, .65);
    border: rgba(230, 230, 230, .9) 1px solid;
}

.imtip {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 25%;
  }

/* .overlay {
    position: relative;
    display: inline;
  } */

@media(max-width: 992px) {
    #navbarToggler2 a{
        color: white;
    }

    #navbar-hunt {
    background-image: none;
    }


    #mlbhomehero {
        width: 70%;
    }

    #introquote {
        width: 90%;
    }
    .carousel-caption h1{
        font-size:4.5vw;
    }
    .carousel-caption h4{
        font-size:3.5vw;
    }

    .imtip {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 25%;
      }

    .carousel-caption {
        width: 96%;
        left: 2%;
        right: 2%;
        padding-bottom: 7px;
        padding-top: 7px;
    }
}

.tile{
    height: 15%;
    width: 15%;
}



.hunttitle{
    font-family: Cutive;
}


.main {
    background-color: rgba(230, 230, 230, .9);
    border: 1px solid silver;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-inline-start: 1rem;
}

.side {
    /* background-color: rgba(12, 12, 12, .9); */
    border: 1px transparent silver;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.content {
    margin: 1rem;
}





