body {
    
    line-height: 1.7em;
    font-size: 1.3em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
}

.pure-g [class *="pure-u"] {
    font-family: Georgia, 'Monda', serif;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}


/*
 * -- LAYOUT STYLES --
 */
.l-box {
    padding: 0.5em;
}

.is-center {
    text-align: center;
}

.float-left {
    float: left; 
	padding: 0 1em  1em 0;
}

/*
 * -- FORM STYLES --
 */
.pure-form legend {
    padding: 1em 0 0;
    font-size: 130%;
	border-bottom: none;
}

.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 80%;
    color: red;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.pure-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
    resize: none;
}


/*
 * -- BUTTON STYLES --
 */
.pure-button {
    background-color: #2d3e50;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
	margin-top: 0.5em;
}


/*
 * -- STRUCTURE STYLES --
 */
header {
    background-color: black;
    margin: auto;
    text-align: center;
}

header h1 {
    margin: 0;
    padding: 0;	
}

section {
    
}

.blue {
    background-color: #2d3e50;
}

.white {
    background-color: #fff;
}

.green {
    color: green;
	font-size: 20px;
	margin: 5em;
}

.nude {
    background-color: #fcca9c;
}
.nude p, .nude ol, .nude h2, .nude h3{
    color: #000;
}    

.row {
    max-width: 960px;
	margin: auto;
}

address {
    text-align: center;
	color: #000;
	font-size: 20px;
	line-height: 22px;
    margin: 2em auto;
}

footer {
    background-color: #000;
	font-size: 0.8em;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 18px;
    }
	
	address {
        text-align: left;
	    font-size: 20px;
	    line-height: 26px;
        margin: 5em;
        font-style: normal;		
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {

}