body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

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/blog/main_3.jpg") no-repeat center/cover;
}

section .hover01 img {
  width: 100%;
}
.col-lg-9 {
  border: solid #000091a1 1.5px;
  width: 90% !important;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0.5px 0.5px 5px 4px lightgrey;
  background-color: whitesmoke;
}

.for-h2 h1 {
  text-align: center;
  margin-top: 5px !important;
  font-weight: 300 !important;
  color: #000099;
  font-family: "Opens Sans", sans-serif;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 #000099, 1px 1px #000099 !important;
}

.date {
  font-family: "Dosis", sans-serif;
  text-align: center;
}

hr.title {
  border: 0.5px solid #ccc;
  width: 95%;
}

.states {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.col-lg-9 ul {
  list-style: none;
  padding-inline-start: 10px !important;
}

.col-lg-9 li::before {
  content: "\2022"; /* Unicode bullet symbol */
  color: #000091; /* Bullet color */
}

.col-lg-9 li {
  margin-bottom: 25px;
}

.img-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 100;
  color: black;
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 grey,
    0.7px 0.7px 0 grey !important;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}

hr.end {
  border: 0.5px solid lightgrey;
  width: 97%;
  margin-top: -10px;
}

.content {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  color: grey;
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 grey,
    0.7px 0.7px 0 grey !important;
  padding-bottom: 20px;
}

#more-info {
  text-align: center;
}

#more-info:hover a {
  text-decoration: none;
}

.titled {
  text-align: center;
  color: black;
  font-size: 1.25em;
  font-weight: 200;
  font-family: "Dosis", sans-serif;
}

hr.line {
  border: 0.5px solid grey;
  margin-top: -10px;
  width: 90%;
}

.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover01 a {
  text-decoration: none !important;
}

.hover01 img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.img-title {
  font-size: 0.75em;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 grey,
    0.7px 0.7px 0 grey !important;
  color: grey;
}

.img-title:hover {
  text-shadow: -1px 1px 0 lightyellow, 1px 1px 0 lightyellow !important;
}

.col-lg-2 {
  margin-top: 25px;
}

.col-lg-2 .resize {
  margin-bottom: 15px;
  box-shadow: 0.5px 1px 4px 3px rgb(175, 174, 174);
  border-radius: 3px;
  border: solid white 1px;
}

.col-lg-2 img:hover {
  box-shadow: 1px 1px 5px 4px lightyellow;
}

.button {
  display: flex;
  justify-content: center;
  width: 100%;
}

a.button1 {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #000091a1;
  margin: 0 0.4em 0.4em 0.3em;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  color: black;
  text-align: center;
  background-color: whitesmoke;
  box-shadow: 0.5px 1px 4px 3px rgb(175, 174, 174);
}

a.button1:hover {
  color: white;
  background-color: #000091;
  box-shadow: 1px 1px 5px 4px lightyellow;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
}

@media (max-width: 575px) {
  section #main {
    background: url("../images/blog/main_3.jpg") no-repeat center/cover;
  }

  section #main {
    height: 75vw;
  }

  .container {
    width: 95%;
  }

  ul {
    padding-inline-start: 0px !important;
  }

  .col-lg-2 {
    margin-top: 0px;
  }

  .titled {
    font-size: 1.5em;
  }
}
*/ 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);
}
