html {
    font-size: 14px; /*These need to become changeable once edited*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px; /*These need to become changeable once edited*/
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f4faed;
}

h1 { /*Page Headers*/
    font-family: 'Capsmall', serif;
    font-size: 3em;
    color: #115649;
    text-align: center;
}

h2 { /*Sub Headers*/
    font-family: 'Capsmall', serif;
    font-size: 2.5em;
    color: #00008B;
    text-align: center;
    /* custom font but smaller*/
}

h3 { /*Section Headings for content*/
    font-family: 'Capsmall', serif;
    font-size: 2em;
    color: black;
    text-align: center;
}

h4 {
    font-family: 'Capsmall', serif;
    color: black;
    font-size: 1.5em;
    text-align: center;
}

p {
    font-family: Gogh-ExtraBold, serif;
    font-size: 1em;
    color: black;
    background-color: unset;
    overflow: auto;
}

.nav-link {
    font-size: 1.5em;
    color: green;

}

a {
    color: #115649;
}


.button {
    background-color: #f4faed;
    border-radius: 5px; /*border curve*/
    box-shadow: 2px 2px #808080; /*current background effect*/
    text-align: center;
    display: inline-block;
}

.button:hover {
    background-color: #115649;
    color: white
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 100px;
    margin-top: -50px;
    color: #fff;
}

.text-box {
    color: black;
    background-color: white;
    border: 1px solid;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 1em 1em 1.2em rgb(0 0 0 / 10%);
    overflow: auto;
    border-color: #198754;
}

.image-box {


    align-items: center;
    border-radius: 6px;
    box-shadow: 1em 1em 1.2em rgb(0 0 0 / 10%);
    overflow: auto;
}

.imageL {
    width: 60%;
}

.imageM {
    width: 50%;
}

.imageS {
    width: 40%;
}

.imageMini {
    width: 20%;
}

.imageLogo {
    width: 20%;
}

.recipe-icons {
    height: 175px;
    width: 175px;

}

.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}


.row {
    display: flex;
    border-color: black;
    border-width: 1em;
}

.column {
    float: left;
    width: 50%;
    text-align: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.ql {
    margin: 50px;
    align-content: flex-start;
}

.ql .left {
    margin: 25px;
}

.ql .mid {
    margin: 25px;
}

.ql .right {
    margin: 25px;
}

.txt-intro {
    display: inline-block;
    margin: 150px;
    text-align: center;
}

.sub3 {
    display: inline-block;
    margin: 100px;
    clear: both;
    text-align: center;
}

.donate {
    display: inline-block;
    margin-top: 75px;
}

a:hover {
    background: #c9c8c7;
}

.Previous {
    background-color: forestgreen;
    color: red;
    border: 2px solid black;
    padding: 3px;
}

/*.RecipeImages{
    height:100px;
    width:100px;
    padding: 10px;
    position: fixed;
}*/


/*Get Help attributes*/
.imageGH {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.spacingT {
    padding-top: 30px;
}

.spacingB {
    padding-bottom: 30px;
}

.grid {
    align-self: center;
}

.noUnderlines {
    text-decoration: none;
}

.imageCol {
    width: 25%;
}

#Top5Section {
    display: none;
}

#salvationArmyList {
    display: none;
}

#viewMoreButton {
    display: block;
}