﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 10px;
    padding-bottom: 10px;
}

h2 {
    font-family: Mulish,Arial,Helvetica,sans-serif;
    font-weight: 800;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

.static-page a {
    text-decoration: none;
    color: #222;
}

.type-content {
    font-family: Mulish,Arial,Helvetica,sans-serif;
    text-align: center;
    color: #3D853F;
    padding-top: 0px;
    padding-bottom: 0px;
}

.type-content-left {
    font-family: Mulish,Arial,Helvetica,sans-serif;
    text-align: left;
    color: #3D853F;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-content {
    font-family: Mulish,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #3D853F
}

.row-border {
    /* border: 1px solid #3D853F; */
    border: 1px solid #FFFFFF;
    /*  background-color: #d17329  */
    background-color: #3D853F
}

div.row-justify-money {
    text-align: right;
    font-family: Mulish,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #3D853F;
}

div.row-justify-total {
    text-align: right;
    font-family: Mulish,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #3D853F;
    border: 1px solid #3D853F;
    background-color: lightgray
}

.row-border-checkout {
    border: 1px solid #3D853F;
    background-color: white
}

.col-border-checkout {
    border: 1px solid #3D853F;
    background-color: lightgray
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


.HeaderMain {
    float: left;
    text-align: left;
    vertical-align: middle;
    font-family: Mulish,Arial,Helvetica,sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    color: #222;
}

.HeaderMainRight {
    float: right;
    text-align: right;
    vertical-align: middle;
    font-family: Mulish,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #222;
}

/* Responsive: Portrait tablets and up */
@media only screen and (min-width: 481px) and (max-width: 800px) {
    .jumbotron {
        margin-top: 18px;
    }

    .body-content {
        padding: 0;
    }

    .HeaderMain {
        float: left;
        text-align: left;
        vertical-align: middle;
        font-family: Mulish,Arial,Helvetica,sans-serif;
        font-weight: 900;
        font-size: 1.2rem;
        color: #222;
        margin-top: 1rem;
    }

    .HeaderMainRight {
        float: right;
        text-align: right;
        vertical-align: middle;
        font-family: Mulish,Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: 22px;
        color: #222;
        margin-top: 1rem;
    }

    .page-heading {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 480px) {

    .HeaderMain {
        float: left;
        text-align: left;
        vertical-align: middle;
        font-family: Mulish,Arial,Helvetica,sans-serif;
        font-weight: 900;
        font-size: 1.2rem;
        color: #222;
        margin-top: 1rem;
    }

    .HeaderMainRight {
        float: right;
        text-align: right;
        vertical-align: middle;
        font-family: Mulish,Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: 22px;
        color: #222;
        margin-top: 1rem;
    }

    .page-heading {
        margin-top: 1.5rem;
    }
}

