header{
    width:100%;
    height: auto;
    text-align:center;
    margin-bottom:15px;
}
.pageTitle{
    font-weight:bold;
    font-size:1.5em;
}
.red{
    color:#f00;
    font-weight:bold;
    font-size:20px;
}
main{
    padding-left: auto;
    padding-right: auto;
    width:100%;
    text-align:center;
    max-width:1000px;
    margin: 0px auto;
}
.items{
    text-align:left;
    height:auto;
    width:30%;
    //border: 2px black solid;
    margin: 20px 1%;
    display: inline-block;
    vertical-align: top;
}
.title_text{
    height:2em;
    line-height:2em;
    background-color:#ddd;
    font-weight:strong;
    margin-bottom:10px;
    font-size:1.25em;
    text-align:center;
}
img{
    height:auto;
    width:100%;
}
.photo{
    text-align:center;
    //padding:3%;
}
.info{
    //background-color:#800;
    font-size:1.25em;
    margin:.5%;
}
textarea {
    width: 100%;
    height: auto;
    resize: none;
}
//.price{
    animation: flash ease-in-out 1s 2;
}
#stock{
    color:red;
    font-size:25px;
}
@keyframes flash{
    0%{opacity: 1;}
    50%{opacity: .1;}
    100%{opacity: 1;}
}

@media screen and (max-width: 700px){
    .photo{
        height:auto;
        width:100%;
    }
    .items{
        text-align:left;
        height:auto;
        width:46%;
        //border: 2px black solid;
        margin: 1%;
        display: inline-block;
        vertical-align: top;
    }
    .title_text{
        height:1.5em;
        line-height:1.5em;
        background-color:#ddd;
        font-weight:strong;
        margin-bottom:10px;
        font-size:1.2em;
        text-align:center;
    }
}
