body {
  font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

/*Navbar*/

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

/* Header */

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 42px);
  padding-bottom: 7rem;
  background:linear-gradient(
    rgba(0, 0, 0, 0.3), 
    rgba(0, 0, 0, 0.3)),
    url(../img/header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead img {
  width:100%;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 25px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
  header.masthead img {
    width:70%;
  }
}

/*Download*/
section {
  padding: 50px 0;
}

section.download {
  padding: 100px 0;
  position: relative;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.contact {
  text-align:center
 }
 section.contact h2 {
  margin-top:0;
  margin-bottom:25px
 }
 section.contact h2 i {
  color:#dd4b39
 }
 section.contact ul.list-social {
  margin-bottom:0
 }
 section.contact ul.list-social li a {
  font-size:40px;
  line-height:80px;
  display:block;
  width:80px;
  height:80px;
  color:#fff;
  border-radius:100%
 }
 section.contact ul.list-social li.social-twitter a {
  background-color:#1da1f2
 }
 section.contact ul.list-social li.social-twitter a:hover {
  background-color:#0d95e8
 }
 section.contact ul.list-social li.social-facebook a {
  background-color:#3b5998
 }
 section.contact ul.list-social li.social-facebook a:hover {
  background-color:#344e86
 }
 section.contact ul.list-social li.social-google-plus a {
  background-color:#dd4b39
 }
 section.contact ul.list-social li.social-google-plus a:hover {
  background-color:#d73925
 }

.map {
  height:30rem
 }
 @media (max-width:992px) {
  .map {
   height:75%
  }
 }
 
#contact.map {
  padding:0px;
}

 .map iframe {
  pointer-events:none
 }

.bg-primary {
  background-color: #ee0979 !important;
}

.bg-secondary {
  background-color: #9ecc42 !important;
}

.btn-primary {
  background-color: #ee0979;
  border-color: #ee0979;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}