.shadow {
  box-shadow: 0px 0px 40px rgb(8, 41, 70);
}

.navbar-custom {
  background-color: rgba(243, 243, 243, 0.9);
}

.navbar {
  min-height: 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.navbar-custom .navbar-nav .nav-link {
  color: #102c5f;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  transition: color 0.3s ease;
  color: #F02c5f; 
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.main-title-color {
  color: rgb(22, 17, 97);
}

.alternative-title-color {
  color: #ff4747;
}
.text-handwritten {
  font-family: 'Neucha', cursive;
}

h1 {
  font-size: 80px;
  margin-bottom: 10px;
}

h2 {
  font-size: 50px;
  margin-bottom: 10px;
}

h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

h4 {
  font-size: 30px;
  margin-bottom: 5px;
}

h5 {
  font-size: 20px;
  margin-bottom: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
}

.onday-container-blue {
  background: linear-gradient(#B02c5f, #102c5f);
  background-size: 100% 100%;
  color: #fff;
  padding: 100px 300px 60px 300px;
  z-index: 0;
}

.itgoesapp-container-blue {
 background: linear-gradient(#192D5E, #823C5B);
  background-size: 100% 100%;
  color: #fff;
  padding: 100px 300px 60px 300px;
  z-index: 0;
}

.onday-footer {
  padding: 50px 200px 60px 50px;
}

.onday-container-white {
  background: linear-gradient(#ddd, #ccc);
  color: rgb(8, 41, 70);
  padding: 100px 300px 60px 300px;
  box-shadow: 0px 0px 40px rgb(8, 41, 70);
  position: relative;
  z-index: 2;
}

.onday-title {
  font-size: 120px;
}

.onday-icons {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.onday-background {
  background-color: #293b5c;
  padding: 20px;
  border-radius: 1%;
}

.core-business {
  font-size: 80px;
  padding: 38px 14px 14px 15px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color:#fff;
  background: linear-gradient(#B02c5f, #102c5f);
  box-shadow: 0px 0px 5px #888;
}

.text-right-shifted {
  margin-left: 300px;
  margin-top: -35px;
  margin-bottom: -10px;
}

@media (max-width: 1600px) {
  .onday-container-blue {
    padding: 100px 150px 100px 150px;
  }

  .itgoesapp-container-blue {
    padding: 100px 150px 100px 150px;
  }
  
  .onday-container-white {
    padding: 100px 150px 100px 150px;
  }
  
  .onday-footer {
    padding: 30px 150px 30px 150px;
  }
}

@media (max-width: 980px) {
  .onday-container-blue {
    padding: 50px 18px 20px 18px;
  }
  
  .itgoesapp-container-blue {
    padding: 20px 18px 20px 18px;
  }

  .onday-container-white {
    padding: 50px 18px 20px 18px;
  }
  
  .onday-footer {
    padding: 30px 18px 30px 18px;
  }
  
  .onday-title {
    font-size: 70px;
  }
  
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .text-right-shifted {
    margin-left: 200px;
    margin-top: -20px;
	margin-bottom: -2px;
  }
  
  h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  h5 {
    font-size: 14px;
    margin-bottom: 0px;
  }
 
  .core-business {
    font-size: 50px;
    padding: 28px 14px 14px 15px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color:#fff;
    background: linear-gradient(#B02c5f, #102c5f);
    box-shadow: 0px 0px 5px #888;
  }
}

.social-media-icon {
  margin-top: 12px;
  margin-right: 12px;
  font-size: 25px;
  padding: 18px 14px 14px 15px;
  text-align: center;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 40%;
  color: rgb(8, 41, 70);
  background: linear-gradient(#cf4747, #ff4747);
  box-shadow: 0px 0px 5px rgb(8, 41, 70);
}

.social-media-icon:hover {
  opacity: 1.0;
  color: white;
  text-decoration: none;
}
