@font-face{font-family:'BlackOpsOne'; src:url(../font/BlackOpsOne-Regular.ttf);}
@font-face{font-family:'Damion'; src:url(../font/Damion-Regular.ttf);}
@font-face{font-family:'Exo'; src:url(../font/Exo-Regular.otf);}
.uk-card-body>.uk-icon>svg{
  height:auto;
  width: 120px;
}
.uk-card-secondary:hover{
  background: #515157;
}
.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.whatsapp i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #1fc775;
  color: #fff;
  transition: all 0.4s;
}

.whatsapp i:hover {
  background: #15fd8c;
  color: #fff;
}
.uk-button-blue {
	color: white;
	background: #315e87;
	border: 1px solid #e4eff7;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 50px;
	margin-left: 5px;
	font-weight: 400;
}
.uk-button-blue > a: hover{
	color:red !important;
}
.fiddroid-text {
	color: #305d87!important;
	font-weight: bold;
}
.uk-heading-primary{
  font-family: 'BlackOpsOne';
  color: #305d87!important;
}
.uk-slidenav{
  background: #403f3f;
  border-radius: 50%;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 40px;
    color: #315e87;
}
.text-menu{
   color: white;
   background: black;
   padding-right: 10px;
   padding-left: 10px;
   border-radius: 50px;
   margin-left: 5px;
   font-weight: 700;
}
.sub-heading{
   font-size: 22px;
   font-family: Exo;
}
.slide-nav-blue{
    color: white;
    background-color: #304e7a;
    border-radius: 50%;
}

.height-full{
		height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.background75{
		opacity: 0.75;
    background-color: black;
}
.background90{
		opacity: 0.90;
    background-color: black;
}
.uk-logo img {
    height: 48px!important;
}
.white a{color: white!important}
.lead {
	font-size: 1.375em;
	font-weight: 600;
	color: white;
}
.uk-background-fid{
	background: #000000;
}
.uk-bg-grey{
  background: #d6d4d4;
}
.uk-icon-button{
	background-color: #304e7a!important;
	color: white!important;
}
.justify { text-align: justify;}
