
.starter-template {
    padding-top: 1rem;
    text-align: center;
}


.Title {
    font-family: Raleway-extraThin;
    font-weight: 200;
    letter-spacing: 2vw;
    font-size: 7vw;
    padding-bottom: 0rem;
}

.underTitle {
    font-size: 3vw;
}

.subtitle {
    font-size: 4vw;
}

hr {
    border-top-color: #000;
    margin: 3vw 0;
}

.ProductImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 1rem 1rem;
}

.recipeLink {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

a {
    color: #212529;
}

@media screen and (min-width: 1000px) {
    .Title {
        font-family: Raleway-extraThin;
        font-weight: 200;
        letter-spacing: 2vw;
        font-size: 4.5rem;
        padding-bottom: 0rem;
    }

    .underTitle {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 2.5rem;
    }

    hr {
        border-top-color: #000;
        margin: 2rem 0;
    }

    .ProductImage {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        padding: 1rem;
    }
}


.recipe {
    border: 1px;
    border-color: #6c757d;

}

.footerCustom {
    text-align: center;
    color: #6c757d;
}

.entry table{width:100%}
.entry table,.entry th,.entry td{border:1px solid #e1e1e1}
.entry th,.entry td{padding:10px}
.entry td{font-size:14px}

@font-face {
    font-family: Raleway-extraThin;
    src: url(Raleway-ExtraLight.ttf);
}

@font-face {
    font-family: Raleway-Thin;
    src: url(Raleway-Light.ttf);
}