/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.head-margin{
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}

#logo img {
    height: 120px;
}

#bio-pic img {
	margin-top: 3.5rem;
	width: 100%;
    max-width: 100%;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}

#bio-logo img {
    margin-top: 2.5rem;
}

.portfolio-desc h4 {
	text-align:center;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
}

#offer-title {
	margin: 0 0 5px 0;
	font-size: 25px;
}

@media (max-width: 991px){
    .contact-image {
     width: 100%;
     margin-top: 0;
    }
}
.contact-image {
    position: relative;
    width: 60%;
    margin-top: 30px;
    z-index: 2;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}

.contact-section {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    padding: 60px 60px 60px 180px;
    z-index: 0;
}

.overlay-text {
    font-size: 1.25vw;
    line-height: 1.5;
    text-align: center;
}

.button-modal-quote {
    display: flex;
    justify-content: center;
}

.photo-credit {
    font-size: .6rem;
    text-transform: uppercase;
}

.divider {
    margin: .75rem auto;
}

#quote-header {
    font-size: 2rem;
    color:#1ABC9C;
    text-align: center;
}

.header-icons .si-dark {
    background-color:#1ABC9C !important;
}

.header-icons .si-small .si-rounded {
	width: 22px;
	height: 22px;
	font-size: 0.575rem;
	line-height: 20px;
}

 #intro-box {
     background-image: linear-gradient(#F5F5F5,white);
     padding: 35px 0;
 }

 .center .heading-block::after, .text-center .heading-block::after, .heading-block.center::after, .heading-block.text-center::after {
    margin: 20px auto 0;
}

.heading-block {
    margin-bottom: 25px;
}

.heading-block h1 {
    font-size: 30px;
}

.heading-block h2 {
    font-size: 1.25rem;
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}

#intro-txt {
    margin-right: 5%;
    margin-left: 5%;
    font-family: 'Poppins', sans-serif;
}

.button-aqua {
    background-color: #1ABC9C;
}

.button-purple {
    background-color: #A000C8;
}

#copyrights {
    line-height: 1.2;
}

.card{
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-text{
   margin-left: 1.25rem;
   font-style: italic;
}

#travel-cert-card{
    background-color: #1ABC9C;
    color: #fff;
    text-transform: uppercase;
}

.contact-section {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    padding: 20px 30px 40px 150px;
    z-index: 0;
}
.contact-image {
    position: relative;
    width: 60%;
    margin-top: 45px;
    z-index: 2;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}
@media (max-width: 991px) {
    .contact-section {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px;
    }
    .contact-image {
        width: 100%;
        margin-top: 0;
    }
}

.question {
    font-size: 1.5rem;
}

#mmv-youtube {
    margin-bottom: 4rem;
} 

.fbox-bg.fbox-center {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    border: 3px solid #1ABC9C;
    box-shadow: 0px 1px 3px 0px #3fab83;
}

.i-large.i-plain {
    margin: 0 0 0 0;
}

#chat{
    font-style: italic;
    text-decoration: underline !important;
}

#head-name{
    margin-bottom: 10px;
    font-size: .8rem;
    text-transform: uppercase;
}

.bottomleft {
    position: absolute;
    bottom: 8px;
    left: 16px;
    z-index: 3;
    color: #fff;
  }

  .legal-title {
      text-align: center;
      text-transform: uppercase;
      font-size: 1.5rem;
      margin-bottom: 0px;
  }

  .legal-date {
    text-align: center;
    color: gray;
    margin-bottom: 5px;
  }

  .legal-header {
    text-transform: uppercase;
    font-size: 1.25rem;
  }

  .legal-sub {
    font-size: 1rem;
  }
 
  #privacy-policy{
      margin-bottom: 20px;
  }

  #terms-and-cond{
    margin-bottom: 20px;
}

#calendly{
    color: white;
    text-decoration: underline;
}

.blog-image {
    width: 100%;
    float: none;
    margin: auto;
}

@media (min-width: 768px) {
    .float-md-right {
      margin:20px;
      width: 40%;
    }
}

.blog-image p{
    font-style: italic;
    text-align: center;
}

.blog-subhead{
    font-size: 1.15rem;
    font-weight: 600;
}
