body {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgb(86, 190, 236);
  line-height: 30px;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
  padding: 10px;
  font-size: 20px;
  line-height: 10px;
  color: rgb(86, 190, 236);
  font-weight: thin;
}

strong {
  font-weight: 500;
}

.cc-revoke,
.cc-window {
  font-size: 0.8rem;
}

html {
  scroll-behavior: smooth;
}

.general {
  padding: 6px 8px;
  color: #555;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.modal-info h4 {
  margin: 0 0 5px;
  color: #777;
}

.modal-info {
  width: 400px;
}

.legend {
  font-family: "Avenir", sans-serif;
  text-align: left;
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

a,
a:hover,
a:focus {
  color: #f1f1f1;
  text-decoration: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  line-height: 50px;
  font-weight: bold;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.parallax {
  /* The image used */
  background-image: url("../img/carousel/vlozo_banner.webp");

  height: 90vh;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 700ms;
}

.parallax-text {
  height: 90vh;
  background-color: white;
  opacity: 0.8;
  position: absolute;
  color: 86, 190, 236;
  width: 100%;
  padding: 20px;
}

.parallax-info {
  text-align: left;
}

.col-light {
  background-color: rgb(143 201 243);
  color: #f1f1f1;
}

.col-dark {
  background-color: rgb(42, 113, 190);
  color: #f1f1f1;
}

.col-medium {
  background-color: rgb(61, 155, 233);
  color: #f1f1f1;
}

::-moz-selection {
  background: #f1f1f1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f1f1f1;
  color: #fff;
  text-shadow: none;
}

.btn-link {
  font-weight: 300;
  color: #f1f1f1;
  border-radius: 0;
}

.btn-link:hover {
  text-decoration: none;
  color: #f1f1f1;
}

.btn-link-1 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 16px 20px 0 20px;
  background: #f1f1f1;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
  outline: 0;
  opacity: 0.6;
  color: #f1f1f1;
}

.btn-link-1.btn-link-1-facebook {
  background: #4862a3;
}
.btn-link-1.btn-link-1-twitter {
  background: #55acee;
}
.btn-link-1.btn-link-1-google-plus {
  background: #f1f1f1;
}

.btn-link-1 i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
}

.btn-link-2 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 15px 20px 0 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
  outline: 0;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/***** Top content *****/

.container {
  width: 100%;
  margin: 0;
}

.row {
  margin: 0;
  width: 100%;
}
.inner-bg {
  padding: 75px 0 170px 0;
}

.top-content .text {
  color: #fff;
}

.top-content .text h1 {
  color: #fff;
}

.top-content .description {
  margin: 20px 0 10px 0;
}

.top-content .description p {
  opacity: 0.8;
}

.top-content .description a {
  color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus {
  border-bottom: 1px dotted #fff;
}

.form-box {
  margin-top: 35px;
}

.form-top {
  overflow: hidden;
  padding: 0 25px 5px 25px;
  background: #fff;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: left;
  opacity: 0.9;
}

.form-top-left {
  float: left;
  width: 75%;
  padding-top: 25px;
  font-size: 12px;
  line-height: 20px;
}

.form-top-left h3 {
  margin-top: 0;
}

.form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  color: #ddd;
  line-height: 100px;
  text-align: right;
}

.form-bottom {
  padding: 25px 25px 30px 25px;
  background: #eee;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: left;
  opacity: 0.9;
}

.form-bottom form textarea {
  height: 100px;
}

.table {
  margin: auto;
}

.table .thead-dark th {
  color: #f1f1f1;
  background-color: rgb(42, 113, 190);
  border-color: rgb(42, 113, 190);
}

.form-bottom form button.btn {
  width: 100%;
}

.form-bottom form .input-error {
  border-color: #f1f1f1;
}

.social-login {
  margin-top: 35px;
}

.social-login h3 {
  color: #fff;
}

.social-login-buttons {
  margin-top: 25px;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
  .inner-bg {
    padding: 60px 0 110px 0;
  }
}

@media (max-width: 415px) {
  h1,
  h2 {
    font-size: 32px;
  }
}

.year_1 {
  color: rgba(0, 0, 255, 0.5);
}

.year_2 {
  color: rgba(255, 0, 0, 0.5);
}

.info-button {
  display: block;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 50%;
}