html, body {
    padding: 0px; 
    margin: 0px; 
    background-image: url('../images/diagonal_noise.png');
}

@font-face{
    font-family: 'pacaya'; 
    src: url('../fonts/pacaya.otf'); 
}

#about {
    height: 200px;
    background-color: rgb(81, 206, 136);
    box-shadow: 0px 0px 3px 0px gray;
    border-top: 7px solid white;
}

#logo {
    height: 90px;
    float: left;
    top: 8px;
    position: relative;
}   

#mainHeader {
   background-color: rgb(81, 206, 136);  
   margin-top: 0px;
   height: 110px;
   box-shadow: 0px 0px 5px 1px rgb(94, 94, 94);
   border-bottom: 8px solid white;
}

#mainHeader nav{
    width: 830px;
    margin: 0 auto;
    font-family: 'pacaya';
}

#mainHeader nav ul {
    float: right;
    list-style-type: none; 
}

#mainHeader nav ul li {
    float: left; 
    margin-right: 5px;
    text-align: center;
}

#mainHeader a {
    text-decoration: none;
    width: 152px;
    padding: 10px 14px;
    display: inline-block;
    background-color: rgb(74, 182, 121);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    position: relative;
    top: 18px;
    font-size: 19px;
    margin-right: 2px;
    box-shadow: inset 0px 0px 2px 0px rgb(114, 114, 114);
    text-shadow: 0px 0px 0px rgb(78, 78, 78);
}
#slider {
   height: 600px; 
   font-family: pacaya;
}
#workshops {   
}
