* {
  font-family: 'Poppins', serif;
  font-size: 18px;
  color: #5A5A5A;
}
body {
  background: #ffffff;
}

.desktop {
  display: flex !important;
}
.mobile {
  display:  none !important;
}
header  {
  display: block;
  width: 100%;
}

.before-footer {
  height: auto;
  width: 100%;
-webkit-clip-path: polygon(50% 17%, 100% 0, 100% 84%, 100% 100%, 0 100%, 0 0);
clip-path: polygon(50% 17%, 100% 0, 100% 84%, 100% 100%, 0 100%, 0 0);
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
}
#overlay {
  background: linear-gradient(45deg, rgb(0, 0, 0), rgba(15, 112, 183, 0.7));
  padding: 100px 20px 20px 20px;
}
#overlay h5 {
  color: orange;
}
#overlay li {
  color: #eee;
}

#section_first{
  background-color: #000;
  padding: 0px !important;
  background-image:url("http://upload.wikimedia.org/wikipedia/commons/c/c8/OpenPlanRedBalloon1.jpg");
}

.intro-content {
  background: url('../../img/header.png')  no-repeat right !important;
  min-height: 250px;
  background-size: 100%;
  width: 100%;
  padding: 0px !important;
  border-bottom: solid 1px #ccc;
}
.logo-intro {
  min-height: 250px;
  position: absolute;
  background: #ffffff;
  margin: 0;
  z-index: 22;
  padding: 10px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  box-shadow: inset 0px -4px 6px #aaa;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.logo {
  max-width: 160px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contact-info {
  padding-top: 25px;
  text-align: right;
}
.nav {
  display: block;
  width: 100%;
}
.main-content {
  padding-top: 20px;
  text-align: center;
}

.nav-container {
  background: #0F70B7;
}
nav a {
  color: #fff !important;
  font-size: 16px;
}
h5 {
	color: orange;
}
.slug-part {
  padding: 0 !important;
  min-height: 100%;
}
.slug-part-overlay {
  display: block;
  min-height: 100%;
  background: #fff;
  opacity: 0.6;
}
header .container, section .container {
  background: #fff;
}
.balance-sign {
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
footer .container, section .container {
  padding: 20px 30px;
}

footer .container  {
   text-align: center;
   background: #111111;
   color: #eee;
   font-size: 14px;

 }

 footer {
   padding: 0 !important;
   margin: 0 !important;
 }

 h3 {
   color: #0F70B7;
 }

.hot-links a {
  color: #eee;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px orange;
  text-align: center;
  border-radius: 5px;
  max-width: 380px;
  text-shadow: 1px 1px 4px #000000;
}
.hot-links a:hover {
  color: #007BFF;
  text-decoration: none;
}
 @media only screen and (max-width: 700px) {
   .container {
     min-width: 100%;
   }
   .desktop {
     display: none !important;
   }
   .mobile {
     display: flex !important;
   }
   .logo {
     max-width: 100px;

   }
 }
