*{
    margin: 0;
    padding: 0;
}
.home-hyper{
    border-bottom: 0;
}
.tips-hyper{
    border-bottom: 5px solid #E0732D;
}
.moving-tips-header{
    width: 100%;
    height: auto;
    background-image: url('images/moving-tips-header.png');
    background-size: cover;
    min-height: 500px;
}
.moving-tips-header h1{
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 5px 2px rgba(218, 218, 218, .5);
    font-family: 'Koulen';
    font-size: 64px;
    padding-top: 82px;
    padding-left: 115px;
}
.tip-containers{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.tip-container-grid-v-one{
    width: 95%;
    height: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 0;
}
.tip-container-grid-v-two{
    width: 95%;
    height: auto;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    text-align: right;
}
.tip-images{
    width: 100%;
}
.tip-flex-v-one{
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.tip-flex-v-one h2,
.tip-flex-v-two h2{
    font-family: 'Koulen';
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 48px;
}
.tip-flex-v-one p,
.tip-flex-v-two p{
    font-family: 'Kreon';
    font-size: 32px;
    width: 80%;
    margin-top: 20px;
}
.tip-flex-v-two p{
    margin-left: 20%;
}
.tip-flex-v-two{
    display: flex;
    justify-content: right;
    flex-direction: column;
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .moving-tips-header{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
    }
    .moving-tips-header h1{
        padding-left: 0px;
        padding-top: 100px;
        padding-bottom: 100px;
        font-size: 30px;
    }
    .tip-images{
        display: none;
    }
    .tip-container-grid-v-one{
        grid-template-columns: 100% 0%;
    }
    .tip-container-grid-v-two{
        grid-template-columns: 0% 100%;
    }
    .tip-flex-v-one h2,
    .tip-flex-v-two h2{
        font-family: 'Koulen';
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 32px;
    }
    .tip-flex-v-one p,
    .tip-flex-v-two p{
        font-family: 'Kreon';
        font-size: 16px;
        width: 80%;
        margin-top: 20px;
    }
}
@media screen and (min-width: 501px) and (max-width: 900px)
{
    .moving-tips-header{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
    }
    .moving-tips-header h1{
        padding-left: 0px;
        padding-top: 100px;
        padding-bottom: 100px;
        font-size: 36px;
    }
    .tip-flex-v-one h2,
    .tip-flex-v-two h2{
        font-family: 'Koulen';
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 32px;
    }
    .tip-flex-v-one p,
    .tip-flex-v-two p{
        font-family: 'Kreon';
        font-size: 16px;
        width: 80%;
        margin-top: 20px;
    }
}