/*
File: petRockStyles.css
Site: TNT
Date: 11/13/19
Author: KLP
Comments:

*/

.clear {
    clear: both;
}

.warning{
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
	margin-top: 0px;	
}

form#petRockForm fieldset {
    background-color: #633;
}

img#rockImg {
    width: 50%;
    height: auto;
    margin-top: 55px;
}

div#grass {
    background-image: url(images/grass.png);
    background-repeat: repeat-x;
    background-position: left 150px;
    margin-top: -30px;
}

input#username{
    margin-top: 3px;
    margin-bottom: 2px;
    width: 120px;
}

h3#saying{
    margin-bottom: 12px;
}

h5{
/*    background-color: yellow;*/
    margin-top: -10px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

/*
h5{
    margin-top: -15px;
    margin-bottom: 2px;
}
*/

/*
div#bubble h3, h5
{
	margin-left:60px;
	margin-right: 60px;
}

div#bubble h5
{
	margin-top: 5px;
}
*/

div#bubble {
    background-image: url(images/speechbubble.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    font-size: 10px;
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 25px;
    padding-bottom: 30px;
    min-height: 175px;
    width: 95%;
/*    background-color: darkcyan;*/
}

#content {
    max-width: 320px;
    margin: 0px auto 0px auto;
}

@media (min-width: 800px) {
    /*blue*/
    span {
        font-size: 100%;
    }

    #content {
        max-width: 500px;
    }

    div#bubble {
        font-size: 15px;
        padding-top: 40px;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 30px;
        min-height: 290px;
    }

    img#rockImg {
        width: 35%;
    }
}
