/*!
 * Start Bootstrap - Coming Soon v5.0.4 (https://startbootstrap.com/template-overviews/coming-soon)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-coming-soon/blob/master/LICENSE)
 */
body,html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100vw !important;
}
 html {
    height: 100%;

  }
  
  body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: 'Lora';
    font-weight: 300;
 
    
    background-size: 98%;
    
    

  }

  /*
  .bg-image {
    background-image: url("bg-mobile-fallback.jpeg");
    width: 100vw;
    height: 100vh;
    z-index: -4;
    position: absolute;
    top: 0;
    left: 0;
  }
  */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Lora';
    font-weight: 700;

  }
  h4 {
    padding-right: 2vw;
    font-weight: 300;
  }
  .iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  } 
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
  }
  
  .mb-3, .mb-5, .input-group ,.input-group-newsletter{
    text-align: center;
    -webkit-animation: fadein 3s;
  }
  
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Firefox < 16 */
  @-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Internet Explorer */
  @-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Opera < 12.1 */
  @-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  .top-sub{
      line-height: 2rem;
  }
  .top-feed {
      position: relative;
        height:100vh;
  }
  
  .murj-content {
    padding-left: 7vw;
    width: 80%;
}
  
  @media (pointer: coarse) and (hover: none) {
    body {
      background-position: cover;
    }
  
    body video {
      display: none;
    }
  }

  * {
      outline: 1px  white;
  }
  

  .murj {
    width: 100vw;
    /* height: 100vh; */
    background: white;
    display: flex;
    padding: 0vh 2vw 2vh 2vw;
    flex-wrap: wrap-reverse;
    padding-bottom: 2;
  }
  #how-logo {
    width: 15%;
  }
  .how-feed {
    width: 100vw;
    background: white;
    padding: 10vh 0vw 10vh 0vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .murj-content-sub {
    font-size: 1.2em;
    font-weight: 300;
    padding-right: 8vw;
    margin-top: 2vh;

  }
  .murj-content ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    margin-right: 1.3vw;
    line-height: 1.6rem;
    margin-top: 3vh;
    
  }
  .murj-content ul li:before {
      content: "+";
      position: absolute;
      left: 0;
      color: #E03A3E;
  }


  .footer {
    background: #f0f0f0;
    height: auto;
    padding: 2vh 5vw;
  }

  .brand-name {
    display: flex;
    flex-direction: column;
    line-height: 1.4rem;
    justify-content: center;
  }
  .social-icons-footer {
    display: flex;
  }
  .social-icons-footer {
    list-style-type: none;
    padding: 0;

  }
  .social-icons-footer li {
    margin:0;
    padding: 0;
  }
  .social-icons-footer li a img {
    width: 11vw;
    margin:0;
    padding: 0;
    filter: drop-shadow(3px 3px 5px rgba(128, 128, 128, 0.603));
  }
  .block {
    margin-bottom: 2vh;
  }
  .misc {
    color:gray;
    font-size: 1rem;
    text-align: start;
    margin-left: 3vw;
    opacity: 80%;
    font-weight: 100;
    padding-top: 2vh;
    align-items: center;
   
  }
  .spread {
    font-size: 1.6rem;
    letter-spacing: 0.8rem;
    text-align: center;
  }
  .spread, .block {
  }

  .how-feed>div>h2 {
    font-weight: 600;
    color: #e1393e;
  }
  .divider {
    background: #e1393e;
    width: 80%;
    height: 3px;
  }

  * {
    outline: 1px  red;

  }
  .overlay-1 {
    position: absolute;
    bottom: -203px;
    height: 30.4vh;
    width: 100vw;
    opacity: 0.7;
}
.text-cont {
    position: absolute;
    bottom: 0;
    z-index: 3;
    height: 101vh;
    width: 100vw;
    color: white;
    opacity: 0.9;
    
    /* other styles (left, top, right, and padding) */
    background: linear-gradient(to top, transparent,black);
  }

  .text-cont-1 {
    z-index: 3;
    color: white;
    opacity: 0.9;
    color: black;
    margin-top: 21vh;
    background: white;
  }
  .title-1 {
    font-size: 2.5em;
    font-weight: 400;
    margin-top: 1vh;
  }
  .caption-1 {
    padding: 4vh 7vw;
    font-size: 1em;
    /* margin-top: 10vh; */
  }
  .sub-title-1 {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.9em;
}
  .text-content-1 {
    padding: 10vh 2vh 0vw 2vh;
    text-align: center;
    display: flex;
    flex-direction: column;
}

  

