body,
html {
  font-family: 'Red Hat Display', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
}
footer {
  font-size: 18px;
  padding: 30px;
  border-top: 1px solid #b2b2b2;
}
footer a {
  color: black;
  margin-left: 70px;
}
footer a:first-child {
  margin-left: 0px;
}
footer a:hover {
  text-decoration: none;
  color: #FF4725;
}
@media (max-width: 1180px) {
  footer a {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  footer a {
    margin-left: 20px!important;
    margin-right: 20px!important;
  }
}
@media (max-width: 540px) {
  footer a {
    width: 100%;
    display: inline-block;
    margin: 0px!important;
  }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none!important;
}
#linktree {
  min-height: 100vh;
  background-size: cover;
  overflow: hidden;
}
#linktree img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #linktree img {
    max-width: 90%;
    margin-top: 30px;
  }
  #linktree ul.links {
    padding: 0px 30px 30px 30px!important;
  }
}
#linktree ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
#linktree ul.links li {
  margin-bottom: 20px;
}
#linktree ul.links li a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  background-color: #FF4725;
  border-radius: 35px;
  color: white;
  font-size: 18px;
  transition: all .5s;
  padding: 22px 30px 22px 80px;
  background-position: center left 20px;
  background-size: 44px;
  background-repeat: no-repeat;
}
#linktree ul.links li a:hover {
  background-color: black;
  text-decoration: none;
}
@media (max-width: 989px) {
  #linktree ul.links {
    width: 100%;
  }
  #linktree ul.links li {
    width: 100%;
  }
  #linktree ul.links li a {
    width: 100%;
    max-width: 100%;
    background-size: 30px;
    padding: 15px 30px 15px 60px;
  }
}
@media (min-width: 1440px) {
  #linktree .container {
    max-width: 1380px;
  }
}
#linktree .container {
  min-height: 100vh;
}
#linktree .container > .row {
  min-height: 100vh;
}
#linktree header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  #linktree .container {
    padding: 0px;
  }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none!important;
}
#netcard {
  min-height: 100vh;
  background: url(../../img/lorenzza-calhau-instarevolution.jpg) bottom left no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 1440px) {
  #netcard .container {
    max-width: 1380px;
  }
}
#netcard .alert {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
}
#netcard .alert.alert-success {
  background: white;
  border-color: #eee;
  color: black;
}
#netcard .alert.alert-success i {
  color: #00bf0f;
  margin-right: 5px;
}
#netcard .container {
  min-height: 100vh;
}
#netcard .container > .row {
  min-height: 100vh;
}
#netcard header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}
#netcard .box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 20px #00000029;
  border-radius: 45px;
  padding: 50px;
  font-size: 20px;
  margin: 50px 0px;
}
#netcard .box p {
  line-height: 26px;
}
#netcard .box h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
#netcard .box h2 i,
#netcard .box h2 em {
  background: black;
  color: white;
  padding: 0px 5px;
}
#netcard .box form {
  position: relative;
}
#netcard .box form .overlay {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 40%;
}
#netcard .box form .overlay i {
  color: #00bf0f;
  margin-right: 5px;
}
#netcard .box form .form-control {
  border: 1px solid #B2B2B2;
  border-radius: 21px;
  height: 53px;
  padding: 10px 15px;
}
#netcard .box form .form-control:focus {
  border-color: #FF4725;
}
#netcard .box form .form-control::placeholder {
  color: #999;
}
#netcard .box form .btn {
  height: 53px;
  border-radius: 27px;
  color: white;
  text-align: center;
  padding: 5px 40px;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
#netcard .box form .btn.btn-warning {
  background: #FF4725;
  border-color: #FF4725;
}
#netcard .box form .btn.btn-warning:hover {
  background: black;
  border-color: black;
}
#netcard .box form label {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
#netcard .box form label input {
  vertical-align: middle;
  margin-right: 5px;
}
#netcard .box form label.cbl {
  font-size: 10px;
  padding: 0px 15px;
}
#netcard .box form label.cbl a {
  text-decoration: underline;
  color: black;
  font-weight: 600;
}
@media (max-width: 1180px) {
  #netcard {
    background: url(../../img/lorenzza-calhau-instarevolution-tablet-horizontal.jpg) top center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 990px) {
  #netcard {
    background-size: 100%;
    background-position: top center;
    background: url(../../img/lorenzza-calhau-instarevolution-tablet-vertical.jpg) top center no-repeat;
  }
  #netcard .box {
    margin-top: 500px;
  }
}
@media (max-width: 767px) {
  #netcard {
    background: url(../../img/lorenzza-calhau-instarevolution-mobile.jpg) top center no-repeat;
  }
  #netcard header {
    padding: 0px 20px;
  }
  #netcard header img {
    max-width: 60%;
    width: 210px;
  }
  #netcard .box {
    margin-top: 430px;
    padding: 50px 30px;
  }
  #netcard .box h2 {
    padding: 0px 20px;
  }
  #netcard .container {
    padding: 0px;
  }
}
@media (max-width: 550px) {
  #netcard {
    background-size: 100%;
  }
}
@media (max-width: 400px) {
  #netcard {
    background-size: auto;
  }
}

#page {
  color: black;
}
#page header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}
#page h1 {
  font-size: 60px;
  margin: 150px 0px 0px;
}
#page h2 {
  background: black;
  color: white;
  padding: 0px 10px;
  line-height: 60px;
  display: inline-block;
  font-weight: normal;
  font-size: 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #page .container {
    padding: 0px 40px;
  }
  #page h1 {
    font-size: 42px;
    margin-top: 80px;
  }
  #page h2 {
    font-size: 42px;
  }
  #page header {
    padding: 20px 20px;
  }
  #page header img {
    max-width: 60%;
    width: 210px;
  }
}
