html {
    font-size: 10px;
}


body { 
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    color: #000;
}

h1 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 40px;
}

h1::after{
    content:'';
    height:5px;
    width:20%;
    background:#e40853;
    position:absolute;
    left:0;
    bottom:50px;
  }

.hero-img {
    width: 100%;
}

.pink {
    color: #e40853;
}

.main {
    background: url('../images/bckground2.jpg') no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FFF;
   
}

.container {
    width: 90%;
    margin: 0 auto;
    height: 100vh;

}



.txt-container {
    border-style: solid;
    border-width: 500px 0 0 500px;
    border-color: transparent transparent transparent #000;
    transform: rotate(0deg);
    position: fixed;
    bottom: 0;
    left: 0;   
}

.small {
    position: absolute;
    width: 50ch;
    z-index: 2;
    bottom: 50px;
    left:30px;
    color: #FFF;
   
}

h1{
    font-size: 2.4em;
    font-family: "Caladea", serif;
}


h2 {
    font-size: 1.35em !important;
}

.main-txt {
    position: relative;
    background-color: rgba(255,255,255,.9);
    right: 0px;
    bottom: 0px;
    z-index: -1;
    padding: 20px;
}

.lslant {
  
        shape-outside: polygon(187px -58px, 8px 294px, 594px 349px);
        width: 500px;
        height: 500px;
        float: left;
        opacity: .2;
    
}

.rslant {
  
    shape-outside: polygon(187px -58px, 8px 294px, 594px 349px);
    width: 500px;
    height: 500px;
    float: right;
    opacity: .2;

}



.leye {
    position: absolute;
    z-index: 2;
    bottom: 30px;
}


.img2 {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    float: right;
    shape-outside: circle(59.09%);
    margin-top: -100px;
    border: 3px solid #FFF;
}



.shape-container {
    position: fixed;
    bottom: 0;
    height: 200px;
}

.byline {
    font-size: .9em;
}

.responsive {
    display: none;
}

.subheader {
    text-align:right;
    font-family: "Great Vibes", cursive;
    font-size: 2em;
    margin-top: -70px;
    text-shadow: 2px 2px #000000;
}


@media only screen and (max-width: 600px) {
    
    .txt-container {
      display:none;
    }

    .small {
        display: none;
    }

    .lslant {
        display: none;
    }
    
    .img2 {
    margin-top: -50px;
    }

    .main-txt {
        display: none;
    }

    .blk-layout {
        background: #000;
        color: #FFF;
        padding: 20px;
    }

    .wht-layout {
        background: #FFF;
        color: #000;
        padding: 20px;
    }

    .responsive {
        display: block;
    }

    h1::after{
        content:'';
        height:5px;
        width:20%;
        background:#e40853;
        position:absolute;
        left:20px;
        bottom:-120px;
      }

      .main {
        background-size: contain;
        height:500px;
      }


      .container {
        height: auto;
      }

      
.subheader {
    text-align:right;
    font-family: "Great Vibes", cursive;
    font-size: 2em;
    margin-top: -20px;
    text-shadow: 2px 2px #000000;
}

    
  
}