@font-face {
    font-family: 'Intro';
    src: url('/assets/fonts/Intro-Regular.woff2') format('woff2'),
         url('/assets/fonts/Intro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Intro2';
    src: url('/assets/fonts/Intro-Bold.woff2') format('woff2'),
         url('/assets/fonts/Intro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.container {
margin-top:-20px;
height: 140px;
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto;
width:100%;
background-image:url(/assets/img/bg.jpg);
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
}

.logo {
float:left;
max-width:220px;
}

.logo-text {
font-family:Intro;
margin-left: 10px;
margin-top:20px;
float:left;
text-transform:uppercase;
color:#009986;
font-weight:700;
font-size:11px;
max-width:70px;
line-height:1;
}

.container-fluid {
display:block;
text-transform:uppercase;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
position:relative;
z-index:20;
height:120px;
background-image:url(/assets/img/bg.jpg);
display:flex;
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
padding:10px;
font-family:Intro;

}
.footer-logo {
display:flex;
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
padding:10px;
color:white;
}
.footer-logo-img {
width:70px;
font-family:Intro;
font-weight: 400;
}

.footer-links{
margin-right:20px;
font-family:Intro;
font-weight: 400;
}
.footer-links a{
color:white;
}

.footer-links span {
color:#009986;
padding: 10px;
}


.text-center {
font-family:Arial;
font-size: 10px;
}

.topnav {
  margin:0px
  overflow: hidden;
  font-size:18px;
  color:white;
  font-family:Intro2;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  display: block
}

.topnav a:hover {
  border-bottom: 4px solid #009986;
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    z-index: 50;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    font-family:Intro;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 2px;
    margin-left: -130px;
  }

  .logo {
max-width:160px;
}

.footer-logo-img {
width:70px;
font-family:Intro;
font-size: 10px;
}
.footer-links{
margin-right:40px;
font-family:Intro;
font-size: 10px;
}
.footer-links a{
color:white;
}

.footer-links span {
color:#009986;
padding: 0px;
}

.logo-text {
font-family:Intro;
color:#009986;
font-size:11px;
}


}