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, font, 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 {
    margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height: 1; }
html, body { width: 100%; height: auto; }
ol, ul { list-style:none }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; } 
.clear { clear:both; } 
.left { float:left; } 
.right { float:right; } 
.center { text-align: center; }

header, footer, article, aside, section, nav { display: block; }
	
/* TYPOGRAPHY
---------------------------------------------------------------------- */

	body {
		font-family: Georgia, Times, serif;
		font-size: 16px;
		line-height: 140%;
		color: #333333;
		font-weight: 300;
		}
	h1, h2, h3, h4 { font-family: 'Terminal Dosis', Helvetica, Arial, sans-serif; }
	h1 { font-weight: 400; color: #f8f6ed; font-size: 52px; margin-bottom: 30px; text-transform: uppercase; }
	h2 { font-weight: 400; color: #f8f6ed; font-size: 24px; margin-bottom: 25px;}
	h3 { font-weight: 400; color: #f8f6ed; font-size: 20px; margin: 10px 0px 0px 10px; text-transform: uppercase;}
	h4 { font-weight: 400; color: #c8c5b8; font-size: 14px; margin-bottom: 10px; text-align: right;}
	
	a { color: #000000; text-decoration: none; }
	a:hover { color: #000; }
	
	p { padding-bottom: 10px; text-indent: 30pt;}
	strong { font-weight: bold; }
	em { font-style: italic; }
	
	
	
/* STRUCTURE
---------------------------------------------------------------------- */

    .container {
        max-width: 600px;
        margin: 0px auto;
    }



/* HEADER
---------------------------------------------------------------------- */

	.header {
		background: #d65304;
		padding: 50px 0px 30px 0px;
		}
	.header h1, h3 {
		float: left;
		}

		

/* CHAPTER
---------------------------------------------------------------------- */

	.chapter {
		background: #f8f6ed;
		padding: 40px 0px;
		}
		
	p.info {
		text-align: center;
		text-indent: 0pt;
		font-weight: bold;
		line-height: 200%;
		padding-bottom: 35px;
		}


/* MEDIA QUERIES */

@media all and (min-width: 801px)
{
    .container {
        max-width: 600px;
        margin: 0px auto;
    }
}


@media all and (max-width: 800px) 
{
    
    .chapter {
        width: 100%;
    }
    
    .container {
        max-width: 540px;
    }
    
    p {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 600px) 
{

 
    .container {
        max-width: 480px;
    }
    
    h1 {
        font-size: 42px;
    }
    
}

@media all and (max-width: 480px) 
{
    
    .container {
        max-width: 360px;
    }
    
    h1 {
        font-size: 38px;
    }
    
    h3 {
        font-size: 16px;
    }
    
   /* p {
        padding-bottom: 40px;
        line-height: 40px;
    } */
}

@media all and (max-width: 414px) 
{
    .container {
        max-width: 320px;
    }
    
      h1 {
        font-size: 34px;
    }
    
    h3 {
        font-size: 14px;
    }
}


@media all and (max-width: 320px) 
{
     .container {
        max-width: 280px;
    }
    
       h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 16px;
    }
    
    h3 {
        font-size: 14px;
    }
}