.all-font {
    font-family: verdana, arial, sans-serif;
    }

.RSD-title {
    font-size: 65px;
    letter-spacing: 0.2em;
	text-align: center;
    position: absolute;
    top: 15%;
    left:20%;
    line-height: 1.5;
    }

.RSD-subtitle {
    font-size: 40px;
    position: absolute;
	top: 40%;
    bottom: 5%;
    left: 10%;
    right: 10%;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.Resources-title {
    font-size: 65px;
    letter-spacing: 0.2em;
	text-align: center;
    position: absolute;
    top: 15%;
    left: 20%;
    line-height: 1.5;
    
    color: black;
    font-style: italic;
	
}

.Advisory-title {
    font-size: 65px;
    letter-spacing: 0.2em;
    position: absolute;
    top: 40%;
    left: 50%;
    line-height: 1.5;
    transform: translate(-50%, -50%);
    color: white;
    font-style: italic;  
}

.Resources-subtitle {
    font-size: 55px;
    position: absolute;
    top: 25%;
	
    left: 10%;
    right: 10%;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: firebrick;
	text-align: center;
	font-weight: 900;
	text-shadow: 5px 5px 5px white;
}



.background-image {
  opacity: 0.5;
}

.bottom-center {
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  
}

.header {
    position: relative;
    text-align: center;
    color: white;
    }
    
.center-top {
    position: absolute;
    top: 50%;
    Left: 50%;
    font-size: 30px;
    }

.bottom-left {
    position: absolute;
    bottom: 50px;
    text-align: left;
    font-size: 40px;
    line-height: 1.5;
    left: 85px;
    right: 35%;
}

.segment {
    position: relative;
    text-align: justify;
    color: black;   
    }
  
.function-header {
    font-size: 50px;
    text-align: right;
    padding-top: 2%;
    padding-right: 10%;
    }
.function-text {
    font-size: 20px;
    text-align:justify;
    line-height: 1.5;
    padding-top: 2%;
    padding-left: 20%;
    padding-right: 10%;
    }
    
.function-text-justify {
    font-size: 20px;
    text-align:justify;
    line-height: 1.5;
    padding-top: 2%;
    padding-left: 20%;
    padding-right: 10%;
    }    

.top-left {
    position: absolute;
    text-align: left;
    font-size: 40px;
    line-height: 1.5;
    top: 120px;
    left: 85px;
    right: 35%;
      }
      
      /* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    line-height: 1.5;
    transform: translate(-50%, -50%);
      }
      
.centered-float {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 40px;
    line-height: 1.5;
    transform: translate(-50%, -50%);
    z-index: 2;
      }
      
.center-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
    .left-logo {
    display: flex;
    position: fixed;
    margin-left: 0%;
    
    }
    
.geo-locations {
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    }
    
.click-info {
    list-style-type: none;
    font-style: italic;
    Margin-right: 7%;
    text-align: right;
    text-decoration: none;
}
    
.credential p {
    color: grey;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;  
    }

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#menu-header ul {
  margin-right: -2.5em;
  padding-right: 20px;
  padding-bottom: 5px;
 
  float: right;
  height: 10px;
}

#menu-header li {
  list-style-type: none;
  width: 20em;
  text-align: center;
  float: left;
  position: relative;
  font-size: 10px;
  }

#menu-header a {
  text-decoration: none;
  color: black;
  display: block;
  background-color: #EEEEFF;
  box-shadow: 5px 5px 5px gray;
  margin-bottom: 20px;
  margin-right: 15px;
  border-radius: 5px;
  border: 3px outset #EEEEFF;
  box-sizing: border-box;
  padding: 5px;
}

#menu-header a:hover {
  background-color: #DDDDEE;
  box-shadow: 3px 3px 3px gray; 
}

#menu-header li ul {
    display: none;
    width: 12em;
   }

#menu-header li:hover > ul {
    display: flex;
    direction: ltr;
}