li a {
    font-size: 20px !important;
}

#header h1 {
    color: white;
}
footer {
position: inherit;
}

.sv__main--content{
opacity:.9
}

#header{
 opacity:.9;
 z-index: 9000;
}

.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:5000;
    padding:20px;
  	width: 350px;
  font-weight: bold;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {

}

.img-dots img {
   background:#efefef;
 padding:5px;
 margin:5px;
   }

.orange {
	background-color: #eda33b;
}

.taa {
 border: solid thin red;
 box-shadow: 0px 0px 0px 3px red; 
}

.top-25 {
    padding-top: 100px; 
}

.carousel-control {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #000000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

/*.centered {
    font-size: 80px!important;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
  
}*/

.select-1 {
    position: absolute;
    top: 42%;
    left: 62%;
    transform: translate(-50%, 203%);
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

.select-2 {
    position: absolute;
    top: 42%;
    left: 55%;
    transform: translate(-50%, 203%);
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}