/*._logo-blogcontainer {
    background: url("../images/bg/beachbirds.webp");
    background-size: cover;
    background-position: center;
    opacity:.7;
    -border-radius:50%;
    -position:relative;
  }*/

  ._logo-blogcontainer {
    position: relative;
  }
  
  ._logo-blogcontainer::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../images/bg/beachbirds.webp");
    border-radius:15px;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    z-index:-1;
  }

  ._logo-blogcontainer,._logo-blogcontainer::before {
    height: 15vh;
  }

  #logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin:0;
    width:100%;
  }

._lnktitle {
    text-decoration:underline;
    font-family: AvenirNext, sans-serif !important;
    font-size: 1.2em;
    color: #212529;
    clear: both;
  }

h1 {
    font-family: Jost, AvenirNext, sans-serif !important;
    font-size: 1.9em;
    color: #574b4d !important;
    margin:.5em 0 .5em 0 !important;
}

h2 {
  font-family: Jost, AvenirNext, sans-serif !important;
  font-size: initial;
  font-size: 1.7em;
  color: #3d3e41 !important;
  margin:.5em 0 .5em 0 !important;
}

h3 {
  font-family: Jost, AvenirNext, sans-serif !important;
  font-size: initial;
  font-size: 1.7em;
  color: #3d3e41 !important;
  margin:1em 0 .8em 0;
}

p, ul._blog, ol._blog {
    font-family: AvenirNext, sans-serif !important;
    margin:.5 0 0 0;
    font-size: 1.4em;
}

.row{
    padding: 0;
}

._sidepic, ._legend {
	width:95%;
	margin: 10px auto 10px;
	text-align:center;
}

article{
  margin:.5em;

}

._custom_card_img {
    max-height: 150px;
    width: auto;
    display: inline-block;
    padding: 0 10px;
}

._articlepic {
  width:85%;
  border-radius:5%;
  float:left;
  margin: 0 15px 5px 10px; 
}

._custom-tag {
    background-color: #054589; /* Your desired blue color */
    color: white;
    border-radius: 0.25rem; /* Slightly rounded corners */
    display: inline-block;
    max-width: max-content;
    margin: .5em 1em 0; 
    padding: 0.3em 0.3em;
    font-size: smaller;
}

@media all and (min-width: 400px){
  ._logo-blogcontainer,._logo-blogcontainer::before {
    height: 20vh;
  }
  ._articlepic {
    width:60%;
  }
}

@media all and (min-width: 500px){
  ._logo-blogcontainer,._logo-blogcontainer::before {
    height: 25vh;
  }
  ._articlepic {
    width:55%;
  }
}

@media all and (min-width: 640px){
  ._logo-blogcontainer,._logo-blogcontainer::before {
    height: 35vh;
  }
}

@media all and (min-width: 768px){
  ._logo-blogcontainer {
    height: 45vh;
  }

  ._logo-blogcontainer::before {
    height: 45vh;
  }

  ._sidepic {
    width:50%;
  }

  ._articlepic {
    width:40%;
  }

  #logo {
    width: 45%;
  }

  .row.blog{
    margin: 0 3em;
  }
}

@media screen and  (min-width: 1072px) {


  ._logo-blogcontainer,._logo-blogcontainer::before {
    height: 35vh !important;
    width: 80%;
    left:10%;
  }

  ._sidepic, ._articlepic {
    width:35%;
  }
}