html {
  scroll-behavior: smooth; /* smoth scrolling */
}

body {
  font: 20px Montserrat, sans-serif;
  line-height: 1.8;
  color: #f5f6f7;
  font-size: calc(20px + (10 - 8) * ((100vw - 450px) / (1600 - 450)));
}

p {
  font-size: calc(14px + (10 - 4) * ((100vw - 450px) / (1600 - 450)));
}

h6 {
  font-size: calc(6px + (10 - 4) * ((100vw - 450px) / (1600 - 450)));
}

.margin {margin-bottom: 20px;}

.bg-1 {
  background-color: #474e5d; /* navy */
  /* background-color: #B4E1E2; */
  color: #ffffff;
  padding-top: 200px;
  padding-bottom: 100px;
  height: fluid;
  display: block;
  padding-left: 120px;
  padding-right: 120px;
}

/* setting a different padding for when the media is low */
@media all and (max-width: 500px) {
  .bg-1 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.div-img{
  padding-bottom: 40px;
}

.div-text{
  width: 100%;
  height: 100%;
  font: 28px;
  display: block;
  vertical-align: middle;
}

.bg-2 {
  background-color: #B4E1E2; /* teal */
  color: #555555;
}
.bg-3 {
  background-color: #ffffff; /* White */
  color: #555555;
}
.bg-4 {
  background-color: #FFC000; /* yellow */
  color: #555555;
}
.container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
  height: fluid;
}
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 3px;
  width: 100%;
  position: fixed;
  display: block;
  z-index: 1;
}
.navbar-nav  li a:hover {
  color: #1abc9c !important;
}

a:link {
  color: #1abc9c;
  background-color: transparent;
  text-decoration: none;
}
.name {
  font: 28px Montserrat, sans-serif;
  font-size: calc(28px + (40 - 8) * ((100vw - 250px) / (1600 - 300)));
  color: #f1f1f1;
  text-align: center;
  font-weight: bold;
}

.logo {
  margin: auto;
  text-align:center;
}

.logo img {
  display: inline-block;
  margin: 5px;
  width: 60px;
}
