body {
  font-family: Palatino, Georgia, serif;
  font-size: 1.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #751259;
}

.tryBtn {
  color: #751259 !important;
  background: 0 0;
  border: 2px solid #751259;
  padding: 10px 15px !important;
  font-weight: 600;
  transition: all 0.25s;
  font-style: italic;
}

.tryBtn:hover {
  background: #751259;
  color: white !important;
}

.tryBtn:hover:after {
  content: '';
  background: url(https://d2dz54333c07dd.cloudfront.net/959837d/bundles/digisecvictoriamilan/lander/main/img/arrow-right.png)
    no-repeat center;
  width: 30px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin-left: 10px;
  border: none;
}

.top-nav.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background: url(https://victoriamilan-landers.s3.amazonaws.com/assets/native-ads/middle-bg.jpg)
    center center no-repeat;
  border: 0;
  min-height: 75px;
}

.top-nav .navbar-brand {
  display: block;
  padding: 5px 20px;
}

img.nav-logo {
  height: 40px;
  margin: 10px 0;
}

header.main-header .logo-text h3 {
  color: #fff;
  margin-bottom: 0;
  padding: 10px 0;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.5em;
}

header.main-header .logo-text h3 span {
  color: #fffc3a;
  font-weight: 400;
}

section.hero-banner {
  text-align: center;
  position: relative;
  height: 350px;
}

footer.main-footer {
  margin-top: 0px;
  background: #000;
  padding: 20px 0;
}

footer.main-footer .footer-content .navlinks a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  line-height: 2;
}

footer.main-footer .footer-content .socialLinks {
  margin: 20px 0;
}

footer.main-footer .footer-content .socialLinks a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 50px;
  line-height: 54px;
  height: 50px;
}

footer.main-footer .footer-content .socialLinks a i {
  font-size: 1.5em;
}

footer.main-footer .footer-content .socialLinks a:nth-child(1):hover {
  background: #55acee;
}

footer.main-footer .footer-content .socialLinks a:nth-child(2):hover {
  background: #3b5998;
}

footer.main-footer .footer-content .socialLinks a:nth-child(3):hover {
  background: #dd4b39;
}

footer.main-footer .footer-content .socialLinks a:nth-child(4):hover {
  background: #32506d;
}

footer.main-footer .footer-content .copyright {
  font-size: 0.9em;
  font-weight: 100;
  color: #fff;
}

.floating-banner {
  background: rgb(226, 239, 248);
  bottom: 0;
  left: 0;
  height: auto;
  position: sticky;
  width: 100%;
  color: rgba(0, 0, 0, 0.57);
  padding: 10px 0;
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
  z-index: 999;
  text-align: center;
  position: -webkit-sticky;
}

.floating-banner .fb--container {
  max-width: 750px;
  margin: 0 auto;
}

.floating-banner .fb--content {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #000;
}

.main-content {
  padding-top: 2rem;
}

.main-content h2 {
  border-bottom: 2px solid #202;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  section.hero-banner {
    height: 250px !important;
  }
  .floating-banner .fb--content {
    font-size: 1em;
    display: block !important;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .navbar-nav {
    display: none;
  }
  .top-nav .navbar-brand {
    margin: 0 auto;
  }
}
