@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Oswald:300,400,500,600&display=swap');

html {
  scroll-behavior: smooth;
}

.menu {
  width:20%;
  left: 2%;
  top: 34%;
  position: fixed;
  font-family: 'Oswald', sans-serif;
  font-size:20px;
  font-weight:bold;

}

.menu a {
  display:inline-block;
  position: relative;
  line-height:40px;
  padding:0 8px;
    color: #fff;
}

.menu a:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 90%;
  left:-5px;
  top: 5px;
  background: #2C50B4;
  z-index: -1;
  transition: all 0.6s ease;
}

.menu a:hover {
  text-decoration: none;
}

.menu a:hover::before {
  width: 180%;
  background: #FFAA00 ;
}


h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 46px;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 46px;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-size:18px;
  line-height:24px;
  opacity: .7;
}

h5 {
  font-family: 'Oswald', sans-serif;
  font-size:18px;
  line-height:24px;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  line-height:24px;
}

.good-result {
  font-family: 'Oswald', sans-serif;
  font-size:80px;
  line-height:86px;
  color: #B42C70;
}

.good-result-sub {
  font-family: 'Oswald', sans-serif;
  font-size:26px;
  line-height:32px;
  color: #B42C70;
}


.bad-result {
  font-family: 'Oswald', sans-serif;
  font-size:80px;
  line-height:86px;
  color: #2C50B4;
}

.bad-result-sub {
  font-family: 'Oswald', sans-serif;
  font-size:26px;
  line-height:32px;
  color: #2C50B4;
}

.h900 {
  height: 900px;
}

.h1080 {
  height: 1080px;
}

.text-blue {
  color: #2C50B4;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #FFAA00!important;
  transition: all .3s ease;
}

.link-hover:hover {
  text-decoration: none;
}

.bg-blue {
  background-color: #2C50B4;
}

.spacer-20 {
  height: 20px;
  display: block;
}

.spacer-80 {
  height: 80px;
  display: block;
}

.spacer-160 {
  height: 160px;
  display: block;
}

.logo-width {
  width: 240px;
}

.blue-shadow {
  box-shadow: 0px 6px 30px rgba(44, 80, 180, 0.47);
}

.overlap-style {
  margin-left: -50px;
  margin-top:50px;
  position:absolute;
}

.overlap-up {
  margin-top: -200px;
}

hr {
  border-top: 1px solid #1a1d1f;
  opacity: 0.6;
}

.pri-cta {
    background-color: #2C50B4;
    font-size:20px;
    padding: 8px 15px ;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.pri-cta:hover {
  color:#fff;
  text-decoration:none;
  opacity:0.95;
}

@media only screen and (max-width:1400px) {
  .overlap-style {
    margin-left:0px;
    margin-top:0px;
    position:static;
  }
  .menu {
    display: none;
  }

  .menu a {
    display:block;
    line-height:40px;
  }
}
