﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*SchoolMealApp Home*/

.apiHome {
    padding: 0;
    margin: 0;
}

.schoolMealMain {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10vh;
}

.home-display {
    background: url(themes/Images/header-display.png) no-repeat top center;
    height: 305px;
    position: relative;
    margin-top: 20px;
    font-weight: bolder;
}

.welcome-header {
    width: 44%;
    float: right;
    overflow: hidden;
    padding: 10px;
}

    .welcome-header h2 {
        color: #F0EDE1 !important;
        font-family: Georgia, Serif !important;
        font-size: 24px !important;
        font-weight: normal !important;
        font-style: italic !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
        font: italic bold 18px/20px "Lucida Sans Unicode", Helvetica, Sans-serif;
        text-shadow: none;
    }

    .welcome-header h3 {
        font: normal bold 15px/15px "Lucida Sans Unicode", Helvetica, Sans-serif;
        margin-top: 15px;
        font-size: 18px !important;
        color: #fff !important;
        text-align: center;
        margin-bottom: 20px !important;
        background: #292729;
        line-height: 40px !important;
        padding: 0 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        text-transform: inherit;
        text-decoration: none;
    }

.home-content {
    text-align: justify;
    position: relative;
    padding: 0 2.5% 0 2.5%;
    width: 95%;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    height: 300px;
}

    .home-content span {
        font-family: "Lucida Sans Unicode", Helvetica, Sans-serif;
        font-size: 14px !important;
        font-weight: normal !important;
        font-style: normal !important;
        line-height: 25px !important;
        margin-bottom: 20px !important;
        font: italic bold 18px/20px "Lucida Sans Unicode", Helvetica, Sans-serif;
    }

.btnGotoSchoolCafe {
    background-color: green;
    height: 100px;
    width: 250px;
    font-size: 16px;
    text-wrap: normal;
}

.copyRightLabel {
    float: left;
    color: black;
    padding-left: 20px;
}

.versionDiv {
    float: right;
    color: black;
    padding-right: 20px;
}

#imgSchoolCafeLogo {
    width: 85px;
    height: 24px;
}

@media only screen and (max-width: 415px) {
    .home-content span {
        font-size: 30px !important;        
        line-height: 40px !important;
    }

    .home-content {
        padding: 0 10% 0 10%;
        width: 100%;
        height: 100%;
    }

    .btnGotoSchoolCafe {
        font-size: 25px;
    }

    .welcome-header h2 {
        font-size: 25px !important;
        line-height: 40px !important;
    }

    .welcome-header h3 {
        font-size: 22px !important;
        line-height: 40px !important;
    }

    .copyRightLabel {       
        font-size: x-large;
    }

    .versionDiv {
        font-size: x-large;
    }

    #imgSchoolCafeLogo {
        width: 150px;
        height: 45px;
    }

    .schoolMealMain {
        width: 800px;
    }
}
