/*
File: app_styles_2019.css
Site: TNT
Date: 08/12/19
Author: KLP
Comments:
Styles for apps in general

*/
header #mastheadText p::before {
    content: "";
}

/*--- Hero Area Styles---*/
div#heroArea {
    padding: 20px;
    height: 130px;
    background-image: url(../../images/blueHorizon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

div#heroArea h1 {
    font-family: 'Boogaloo', cursive;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 10px;

}

div#heroArea img {
    width: 50px;
    height: auto;
    margin-bottom: -10px;
    margin-left: 10px;
}

/*--- form stuff ---*/
fieldset {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

form {
    margin-bottom: 20px;
    max-width: 500px;
    margin: 0px auto 20px auto;
}

form label {
    display: block;
    color: #888;
}

.primaryBtn {
    /*    background-color: green;*/
    background-color: #FF4F2F;
    padding: 10px;
    color: white;
    border-radius: 10px;
    /*
    clear: left;
    margin-top: 20px;
    margin-left: 10px;
*/
}

input[type="text"] {
    padding: 5px;
    text-align: right;
}

form input[type=number] {
    text-align: right;
    padding: 5px;
}

.secondaryBtn {
    background-color: #FEF5BC;
    padding: 5px;
    border-radius: 5px;
    margin-top: 2px;
}

main {
    min-height: calc(85vh - 125px);
    background-color: #DCEBF8;
}

main details summary {
    font-style: italic;
    color: #144C87;
    font-weight: bold;
}

/*black band*/
@media (min-width: 400px) {
    header h1::after {
        content: "";
    }
}

@media (min-width: 1200px) {

    /*green*/
    main div#content details div p {
        font-size: 18px;
/*        background-color: pink;*/

    }
}
