body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

section {
  background-color: white !important;
}

section .full-length-border {
  width: 100%;
  height: 7px;
  background-color: #000099;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}

section #main {
  width: 100%;
  height: 600px;
  background: url("../images/licenses/main.jpg") no-repeat top/cover;
}

section #main a {
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 7px;
  font-size: 20px;
  border: 2px solid white;

  text-shadow: -1px -1px 0 #000099, 1px -1px 0 #000099, -1px 1px 0 #000099,
    1px 1px 0 #000099;

  background-color: rgb(49, 86, 134, 0.7);
}

section #main a:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #main h1 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 90px;
  text-shadow: -1px -1px 0 #000099, 1px -1px 0 #000099, -1px 1px 0 #000099,
    1px 1px 0 #000099;
  text-align: center;
  margin-top: 340px !important;

  border-top: 3px solid white;
  border-bottom: 3px solid white;
  background-color: rgb(139, 147, 158, 0.5);
}

section #licenses .row {
  margin-top: 20px;
  border: 0.5px solid grey;
  border-radius: 30px;
  background-color: whitesmoke;
  box-shadow: 0.1px 0.1px 20px 0.2px lightgray;
}

section #licenses .row .needs-margin {
  margin-left: 20px !important;
}

section #licenses .row .col-md-5 h3,
section #licenses .row .col-11 h3 {
  font-size: 24.5px;
  margin-top: 10px;
  color: grey;
  text-shadow: 1px 1px #000099;
}

section #licenses .row .col-md-5 h4,
section #licenses .row .col-11 h4 {
  font-size: 20.5px;
  margin-top: 10px;
  color: grey;
  text-shadow: 1px 1px yellow;
}

section #licenses .row .col-md-5 p,
section #licenses .row .col-11 p {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: grey;
}

section #licenses .row .page-selection {
  border-bottom: 0.7px solid grey;
  margin-bottom: 20px !important;
}

@media (min-width: 1280px) {
  section #main {
    height: 38vw;
  }

  section #main h1 {
    font-size: 8vw !important;
  }

  section #main #main-title {
    margin-top: 16vw !important;
  }
}

@media (max-width: 1200px) {
  section #main {
    height: 570px;
  }
  section #main h1 {
    font-size: 90px;

    margin-top: 300px !important;
  }
}

@media (max-width: 992px) {
  section #main {
    height: 470px;
  }
  section #main h1 {
    font-size: 70px;
    margin-top: 250px !important;
  }
}

/* small - display 1 */
@media (max-width: 767px) {
  section #main {
    height: 470px;
  }
  section #main h1 {
    font-size: 70px;
    margin-top: 210px !important;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }

  section #licenses .row .needs-margin {
    margin-left: 0px !important;
  }
}

@media (max-width: 575px) {
  section #main {
    height: 84vw;
  }

  #main-heading p {
    text-align: left;
  }

  section #main #main-title h1 {
    font-size: 12vw;
    margin-top: 38vw !important;
  }

  section #main #main-title h1 span {
    display: none;
  }

  section #licenses .row {
    border-radius: 10px;
  }

  section #licenses .row .col-11 {
    padding: 5px;
  }
}

section #social-media {
  margin-bottom: 25px !important;
}

section #social-media #facebook i {
  color: darkblue;
}

section #social-media #youtube i {
  color: darkred;
}

section #social-media #instagram i {
  color: darkviolet;
}

section #social-media i:hover,
section #bbb img:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
}
