/*
 Theme Name:     Calafate Child
 Theme URI:      http://heythemers.com/themes/calafate/
 Description:    A basic child theme for the Calafate theme.
 Author:         Hey Themers
 Author URI:     http://heythemers.com
 Template:       calafate
 Version:        1.0
*/

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

hr {
  border: none;
  background: #fff;
  width: 45px;
  height: 5px;
  margin: 0px;
  margin-left: 40px;
  display: inline-block; }
  
.page-title-pop {
	  display: inline-block;
	  padding: 0.2rem 1rem;
	  background-color: #000000;
	  border-left: #0ff1b3 solid 4px;
  }
  
.page-template-template-cover .cover-item {
	padding: 12px 18px;
  }
  
.cover-item {
	  display: inline-block;
	  background-color: rgba(0, 0, 0, 0%);
	  border-left: rgba(0, 0, 0, 0%) solid 4px;
  }
  
.cover-item.hover {
	  background-color: rgba(0, 0, 0, 1000%);
	  border-left: #0ff1b3 solid 4px;

  }
  
  .resume-title blockquote {
	  background-color: rgba(255, 255, 255, 20%)
  }

.body-text p, .body-text blockquote {
	font-size: 1.3125rem; 
	line-height: 1.4; 
	font-style: normal;
}

.home-body-text p {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home-body-text p {
	font-size: clamp(1.5rem, 0.9375rem + 2vw, 3rem);
}

.site-header-holder {
	background-color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}