/*
    Theme Name:   HTML5blank Child
    Theme URI:    n/a
    Description:  HTML5blank Child Theme
    Author:       ESL-ASIA
    Author URI:   n/a
    Template:     html5blank
    Version:      1.0.0
    Tags:         n/a
    Text Domain:  html5blank-child
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start of custom styles */

.main
{
    width: 630px;
    margin: 100px auto 0 auto;
    position: relative;
}

.main img
{
    width: 350px;
    display: block;
    margin: 20px auto 50px auto;
}

h1
{
    font-weight: bold;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 8px 0 14px 100px;
}

p
{
    margin: 8px 0 8px 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
	.main {
	    width: auto;
    	margin: 52px auto 0 auto;
	}

	.main img {
	    width: 85%;
	    padding: 20px;
	    display: block;
	    margin: 30px auto;
	}

	h1 {
	    font-size: 17px;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}

	p {
	    font-size: 13px;
	    padding: 0 35px;
	    margin: 10px auto;
	    width: 250px;
	}

}