select.nav { 
    margin-top: 20px;
    margin-left: .8em; 
    margin-right: .8em;
    padding: 5px;
    float: right;
}
.select-style {
    padding: 5px;
    margin: 0px;
    border: 1px solid #ccc;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    font-size: 16px;
    background: #fff ;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /*font-family: cursive;*/
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    /*box-shadow: none;*/
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    
    box-shadow: 4px 4px #ccc;
}

select:focus {
   outline: none;
    border-radius: 5px;
    border: 2px solid rgb(0,88,133);
}

/*use in iframe video on index.*/
/*.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;  16:9 Aspect Ratio (divide 9 by 16 = 0.5625) 
  margin-top: 60px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}*/
