/*
 Theme Name:   Bootstrap Basic 4 Child
 Theme URI:    https://career.versatilephd.com
 Description:  Child theme for the Bootstrap Basic 4 theme
 Author:       Peggy O’Connor
 Author URI:   https://mariposagraphics.org
 Template:     bootstrap-basic4
 Version:      1.0.0
 Text Domain:  bootstrap-basic4-child
*/

/* Full‑width featured image header */
.full-header {
  width: 100%;
  height: 60vh;               /* adjust height as you like */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4); /* optional dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-title {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin: 0 1rem;
}

.page-content {
  max-width: 80vw;
  margin: 2rem auto;
  padding: 0 1rem;
}


.full-header {
  position: relative;
}

.full-header .logo-overlay {
  top: 6vw;
  right: 10vw;
  z-index: 10;
  display: block;
}

.full-header .logo-overlay img {
  max-width: 20vw;
  height: auto;
  display: block;
}

.full-header a{
    width:auto !important;
    top:6vw;
    right:10vw;
    display:block;
    
}

.site-title .site-description {
    color: #999;
    font-size: 18px;
    margin-left: .5vw;
}

/* If you want to hide or shrink on phones: */
@media (max-width: 576px) {
  .full-header .logo-overlay {
    /*display: none; hides entirely on xs screens */
  }
}
