@font-face {
 font-family: 'Aller';
 src: url(font/Aller_Lt.ttf);
}
body
{
  font-family: "Aller", Sans-Serif;
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1144px; 
  background-color:white;
}
.menu
{
	font-family: "Aller", Times, serif!important;
	padding-top:0.5%!important;
}
#copyright
{
background-color:black;	
color:white;
}
#footer
{
background-color:black;	
color:white;
}
#footer a:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

#footer a:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  color: #b308d2;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:active {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}

.fa-1x {
  font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
  cursor: pointer;
}
.dark-blue-text {
  color: #0A38F5;
}
.dark-pink-text {
  color: #AC003A;
}
.dark-amber-text {
  color: #ff6f00;
}
.dark-teal-text {
  color: #004d40;
}

.position-relative-example {
  height: 10%;
  width: 100%;
  background-color: #f5f5f5;
  text-align:center;
}
.btn {
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
}
