/*
Theme Name: MinimalistBlogger Child
Theme URI: https://kyledwilson.com
description: >-
  Minimalist Blogger Child Theme
Author: Kyle Wilson
Author URI: https://kyledwilson.com
Template: minimalistblogger
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: minimalistblogger-child
*/

/*@import url("../minimalistblogger/style.css");*/


.content-wrap.home.jumbotron {
  width: 100%;
  max-width: 100%;
}

.bottom-header-wrapper {
  position: relative;
  /*padding: 100px 0;*/
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  height: 1200px;
  max-height: 1200px;
  transition: all 300ms ease-out;
}

.jumbotron-wrapper-outer {
  width: 33%;
  float: right;
  position: relative;
  top: 33%;
  /*left: 67%;*/
  text-align: left;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
  transition: all 300ms ease-out;
}

.jumbotron-wrapper-inner {
  padding: 2em 10em 2em 4em;
}


.jumbotron-wrapper-outer span {
  color: #000;
}

.jumbotron-wrapper-outer .bottom-header-title {
  font-weight: 900;
  color: #0080ff;
}

.jumbotron-wrapper-inner .bottom-header-tagline {
  font-size: 1.5rem;
  color: #555;
}

.jumbotron-button {
  width: 100%;
  margin: 0 !important;
}

.jumbotron-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1.5em 10em 1.5em 3em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  /*font-weight: 400 !important;*/
  letter-spacing: 1px;
  /*line-height: 100px;*/
}


.sep {
  padding: 0 20px;
}

.site-branding .site-title {
  font-size: 84px;
}

.bottom-header-tagline a {
  color: #0080ff;
  font-weight: 700;
}


.wp-widget-group__inner-blocks {
  text-align: center;
}

.wp-widget-group__inner-blocks a.arrow {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
  /*color: #000;*/
}



@media screen and (max-width: 2000px) {
  .jumbotron-wrapper-outer {
    width: 50%;
    top: 25%;
    /*background: rgba(255,255,255,0.9);*/
  }
  
  .bottom-header-wrapper {
    background-position: 25% 0;
    height: 900px;
  }
}


@media screen and (max-width: 1440px) {
  .jumbotron-wrapper-outer {
    width: 60%;
    background: rgba(255,255,255,0.9);
    color: #333;
    /*float: none;*/
  }
}

@media screen and (max-width: 1100px) {
  .bottom-header-wrapper {
    height: 600px;
    /*background-image: inherit, linear-gradient(to bottom, rgba(0,0,0,0) 75%, rgba(0, 0, 0, 1.0) 100%);*/
  }

  .jumbotron-wrapper-outer {
    position: absolute;
    top: unset;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 0 5% 10px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: none;
  }

  .jumbotron-wrapper-inner {
    padding: 0;
  }

  .jumbotron-wrapper-inner .bottom-header-tagline {
    font-size: 1.2em;
    color: #fff !important;
    line-height: 1.2em;
  }

  .jumbotron-wrapper-outer .bottom-header-title {
    color: rgba(255,255,255,1) !important;
    font-size: 45px;
  }

  .jumbotron-wrapper-inner .clearfix {
    display: none;
  }

  .jumbotron-button {
    width: 90%;
    background: none;
  }

  .jumbotron-button a {
    background: none;
    padding: 0;
    text-transform: capitalize;
    font-size: 1.2em;
    letter-spacing: inherit;
  }
}

@media screen and (max-width: 900px) {
  /*.bottom-header-tagline a {
    color: #0080ff !important;
    font-weight: 700;
  }*/
}

.bottom-header-tagline a::after {
  /*content: "&#xf0a9";*/
}



