/* Write your custom css code here */

.sunfw-menu-head .navbar-header {
    background: #ffffff;
}


.sunfw-logo > a {
display: inline-block;
}

.sunfw-logo {
text-align: center;
}



@media (min-width: 768px) {

nav.navbar.sunfw-menu-head ul.navbar-nav {

float: none;

display: flex;

align-items: center;

flex-wrap: wrap;

justify-content: center;

}
  
nav.navbar.sunfw-menu-head ul.navbar-nav {

float: left;

}
  
  select[multiple], select[size], select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    height: 25px;
    padding: 0 20px;
    font-size: 14px;
    color: #4a4a4a;
    background-image: none;
    background-color: #fff;
    border: solid 1px #ececec;
    transition: border-color ease-in-out .15s;
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.eventsfont {
font-size: 12px;
}  