/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

#slider {
    margin: 0;
    position: relative;
    height: 460px;
    overflow: hidden;
}

#slider .slides > li {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
    overflow: hidden;
}

.navbar-brand img {
    max-width: 200px;
    height: auto;
}

.wpz-sc-button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    cursor: pointer;
    color: #fff;
}
