
* {
    margin: 0;
    padding: 0;
  }
html{
    font-size: 18px;
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

body{
    background-color: #597660;

}

h1{
    font-family: termina, sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 10px 0px;
    padding: 0px;
}


button{
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}


a{
    color: inherit;
    text-decoration: none;
    display: inline-block;
    width: min-content;
}

strong{
    text-transform: uppercase;
    font-weight: 800;
    

}

.hero img{
    width: 90%;
    max-width: 500px;
}

.arrow{
    display: none;
    top: -60px;
    position: relative;
    margin: 0 auto;
    width: 80px;
}
.arrow img{
    width: 100%;
}



.info img{
    width: 100%;
}


.ticker{
    height: 75px;
    margin: 0 auto;
    margin-top: -2px;
    background-color: #1A1A1A;
    color: white;
    overflow: hidden;
    padding: 25px 0px !important;
}

hr{
    border: 1px solid #F6D39B;
    margin: 40px 0px;
    width: 100%;
}



.spacer{
    height: 50px;
}

.rotate:hover{
    transform: rotate(180deg);
    transition-duration: 1s;
}

.rotate{
    transition-duration: 1s;
}

.gold{
    color: #F6D39B;
    border-color: #F6D39B;

}

.yellow{
    color: #E0B12B;
    border-color: #E0B12B;

}


.socialimg{
    height:24px;
}

.social{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.buttontight{
    color: white;
    text-transform: uppercase;
    width: max-content;
    padding: 1rem 1rem;
    border: 2px solid #F6D39B;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttontight:hover{
    color: #597660;
    background-color: #F6D39B;
    border: 2px solid #F6D39B;
}


@media (min-width: 1000px){

.freebie{
    width: 100%;
    display: flex;
    flex-direction:  row;
    column-gap: 1rem;
}

header{
        background-color: #597660;
        flex-direction: row;
        min-height: 110px;
        justify-content: space-between;
        align-items: center;
        display: flex;
}
.headercontainer{
    background-color: #597660;
    width: 100%;
    height: 216px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

    .frame{
        border: 2px solid #F6D39B;
        padding: 25px;
        box-sizing: border-box;
        display: flex;
        width: 95%;
        max-width: 1400px;
    }

    .hero{
        height: min-content;
        margin: 0 auto;
        margin-top: 154px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        row-gap: 1rem;
        color: #F6D39B;
        padding: 100px 50px;
    }

    .ds{
        height: auto;
        margin: 0 auto;
        margin-top: -2px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        text-align: center;
        color: #F6D39B;
        background-color: #1A1A1A;
       
     
    }

    .potion{
        height: auto;
        margin: 0 auto;
        margin-top: -2px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        text-align: center;
        color: #F6D39B;
        background-color: #AA2727;
    }

    .spell{
        height: auto;
        margin: 0 auto;
        margin-top: -2px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        text-align: center;
        color: #E0B12B;
        background-color: #191311;
    }


    .info{
        text-align: left;
        padding: 70px;
        box-sizing: border-box;
        width: 90%;
        max-width:900px;
        color: white;
    }

    .photo{
        max-width: 40%;
        padding: 25px;
        box-sizing: border-box;
    }

    .button{
        color: white;
        text-transform: uppercase;
        width: max-content;
        padding: .8rem 2rem 1rem 2rem;
        border: 2px solid #F6D39B;
        border-radius: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #597660;
    }

    .button:hover{
        color: #597660;
        background-color: #F6D39B;
        border: 2px solid #F6D39B;
    }

    .dsb{
        color: white;
        border: 2px solid #F6D39B;
        background-color: #1A1A1A;
    }

    .dsb:hover{
        color: #1A1A1A;
        background-color: white;
        border: 2px solid white;
    }

    .red{
        color: white;
        border: 2px solid #F6D39B;
        background-color: #AA2727;
    }

    .red:hover{
        color: #AA2727;
        background-color: white;
        border: 2px solid white;
    }


    footer{
        height: 200px;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-top: -2px;
        flex-direction: row;
        margin-bottom: 50px;
    }

    footer img{
        max-height: 120px;
        max-width: 60%;
    }
    
}


@media (max-width: 999px){

    .fa-brands{
    font-size: 20px;
    }

    .freebie{
        width: 100%;
        display: flex;
        flex-direction:  row;
        column-gap: 1rem;
        justify-content: center;
    }

    header{
        background-color: #597660;
        min-height: 105px;
        justify-content: space-between;
        align-items: center;
        flex-grow: space-between;
        flex-direction: column;
        margin: 0 auto;
        margin-top: 150px;
        gap: 15px;
        padding:25px 15px !important;
        flex-wrap: wrap;
    }
    .headercontainer{
        background-color: #597660;
        width: 100%;
        height: 215px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: fixed;
        top: 80px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    
    }

    .frame{
        border: 2px solid #F6D39B;
        padding: 50px 25px;
        box-sizing: border-box;
        display: flex;
        width: 95%;
        max-width: 1400px;
    }

    .hero{
        height:auto;
        margin: 0 auto;
        margin-top: 180px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        row-gap: 3rem;
        color: #F6D39B;

 
    }

    .ds{
        height: auto;
        margin: 0 auto;
        margin-top: -2px;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        color: #F6D39B;
        background-color: #1A1A1A;
    }

    .potion{
        height: auto;
        margin: 0 auto;
        margin-top: -2px;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        text-align: center;
        color: #F6D39B;
        background-color: #AA2727;
    }

    
    .spell{
        height: auto;
        margin: 0 auto;
        margin-top: -2px;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        color: #E0B12B;
        background-color: #191311;
    }


    .info{
        text-align: left;
        padding: 00px;
        box-sizing: border-box;
        width: 100%;
        max-width:900px;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }


    .photo{
        max-width: 80%;
        padding: 25px;
        box-sizing: border-box;
    }

    .button{
        color: white;
        text-transform: uppercase;
        min-height: 1rem;
        width: max-content;
        padding: .8rem 1rem 1rem 1rem;
        border: 2px solid #F6D39B;
        border-radius: 2rem;
        display: inline-block;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background-color: #597660;
    }
    .button:hover{
        color: #597660;
   
        background-color: #F6D39B;
        border: 2px solid #F6D39B;
    }

    .dsb{
        color: white;
        border: 2px solid white;
        background-color: #1A1A1A;
    }

    .dsb:hover{
        color: #1A1A1A;
        background-color: white;
        border: 2px solid white;
    }



    footer{
        height: auto;
        justify-content: space-between;
        align-items: center;
        flex-grow: space-between;
        flex-direction: column-reverse;
        margin: 0 auto;
        margin-top: -2px;
        margin-bottom: 20px;
        row-gap: 25px;
    }

    footer img{
        max-height: 120px;
        max-width: 100%;
    }
    

}