.hover:hover{
  color: orange !important;
    border-bottom: 2px solid;
}

.hoverwhite:hover{
  color: white;
}


.carouselsize{
    max-height: 600px;
    max-width: auto;
    border-radius: 20% 1% 20% 2%;
}

.shadow{
    color: orange !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.orange{
    color: orange;
}

body{
    background: url('bg2.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
}
