@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

nav{
position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

nav ul li:hover{
  background-color:#3ba1c5;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}



/* sub dropdown */
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;

left: 100%;
top: 110px;
}


.dropdown-menu .dropdown-submenu-left {
right: auto;
left: 100%;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}




	.flare {
	  background:#ef662b;
	}
	.flare a.nav-link {
	  color:#fff !important
	}
	.topbarElements > div:nth-of-type(1){
	  font-size:48px;
	  margin:12px 32px;
	  color:#ef662b
	}
	@media screen and (min-width:1040px){
	  .flare { margin-right:-15px; }
	}
	@media screen and (max-width:1029px){
	  .navbar-nav {
	    margin-bottom:15px;
	    text-align:center
	  }
	  .nav-item {
	    background : rgba(255,255,255,0.1);
	    margin:2px;
	  }
	}
	


/* contact us button*/
.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  border-radius: 50px;
  box-sizing: border-box;
  color:#fff;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 200px;
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}




/* button center*/

.container2 {

  position: relative;
}


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


