/*._logo-blogcontainer {
    background: url("/static/images/bg/beachbirds.webp?6de5f49cfffd");
    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("/static/images/bg/beachbirds.webp?6de5f49cfffd");
    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{
    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%;
  }
}
#button-addon1 {
    color: #ffc371;
}

.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

.form-control.shadow-0:focus {
    box-shadow: none;
}

.downfooter{
	background:linear-gradient(to right, #ff5f6d, #ffc371);
	width:100%;
	height:156px;
}

footer {
    margin:0;
}

.py-5 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-4 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media all and (min-width: 576px){
    footer{
        margin: .5em 3em;
        max-width: 100%;
    }

    .pt-4 {
        padding-top: 1.5rem !important;
    }

    .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-5 {
        /*padding-top: 3rem !important;*/
        padding-bottom: 3rem !important;
    }
}
#authorbox, ._bottom{
	width:90% !important;
	margin:1em auto 0;
	display:block;
	border:1px #eee solid;
	padding:15px;
}

._bottom{
	border-top:0;
	background-color:#fcfcfc;
	margin-top:0;
	padding:0 15px;
}

#authorbox:after{
	content:"";
	clear:both;
	display:block;
}

#authorbox ._pickmark{
	width: 110px;
	padding:10px;
	float:left;
	text-align:center;
	box-sizing: unset !important;
}

#authorbox ._picmark img{
	margin:0;padding:0;max-width:100px;
	float:left;
}



#authorbox h2{
	color:#003399;
	font-family:Verdana, sans-serif;
	display: inline-block;
	padding:0;
	margin:.6rem 0 0;
}

#authorbox h3, h4{
	margin:0;
	text-align:left !important;
}

#authorbox ._par {
	width:100%;
	text-align:justify;
	display:block;
	font-family:Verdana, sans-serif;
	font-size:1rem;
	line-height:1.4em;
	margin-bottom:1em;
}

#authorbox ._par a{
	color:#003399;
}

#authorbox .bottom{
	border-top:1px solid #eee;
}

@media screen and (max-width:640px){
	#authorbox{
		width:100%;
	}

}