* {
  box-sizing: border-box;
}



.navbar1 {
  overflow: hidden;
  
  
  font-family: Public Sans;
}

.navbar1 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn1 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar1 a:hover, .dropdown1:hover .dropbtn1 {
 background-color: ;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  
  color:#BEDAE5;
  background-color: #184A7C;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-bottom:21%;
  padding-top:5%;
  padding-left:5%;
}

.dropdown-content1 .header1 {
  background-color: #184A7C;
  color:#BEDAE5;
  padding: 16px;
  color: white;
}

.dropdown1:hover .dropdown-content1 {
  display: block;
  color:#BEDAE5;
  
}

/* Create three equal columns that floats next to each other */
.column111 {
  float: left;
  width: 33.33%;
  padding: 3%;
  background-color: #184A7C;
  height: 250px;
  color:#BEDAE5;
}

.column111 a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color:#BEDAE5;
  border-left:solid;
  border-left-color:#CCCCCC;
}

.column111 a:hover {
  background-color: #184A7C;
  color:#BEDAE5;
  padding-left:7%;
  border-left:solid;
  border-left-color:#FF0000;
}

/* Clear floats after the columns */
.row111:after {
  content: "";
  display: table;
  clear: both;
  
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column111 {
    width: 100%;
    height: auto;
  }
}


/* New Css for Button hover */
.button123 {
  border-radius: 4px;
  background-color:inherit;
  border:solid;
  border-color:#CCCCCC;
  color: #BEDAE5;
  text-align: center;
  font-size: 1em;
  font-family:Public Sans;
  padding: 1%;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}


.button123 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button123 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  
}

.button123:hover span {
  padding-right: 25px;
  
}

.button123:hover span:after {
  opacity: 1;
  right: 0;
}
.button123:hover{
 background-color:#BEDAE5;
 color:#0000CC;
}

.button1234 {
  border-radius: 4px;
  background-color:inherit;
  border:solid;
  border-color:#184A7C;
  color: #184A7C;
  text-align: center;
  font-size: 1em;
  font-family:Public Sans;
  padding: 1%;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}


.button1234 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1234 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  
}

.button1234:hover span {
  padding-right: 25px;
  color:#BEDAE5;
  
}

.button1234:hover span:after {
  opacity: 1;
  right: 0;
}
.button1234:hover{
 background-color:#184A7C;
 color:#BEDAE5;
}
