@charset "utf-8";
/* CSS Document */
html, body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fefefe;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	
}
hr {
  border: 0;
  max-width: 1800px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
 
  background-color: #222a31;
  height: 2px;
}
h1,h3,h5,h6 {
	font-family: 'Rubik', sans-serif;
}
h1 {
	font-size: calc(7px + 4vw)
}
h2 {
	font-size: calc(2px + 3vw)
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: calc(2px + 3vw)
}
h5 {
	font-size: calc(2px + 3vw)
}

h5 {
	color: #dbe0eb;
}
a {
	color: #ffffff;
}
.navbar {
	padding-top: 2px;
	padding-bottom: 2px;
 	background-color: #000000;
	color: #000000;
	text-transform: uppercase;
	
  }
.bg-custom1 {
	background-color: #1079da;
	
}
.bg-custom2 {
	background-image: linear-gradient(15deg, #7c95a3 0%, #6686a0 90%);
}


.navbar {
  border-bottom: 1px solid #BBBBBB;
}

.nav-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #031D44;
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  opacity: 0.75;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #f1f1f1;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}

.nav-link-fade-up::before {
  width: 100%;
  bottom: 5px;
  opacity: 0;
}

.nav-link-fade-up:hover::before {
  bottom: 10px;
  opacity: 1;
}

.nav-link-grow-up::before {
  height: 0%;
  width: 100%;
  bottom: 0px;
}
.nav-link-grow-up:hover::before {
  height: 5px;
}
.container {
  margin-bottom: 0rem;
  background: #fefefe;
}
.container2 {
	background-color: #ffffff;

}
.container3 {
	background-color: #252f38;
}
.container4 {
	background-color: #273038;
}

.d-flex {
	min-height: 100vh;
	}
.shad{
	text-shadow: 2px 2px 2px #535d67;
}
/*.jumbotron-img-fluid {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	 
	min-height: 100vh;
}
.jumbotron {
	background: url("img/Site Header 1000x600.jpg");
	
	}	*/
	

.jumbotron {
	background-color: #f0ed5e;
	
}

#footer .copyright {
  padding-top: 33px;
  padding-bottom: 30px;
  background-color: #7c95a3;
}





