/* CUSTOM STYLING

Add your custom styling here. Note that styling in the source is loaded AFTER this sheet, and has higher priority. Make sure your styles here don't collide with source styles.

*/
.ptv-hero {
    background: url("hero.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.ui.inverted.menu {
    /*background: linear-gradient(to bottom,#00314e 210px,#004e7e 300px,#002c52 480px) !important;*/
    background: #F5F5F5 !important;
}

.ui.menu .item {
    color: black !important;
    font-weight: bold !important;
    font-size: 1.1em;
}

.ptvMenuItem {
    background-color: rgba(0,0,0,.7) !important;
}

#root:nth-child(2n).ui[class*="center aligned"].segment {
    background-color:white !important;
    color:black !important;

}

.ui.positive.buttons .button, .ui.positive.button
{
    background-color: #F75002 !important;
    color: #FFFFFF !important;
    border: none !important;
}
