@import url(https://fonts.googleapis.com/css?family=Audiowide|Montserrat:300);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/*end of reset*/

body {
    font-family: 'Montserrat', sans-serif;
    background-image: url(images/background.png);
    background-size:100%;
    color: #EEDAA9;
    font-size: 0.875em;
    line-height: 2;
    background-repeat: no-repeat;
    background-color: #0E2B37;
}

.zen-intro {
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-position: center center;
}
h1 {
    color: #C3A35E;
    font-size: 3em;
    font-family: 'Audiowide', cursive;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.375em;
    padding-top: 12%; /*
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-position: center center; */
}

h2 {
    color:#AF5F45;
    font-size:1.5em;
    text-align: center;
    font-family: 'Audiowide', cursive;
}


h3 {
    font-family: 'Audiowide', cursive;
    text-transform: uppercase;
    font-size: 1.3125em;
}
.summary {
    text-align: center;
    width:40%;
    padding-left: 30%;
    padding-top: 2%;
}
.summary p:nth-child(2) {
    font-family: 'Audiowide', cursive;
    font-size: 1.3125em;
    text-transform: uppercase;
    
}

.preamble {
    width: 40%;
    margin-top: 8%;
    margin-left: 5%;
    padding-bottom: 10%;
    padding-left: 47%;
    background-image: url(images/stars1.gif);
    background-repeat: no-repeat;
    background-position:top left;
 
}

.explanation {
    width: 40%;
    margin-left: 5%;
    padding-right: 47%;
    background-image: url(images/star2.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 400px;
}

.participation {
    width: 40%;
    margin-top: 8%;
    padding-left: 47%;
    margin-left: 5%;
    background-image: url(###);
    background-repeat: no-repeat;
    background-position:top left;
}

.benefits {
    width: 40%;
    padding-left: 47%;
    margin-left: 5%;
}

a {
    text-decoration: none;
    color: antiquewhite;
}

p {
    padding-top: 30px;
}

.requirements {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-top: 8%;
    
}

.requirements h3 {
    width: 100%;
    padding-left: 30%;
}

.requirements p:last-child {
    text-align: center;
    font-size: 1.0625em;
    font-family: 'Audiowide', cursive;
    color:#446F72;
    width: 200%;
    margin: 0;


}

.requirements p {
    width:45%;
    margin-right: 5%;
}

.wrapper {
    display: flex;
    flex-wrap:wrap;
    padding-top:5%;
    padding-bottom:10%;
    justify-content: center;
}

.wrapper div {
    padding-left: 3%;
}

footer {
    font-family: 'Audiowide', cursive;
    font-size:1.3125em;
    text-align: center;
    margin-top: 5%;
    height:80px;
}

footer a {
    font-family: 'Audiowide', cursive;
    font-size:1em;
    color:#0B2029;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px;
}
.zen-validate-html, .zen-accessibility {
    background-image: url(images/button1.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.zen-validate-css {
    background-image: url(images/button2.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.zen-license{
    background-image: url(images/button3.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.zen-github {
    background-image: url(images/button4.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.select, .archives, .resources {
    color:#C3A35E;
}

/*phone query*/ 
@media only screen and (max-width: 600px) {
    body {
        background-size: 101%;
        background-image: url(images/background2.png);
        background-repeat: repeat;
        background-color: #0E2B37;
    }
    h1 {
        padding-top: 100px;
    }
    .summary,.requirements p {
        width: 100%;
        padding-left: 0%;
    }


    .preamble, .explanation, .participation, .benefits, .requirements {
    width: 90%;
    padding-left: 0%;
    padding-top: 100%;
    margin:auto;
    background-position: top center;
    background-size:75%;
}
    .benefits {
        padding-top:0%;
    }
    p {
        padding-top:20px;
    }
    
    .explanation {
        padding-right: 0%;
    }
    
    footer {
        padding-top: 10%;
        padding-bottom: 50%; 
    }
    
    footer a {
        line-height: 100px;
    }
    
    .requirements p:last-child {
        padding-top: 20%;
    }
    
    .sidebar {
        padding-bottom: 30%;
    }
    
    .design-archives, .zen-resources {
        padding-top: 7%;
    }

}


