header h1{
    font-family: 'Quicksand', cursive;
    font-size: 3em;
    text-align: center;
    margin-top: 36px;
    color: orangered;
    
}

header h2{
    font-family: 'Dancing Script', cursive;
    font-size: 1.6em;
    text-align: center;
    color: orangered;
}

header h3{
    font-family:'Quicksand', Gill Sans; 
    text-align: center;
    font-size: 0.7em;
    margin-top: 12px;
    margin-bottom: 12px;    
}

header a{
    text-decoration: none;
}

nav{
    font-family: Quicksand;
    font-size: 0.8em;
    padding-top: 24px;
    padding-bottom: 24px;
}

nav a{
    padding: 0 12px 0 12px;
}

nav a{
    text-decoration: none;
}

nav a:link{
    color:black;
}

nav a:hover{
    color:darkorange;
}

nav a:visited{
    color:grey;
}

nav li{
    display:inline-block;
}

aside h1{
    font-family: 'Dancing Script', cursive;
    font-size: 3em;
    text-align: center;
    color:orangered;
}

aside h2{
    font-family: 'Dancing Script', cursive;
    font-size: 1.8em;
    text-align: center;
    color:orangered;
}

aside p{
    font-family: Quicksand;
    font-size: 0.8em;
    text-align: center;  
}

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


section{
    font-family: 'Quicksand', Gill Sans;
    font-size: 0.8em;
    margin-top: 36px;
    text-align: center;
    line-height: 130%;
}

article{
    width: 240px;
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    padding-right: 6px;
}

article h1{
    font-family: 'Dancing Script', cursive;
    font-size: 1.8em;
    color: orangered;  
    margin-bottom: 24px;
}

article h2{
    font-size:1.3em;
    padding-bottom: 18px;
}

article h3{
    font-family: 'Dancing Script', cursive;
    font-size:1.5em;
    padding-bottom: 9px;
    color:orangered;
    
}

article p{
    margin-bottom: 24px;
}

article a{
    text-decoration: none;    
}

    
    