/*
 * Reset
 ** --------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-mox-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul {
list-style: none
}




/*
 * Main Styles
 ** --------------------------------------------------*/
body {
width: 100%;
font-size: 100%;
}

#wrapper {
width: 100%;
font-size: 30px;
margin-left: auto;
margin-right: auto;
height: auto;
font-family: 'Amatic SC', cursive;
font-weight: bold;
}


@media (min-width: 320px) and (max-width: 480px) {
    
    
#wrapper {
width: 480px;
font-size: 30px;
height: 800px;
background-color: #ae8e80;
margin-left: auto;
margin-right: auto;
font-weight: bold;
}
    
#header {
    width: 480px;
    height: 150px;
}

#header img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#placeholder {
    width: 480px;
    height: 150px;
}

#placeholder img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#chatbox {
    width: 480px;
   height: 200px;
 margin-top: 225px;
}

#userBox {
font-size: 25px;
font-family: 'Amatic SC', cursive;
font-weight: bold;
border-radius: 10px;
text-align: center;
width: 80%;
}
#chatLog {
    margin-left: 25px;
}
    
    
    
}












