/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display&display=swap');

html {
    height: 100%;
}


body {
    background: url('../images/dark_bgr.png') no-repeat center center fixed;
    background-size: cover;
    height: calc(100vh - 200px);
    min-height: 100vh;
    color: rgb(223, 223, 223);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-image 1.5s ease;
    -o-transition: background-image 1.5s ease;
    transition: background-image 1.5s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* .wrap-container {
    display: -ms-grid;
    display: grid;
} */

.hdr-txt {
    min-height: 150px;
    text-align: -webkit-center;
    font-family: 'Playfair Display', serif;
}

.header-container {
    padding-top: 165px;
}

.hdr-txt p {
    font-size: larger;
}

.prf-img {
    border-radius: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
}

/* Core Skills */

.home-text {
    font-family: 'Montserrat', sans-serif;
    color: rgb(223, 223, 223);
}

.hdr p {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

h2, h3, h3, h5{
    font-family: 'Playfair Display', sans-serif;
}

/* Education */

ol li {
    list-style: disc;
    padding-bottom: 10px;
}

/* backgrounds */

/* panel styles */
.panel {
    /* min height incase content is higher than window height */
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -2;
    /* outline: 10px solid hotpink; */
    /* turn above on to see the edge of panels */
  }
  /* Background Images */
.image-blank {
    background-image: url('../images/dark_bgr.png') no-repeat center center fixed;
  }

.image-lambretta {
    background-image: url('../images/lambretta.png');
  }

.image-lambretta .bg-text:hover,
.image-lambretta .bg-text:active,
.image-lambretta .bg-text:focus {
    background: rgb(47, 143, 237);
    color: white;
}

.image-bakers {
    background-image: url('../images/bakers.png');
}

.image-bakers .bg-text {
    border: 3px solid rgb(79, 45, 83) !important;
}

.image-bakers .bg-text:hover,
.image-bakers .bg-text:active,
.image-bakers .bg-text:focus {
    background: rgba(213, 120, 223, 0.637);
}

.image-college {
    background-image: url('../images/cooking_1.png');
}

.image-osjc {
    background-image: url('../images/osjc_1.png');
}

 .image-osjc-2 {
    background-image: url('../images/osjc_2.png');
 }

.image-college-2 {
    background-image: url('../images/burger.png');
}

.image-assistant {
    background-image: url('../images/digital.png');
}

.panel-header {
    /* min height incase content is higher than window height */
    min-height: 70vh !important;
}

  .bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    font-weight: bold;
    border: 3px solid #007bff;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.bg-text h1 {
    font-family: 'Playfair Display', sans-serif;
}

.exp-txt li {
    font-size: small;
    /* padding-left: 8rem!important; */
    list-style-type: none;
}

/* Footer */
.footer-bg {
    position: inherit;
    height: 110px;
    bottom: 0;
  }
  
  .social-icon a i {
    color: #ffffff;
    padding: 10px 30px;
  }
  
  .copyrght p {
      margin-bottom: 0;
  }

/* -------------------------------- Media Queries */

@media (max-width: 576px){
    .image-lambretta {
        background-image: url('../images/lambretta_sm.png');
    }
    
    .image-bakers {
        background-image: url('../images/bakers_sm.png');
    }

    .image-college {
        background-image: url('../images/toast.png');
    }
    
    .image-osjc {
        background-image: url('../images/osjc_1_sm.png');
    }
    
     .image-osjc-2 {
        background-image: url('../images/osjc_2_sm.png');
     }
    
    .image-college-2 {
        background-image: url('../images/burger_sm.png');
    }
    
    .image-assistant {
        background-image: url('../images/digital_sm.png');
    }
}

@media (min-width: 768px) {
    .header-container {
        padding-top: 300px;
    }
}

@media (min-width: 992px) {
    .header-container {
        padding-top: 250px;
    }
    
    .hdr-txt {
        min-height: 150px;
        text-align: inherit;
    }
}