html,body{
	
	background: #f0ebdd;
    padding-bottom: 100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

header{
	display: block;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    padding: 40px;
    padding-top: 50px;
}

a{
	color: #202020;
}

a:hover{
	color: #202020;
}

#page {
    background: #ffffff;
}

#page aside {
    background: #ddd;
    margin-left: 40px;
    margin-bottom: 25px;
    padding: 20px;
    word-wrap: break-word;
}

#page aside h2 {
    font-family: 'Nunito',sans-serif;
    color: #202020;
    display: block;
    font-size: 23px;
    font-weight: 300;
    line-height: 27.5px;
    margin: 0px;
    padding-bottom: 7px;
}

#page aside p {
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    line-height: 18px;
    font-size: 14px;
    word-wrap: break-word;

}

#page aside p span{
	display: inline-block;
	min-width: 70px;
}


#page .main {
    margin-right: 40px;
}

.quote-footer {
    font-family: 'Nunito',sans-serif;
    background: #ddd;
    text-align: center;
    margin: 15px 40px 20px;
    padding: 20px;
    font-size: 20px;
    font-style: italic;
    color: #202020;
    font-weight: 300;
}

.footer {
    font-family: 'Nunito',sans-serif;
    border-top: 1px #ddd solid;
    color: #202020;
    padding-top: 20px;
    text-align: center;
    margin: 15px 40px 0px;
    padding: 20px;
    font-size: 10px;
    font-weight: 300;
}

.spacer {
    height: 20px;
}

@media screen and (max-width: 991px){
    aside{
        margin-right: 40px;
    }

    #page .main{
        margin-left: 40px;
    }
    
}