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;
  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%;
}

hr.end {
  border: 0.5px solid lightgrey;
  width: 97%;
}

.blurb {
  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;
  text-align: center;
  margin-top: 10px;
}

.underline {
  font-size: 1em;
  text-decoration: underline;
  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;
  padding-bottom: 35px;
  font-weight: bold;
}

.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-4 .resize {
  margin-bottom: 15px;
  box-shadow: 0.5px 1px 4px 3px rgb(175, 174, 174);
  border-radius: 3px;
  border: solid white 1px;
}

.col-4 img:hover {
  box-shadow: 1px 1px 5px 4px lightyellow;
}

.col-lg-2 img:hover {
  box-shadow: 1px 1px 5px 4px lightyellow;
}

.btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s !important;
  font-family: "Dosis", sans-serif !important;
  background-size: 200% auto;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  border-radius: 0px !important;
  box-shadow: 0.5px 1px 2px 1.5px rgb(175, 174, 174);
}

.oakland {
  padding-top: 15px !important;
}

.btn:hover {
  background-position: right center; /* change the direction of the change here */
}

.btn-4 {
  background-image: linear-gradient(
    to right,
    #00009180 0%,
    #a1c4fd 51%,
    #000091a1 100%
  );
}

.button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.row .last {
  margin-top: 15px;
  padding-bottom: 10px;
}

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 (min-width: 1280px) {
  .three-blogs {
    margin-top: 100px !important;
  }
  section #main {
    height: 40vw;
  }
  ul {
    padding-inline-start: 20px !important;
  }

  .img-title {
    font-size: 0.85em;
  }

  hr.end {
    display: none;
  }

  .oakland {
    padding-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .three-blogs {
    margin-top: 100px !important;
  }
  section #main {
    height: 40vw;
  }
  ul {
    padding-inline-start: 20px !important;
  }

  .img-title {
    font-size: 0.85em;
  }

  hr.end {
    display: none;
  }

  .oakland {
    padding-top: 20px !important;
  }
}

@media (max-width: 1200px) {
  .three-blogs {
    margin-top: 140px !important;
  }
  section #main {
    height: 570px;
  }

  ul {
    padding-inline-start: 15px !important;
  }

  hr.end {
    visibility: hidden;
  }

  .hover01 img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .btn {
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .titled {
    margin-top: 0px !important;
  }

  .col-lg-2 {
    margin-top: 0px !important;
  }

  section #main {
    height: 470px;
  }
  .offset-md-1 {
    margin-left: 0px !important;
  }

  .vl {
    margin-left: -10px;
  }

  .col-lg-2 {
    margin-top: 0px;
  }

  .titled {
    font-size: 1.5em;
  }

  .hover01 img:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .img-title {
    font-size: 0.9em;
  }

  hr.line {
    width: 100%;
  }
}

@media (max-width: 767px) {
  section #main {
    height: 470px;
  }

  hr.end {
    visibility: visible;
  }

  .vl {
    display: none;
  }

  .graphic {
    margin-top: -15px;
  }

  .col-lg-2 {
    margin-top: 0px;
    margin-left: 0em;
  }

  .titled {
    margin-left: 0px;
    font-size: 1.25em;
  }

  .oakland {
    padding-top: 25px !important;
  }
}

@media (max-width: 575px) {
  section #main {
    background: url("../images/blog/main.jpg") no-repeat center/cover;
  }

  section #main {
    height: 75vw;
  }

  .container {
    width: 95%;
  }

  .btn {
    padding: 10px;
  }

  ul {
    padding-inline-start: 0px !important;
  }

  .col-lg-2 {
    margin-top: 0px;
  }

  .titled {
    font-size: 1.5em;
  }

  a.button1 {
    padding: 0.5em 1em;
  }
  .oakland {
    padding-top: 20px !important;
  }
}

@media (max-width: 450px) {
  .underline {
    padding-bottom: 5px !important;
  }

  .btn {
    font-size: 0.75em !important;
  }

  .row .last {
    margin-top: 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);
}