.text-content {
    padding: 25vh 8vw 0vw 8vh;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.sub-title {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.9em;
}
.title {
  font-size: 5em;
  font-weight: 400;
}
.caption {
  padding: 0vh 15vw;
  font-size: 1.5em;
  margin-top: 10vh;

}

.dot-pattern {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
    height: 100vh;
    width: 100vw;
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;

    
}
  .masthead {
    position: relative;
    /*overflow: hidden;*/
    padding-bottom: 3rem;
    z-index: 2;
    text-align: center;
  }
  
  .masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: #E03A3E;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .h-100 {
      height: 100%;
  }

  .masthead .masthead-content h1 {
    font-size: 2.5rem;
  }
  
  .masthead .masthead-content p {
    font-size: 1.2rem;
  }
  
  .masthead .masthead-content p strong {
    font-weight: 700;
  }
  
  .masthead .masthead-content .input-group-newsletter input {
    height: auto;
    font-size: 1rem;
    padding: 1rem;
  }
  
  .masthead .masthead-content .input-group-newsletter button {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem;
  }
  .main-feed {
    height: 100vh;
    height: auto;
}
.video-feed {
    width: 150%;
    height: 100%;
    position: relative;
    display: none;

}
    #top-video {
        width: 100%;
        height: 100%;
        opacity: 50%;
    }

    .how-feed>div {
      height: auto;
      width: 80%;
      margin-right: 10px;
      padding: 1vh 1vw;
      overflow:scroll;
  
    }
  .masthead .masthead-content {
    color: white;
    padding: 3vh 2vw 2vh 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #logo-1 {
    height: auto;
    width: 40vw;
}

  #hero {
    width: 65%;
  }

  .notify {
    background-color: white;
    color: black;
    height: auto;
    width: auto;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 400;
    border-radius: 5px;
    border-color:#e1393e;
    }

    .notify:hover {
        background: rgb(189, 30, 33);
        color: white;
    }
    .notify-cont {
        margin-top: 10vh;
    }

    
    .row {
        padding-right: 5vw;
    }
    .footer-logo-cont {
      display: flex;
      font-size: 3.5rem;
      text-align: center;
      align-items: center;
      flex-direction: column;
    }
    .hero-cont {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .murj-content-head {
      font-size: 2.3em;
      font-weight: 400;
    }

    @media (min-width: 390px) {
        .overlay-1 {
            display: none;
        }

        .container {
            /* width: 100%; */
            /* padding-right: 15px; */
            padding-left: 15px;
            /* margin-right: auto; */
            margin-left: auto;
        }
        .social-icons ul {
            margin-top: 0rem;
        }
        .main-feed {
            margin-top: 0vh;
        }
        
    }
    @media (min-width: 414px) {
        .main-feed {
            margin-top: 0;
        }
        
    }
    @media (min-width: 576px) {
        .container {
            max-width: 540px;
        }
       
    }


  @media (min-width: 768px) {
    .text-cont-1 {
      z-index: 3;
      color: white;
      color: black;

      padding: 5vh, 5vw;
      margin-top: 0vh;
    }  
    .misc {
      color:gray;
      font-size: 1rem;
      text-align: start;
      margin-left: 3vw;
      opacity: 80%;
      font-weight: 100;
      padding-top: 2vh;
      align-items: center;
    }
    #logo-1 {
      width: 15vw;
  }
    .footer-logo-cont {
      flex-direction: row;
    }
    .main-feed {
      margin-top: 30.6vh;
      height: 100vh;
      height: auto;
  }

    .social-icons-footer li a img {
      width: 3vw;
      margin:0;
      padding: 0;
      filter: drop-shadow(3px 3px 5px rgba(128, 128, 128, 0.603));
    }
    .footer-logo-cont {
      display: flex;
      font-size: 3.5rem;
      text-align: center;
      align-items: center;
    }
    .hero-cont {
      width: 40%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
    }

    #hero {
      width: 120vw;
    }
    .murj-content-head {
      font-size: 2.3em;
      font-weight: 400;
    }
    .murj-content {
      padding-left: 7vw;
      width: 40%;  
  
      
    }
    .dot-pattern-1 {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
      height: 100vh;
      width: 100vw;
      position: absolute;
      bottom: 0;
      z-index: 0;
      opacity: 0.9;
    
      
    }
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background-color: #e1393f4d;
      opacity: 0.7;
      z-index: 1;
      
    }
    body {
      background-image: url("lines.png");
    }
    .how-feed>div {
      height: auto;
      width: 25vw;
      margin-right: 10px;
      padding: 1vh 1vw;
      overflow:scroll;
  
    }
      
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .container {
        max-width: 720px;
    }
    .my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .masthead {
      height: 100%;
      min-height: 0;
      width: 40.5rem;
      padding-bottom: 0;
    }
  
    .masthead .masthead-bg {
      min-height: 0;
      -webkit-transform: skewX(-8deg);
      transform: skewX(-8deg);
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }
  
    .masthead .masthead-content {
        padding-left: 3rem;
        padding-right: 8rem;
        color: white;
        padding-top: 10vh;
        padding-bottom: 5vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
    .masthead .masthead-content h1 {
      font-size: 3.5rem;
      margin-bottom: 0;
    }
  
    .masthead .masthead-content p {
      font-size: 1.3rem;
    }
  }
  
  .social-icons {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  
  .social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .social-icons ul>li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
    padding: 10px;
  }
  
  .social-icons ul>li>a {
    display: block;
    color: white;
    background-color: #e1393e;
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
  }
  
  @media (min-width: 768px) {
    .main-feed {
        margin-top: 0vh;
        height: 100vh;
    }
    .social-icons {
      margin: 0;
      position: absolute;
      right: 2.5rem;
      bottom: 2rem;
      width: auto;
    }
  
    .social-icons ul {
      margin-top: 0;
      width: auto;
    }
  
    .social-icons ul>li {
      display: block;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 2rem;
    }
  
    .social-icons ul>li:last-child {
      margin-bottom: 0;
    }
  
    .social-icons ul>li>a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size: 2rem;
      line-height: 4rem;
      height: 4rem;
      width: 4rem;
    }
  
    .social-icons ul>li>a:hover {
      background-color: rgb(189, 30, 33);
    }
  }
  

  
  .fix-margin-img{
    margin-left: 100px;
  }
  
  button.center{
    display:block; /* change this from inline-block */
    margin:0 auto; /* this will center  it */
  }
  
  img.center {
    display: block;
    margin: 0 auto;
  }
  

  
  .input {
    font-weight: 300 !important;
  }
  #logo {
      height: 200px;
      width: auto;
      z-index: 10;
      display: inline-block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: -5vh;
  }

  .img-cont {
    padding-top: 5vh;
  }
  #medium {
    width: 55%;
    height: auto;
    /* position: absolute; */
    margin-top: 0.8rem;
}
#linkedin {
    width: 60%;
    height: auto;
    /* position: absolute; */
    margin-top: 0.8rem;
    
}
@media (min-width: 1024px) {
  .main-feed {
    background: black;
  }
 

  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1440px) {
  .video-feed {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline;
  }
  .text-cont-1 {
    display: none;
  }
}
