/* typography */

@media screen and (min-width: 768px) {
  html {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 1.3rem;
  }
}

/* header */

.home-header {
  text-align: center;
  color: #f8f8f8;
  position: relative;
  /* display: table; */
  width: 100%;
}

.home-message {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10%;
  padding-bottom: 10%;
}

.home-message > h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.home-divider {
  width: 90%;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.home-message > h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.network-name {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.home-img-banner {
  /* zoom saddly doesn't work in Firefox, waiting for JavaScript
    to fix this matter  */
  zoom: 2;

  display: block;
  margin: auto;

  height: auto;
  max-height: 100%;

  width: auto;
  max-width: 100%;
}

.logo {
  width: 75%;
  height: 75%;
}

@media screen and (max-width: 768px) {
  .home-message > h1 {
    font-size: 3em;
  }
  .network-name {
    font-size: 0.8rem;
  }
  .social-btn {
    font-size: 0.8rem;
  }
  .btn-lg {
    padding: 0.2rem 0.5rem;
    line-height: 1.3;
  }
  .home-divider {
    width: 100%;
  }

  .logo {
    width: 50%;
    height: 50%;
  }
}

@media screen and (min-width: 1200px) {
  /* .home-message {
      padding-bottom: 15%;
  } */
  .home-message > h1 {
    font-size: 5em;
  }
  .network-name {
    font-size: 1.1rem;
  }
  .social-btn {
    font-size: 1.1rem;
  }
  .btn-lg {
    padding: 0.5rem 0.8rem;
    line-height: 1.5;
  }
  .home-divider {
    width: 90%;
  }

  .logo {
    width: 100%;
    height: 100%;
  }
}

/* main */

/* about section */

.content-section-about {
  padding: 50px 10px;
  background: silver;
  /* max-height: 850px; */
}

.container .link {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.container .link:hover {
  color: rgb(0, 0, 128);
  font-weight: 500;
  /* font-size: 22.5px; */
}

h2.section-heading {
  color: rgba(0, 0, 0, 0.9);
}

.content-section-about p {
  font-weight: 500;
  color: #000;
}

.content-section-about p a {
  color: silver;
  font-weight: 500;
}

.rounded-circle {
  /* margin-top: 130px; */
  border: 1px outset rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  /* display: none; */
}

@media screen and (max-width: 767px) {
  .about-picture-order {
    order: -1;
  }
  /* .rounded-circle {
    display: block;
  }*/
}

/* portfolio section */

.content-section-portfolio {
  padding: 50px 10px;
}

.card {
  max-width: 25rem;
  margin: 1rem;
}

/* contact section */

.content-section-contact {
  padding: 50px 10px;
  background: linear-gradient(#158cba, rgb(137, 170, 196));
  color: #d8d9e9;
}

.social-icons {
  width: 100%;
  padding: 1em;
}

#name,
#email,
#message {
  background: transparent;
  color: #d8d9e9 !important;
}

.submit-btn {
  border-color: #d8d9e9;
  color: #d8d9e9;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #d8d9e9 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #d8d9e9 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8d9e9 !important;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #d8d9e9 !important;
  opacity: 1;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #d8d9e9 !important;
}

/* footer */

footer {
  padding: 30px 0;
}

.copyright-message {
  padding: 20px;
}

.footer-menu-divider {
  color: #158cba;
}
 color: #158cba;
}
