@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
    background: #ffffff url('../img/header.png') no-repeat center top;
	background-size: auto;
    background-position: 0px -80px;
}

.nav-link {
	color: white;
}

.custom-toggler.navbar-toggler {
    border-color: rgba(255,255,255,1.00);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.container-fluid {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto;
}

#mottoBox {
    color: white;
}

.abt {
    float: left;
}

.abt-img {
    margin: auto; 
    width: 60px; 
    height: 60px; 
    text-align: center; 
    background-color: #AC0000; 
    z-index: 1; 
    position: relative;
}

.abt-box {
    margin-top: -30px;
    border: none; 
    height: 250px;
}

.languageBox {
    float: left;
}
.languageBox img {
    border-radius: 20px;
}

.dropdown-image {
    border-radius: 15px;
}

.featureGray {
    background-color: #F3F3F3;
}

.footerMenu {
    font-size: 13px;
    color: #6B6B6B;
    
}

.formButton {
    color: white; 
    border-radius: 20px;
}

.footerHeader{
    color: #AC0000;
}

a{
    cursor: pointer;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

/* Style all font awesome icons */
.fa {
    padding: 12px;
    font-size: 20px;
    width: 40px;
    height:40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}