a{
	color:#fff;
}
a:hover{
	color:gold;
}
.navbar-brand {
    background: url(../images/logo-mu.png) center / contain no-repeat;
    width: 210px;
    height: 48px;
}
.bg-header {
    background: url(../images/Openhouse2020newbg.svg) #2d187d;
    background-size: 250%;
    /*background: linear-gradient(200deg, rgba(25,3,60,1) 0%, rgba(45,24,125,1) 100%);*/
}

.text-primary {
    color: #1a458b !important;
}

.ftco-footer {
    background: linear-gradient(100deg, rgb(124, 136, 204) 100%, rgb(49, 58, 94) 100%) !important; 
}

.card{
    border: transparent;
    align-content: center !important;
}

.social-links{
    align-content: center !important;
    color-adjust: #1a458b !important;
}

ul {
    list-style: none;
}
img{
    text-align: center;
}

.ftco-navbar-light.scrolled .nav-item.cta > a {
    background-color:  #1a458b !important;
}

.btn.btn-primary:hover {
    color: #1a458b !important;
}

.fac-r{
    width: inherit !important;
}

.text-shadow{
    text-shadow: 4px 4px 8px #110066;
}
.img-f-qa{
	width:40%;
	min-width:320px;
}
.footer{
  background: #1a458b !important;
  color:white;
  
  .links{
    ul {list-style-type: none;}
    li a{
      color: white;
      transition: color .2s;
      &:hover{
        text-decoration:none;
        color:#4180CB;
        }
    }
  }  
  .about-company{
    i{font-size: 25px;}
    a{
      color:white;
      transition: color .2s;
      &:hover{color:#4180CB}
    }
  } 
  .location{
    i{font-size: 18px;}
  }
  .copyright p{border-top:1px solid rgba(255,255,255,.1);} 
}
.fcode{
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
    padding: 5px !important;
    background-color: transparent !important;
    padding: 4px !important;
	margin-bottom:5px !important;
}
 @media (min-width: 768px) {
    .bg-header {
		background-size: 100%;
	}
}
