/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.dropdown {
    display: list-item !important;
}
.underline {
    text-decoration: underline !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.modal {
    z-index: 10000 !important;
}

a:hover {
    color: #001341 !important;
}
::selection {
    color: #fff;
    background-color: #001341;
}