#logo {
    margin-top: 5px;
    margin-left: 20px;
}

.socialicons {
    font-size: 16px;
}


.sf-menu ul li {
    width: 140px !important;
}

#container {
-webkit-box-shadow: 0px 18px 30px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 18px 30px rgba(0, 0, 0, .5);
box-shadow: 0px 18px 30px rgba(0, 0, 0, .5);
}

.inputButton, a.inputButton:link {
background-color: #9e4771 !important;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.inputButton:hover, a.inputButton:hover {
background-color:#CF6B9B !important;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}