/*!
 * Sytlesheet for Saola
 * 
 * This is the golabl stylesheet containing all CSS needed for the site
 */


/* Global Styles */

* {
    /*border: 1px solid purple;*/
}

html, body {
    background-color: #181818;
    text-align: center;
    color: #cccccc;
    height: 100%;
}
p {
    font-family: 'Nunito Sans', sans-serif;
}

.icon:hover,
.icon:focus {
    fill: #FFD2E4;
}

svg path {
    fill: #cccccc;
}

#saola_text {
    height: 20px;
    margin-bottom: 25px;
}
#saola_icon {
    margin-bottom: 25px;
}
#follow_margin {
    margin-bottom: 5px;
}

.svgColor {
    fill: #cccccc;
}
.fill { 
    min-height: 100%;
    height: 100%;
}
.noMargin {
    margin-bottom: 0px;
}

