/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/




/* tablet version */

@media only screen and (max-width: 1023px) and (min-width: 630px){
  
  .pagenav{
    display: none;
  }

  .fullscreen{
    background-attachment: scroll;
  }

  .malstyoor{
    font-size: 7rem;
    line-height: 75px;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  p{
    font-size: 18px
  }

  .beyond-beauty{
    background-image: url(./media/images/green.jpg);
    background-position: 0% 50%;
  }

  .type{
    background-position: 47.7% 50%;
  } 

  .pen{
    background-image: url(./media/images/pen-v.jpg);
  }

  .itsmeordog{
    background-image: url(./media/images/web-v-2.jpg);
    background-position: 40% 50%;
  }

  .writer-management{
    background-image: url(./media/images/letters-v.jpg);
    background-position: center;
    background-size: cover;
  }

  .tanbooks{
    background-image: url(./media/images/tan-books.jpg);
    background-position: 90% 50%;
  }

  .hand{
  background-image: url(./media/images/writing.jpg);
  background-position: 84% 50%;
  }

  .kinderimg{
    background-image: url(./media/images/child.jpg);
    background-position: 60% 50%;
  }

  .process {
    background-image: url(./media/images/books.jpg);
    background-position: 52% 50%;
  }

  .storyblue{
    background-position: 66% 50%;
  }

  .lncenter{
    height: 100% important;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .number{
    margin-top: 30px;
  }


  .open #navbar{
    width: 100%;
  }

    /* index page */
  .indexarrow{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    padding-top: 0px; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    padding-right: 5px;
  }

  .arrow-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center; 
    width: 100%; 
    position:relative; 
    z-index: 10; 
    overflow-y: hidden; 
    -webkit-animation-delay:3s!important; 
            animation-delay:3s!important;
    margin-top: -20px;
  }

    .contact-font{
      margin-bottom: 20px;
      line-height: 50px;
    }



  .clients-flex{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }


  .logo-left{
   margin-left: 0px;
  }

  .logo-right{
    margin-right: 0px;
  }


  .logo-mid{
    display: none;
    width: 0px!important;
  }

  .column-33{
    width: 50%;
  }

  .visible-mobile{
    display:block;
    z-index: 999;
  }

  .hidden-mobile{
    display: none;
  }

  .left-blue{
    display: hidden !important;
    width: 0px;
    min-width: 0px;

  }

  .right-pannel{
    height: 100%;
  }
  
  .inner-right-pannel .grayheader{
    color: white;
  }

  .inner-right-pannel{
    padding-top: 0px;
  }

  #top{
    padding-top: 0px;
  }

  /*annoying stuff*/
  .annoying1{
    width:100%; 
    height:100%; 
    display:-webkit-box; 
    display:-ms-flexbox; 
    display:flex; 
    -webkit-box-orient:vertical; 
    -webkit-box-direction:normal; 
        -ms-flex-direction:column; 
    flex-direction:column; 
    -webkit-box-pack:end; 
        -ms-flex-pack:end; 
    justify-content:flex-end;
  }

  .annoying2{
    height: 250px;
    width: 100%; 
    -webkit-box-pack: end; 
    -ms-flex-pack: end; 
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    margin-top: -341px;
    margin-left: 15px;
  }

  .annoying3{
    width: 37%;
    text-align: left;
    color: white;
    padding-right: 0;
    padding-left: 15px;
  }

  .scrolldown{
    display: none;
  }

  .ss-sub{
    font-size: 1.3rem; 
    letter-spacing: 0.5px;
  }

  .justified-poem{
    height: 86vh;
  }
  .justified-forbidden{
    height: 86vh;
  }

  .justified{
    height: 84vh;
  }

  .menu-icon{
    background-color: rgba(255,255,255, 0.3);
    border-radius: 21%;

  }

  .lifepage-group1{
    width: 100%; 
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0px;
  }

  .lifen-arrow{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center; 
    padding-left: 00px; 
    position:relative; 
    z-index: 10; 
    overflow-y: hidden; 
    -webkit-animation-delay:3.2s!important; 
            animation-delay:3.2s!important; 
    margin-top: -300px;
    width: 100%;
    margin-left: 0px; 
  }

  .process-color{
      height: auto;
      padding: 10px;
      width:90vw; 
      background-color: rgba(251, 253, 255, 0.5);
  }

  .process-txt{
    width:45vw; 
    padding: 0px 22px; 
    color:#7f7f7f;
    max-width:385px;
  }

  #sspage .right-pannel{
    width: 400px;
  }

  .contact-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-around; 
    height: 100%; 
    width: 100%; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    text-align: center;
  }


  .contact-top-txt{
    font-family:'Neutra Display'; 
    font-weight: 600; 
    font-size: 2.4rem; 
    width: 100%;
    letter-spacing: 4px; 
    color:white; 
    margin-bottom: 1.4rem; 
    -webkit-animation-delay: .3s!important; 
            animation-delay: .3s!important;
    padding-top: 5vh;
    max-width: 415px;
  }

  .contact-name{
    font-size: 3.5rem;
    margin-bottom: 0px;
    color: white;
  }

  .contact-group{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -20px;
    padding-top: 80px;
  }

  .contact-writer{
    margin: 0px;
    color: white;
    margin-bottom: 30px;
    margin-top: -31px;
  }

  .contact-mid-txt{
    font-size: 1.8rem;
    color: white;
  }

  .contact-bottom{
    margin-bottom: 65px;
    letter-spacing: 3px;
    color: white;
  }

  .contact-background{
    height:  100%;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: center;
  }

  .group-lnpage{
    align-items: center;
    justify-content: center;
  }

  .clientmenu{
    display: none;
  }

  .column-33{
    padding-top: 7.5vh;
  }

  .aboutwords{
    -webkit-animation-delay: .3s; 
            animation-delay: .3s;
  }

  .flourish-about{
    padding-top: 0px;
    margin-top: -2px;
  }



}


/******************************************/
/* mobile version */

@media only screen and (max-width: 629px){
  
  

.beyond-beauty{
    background-image: url(./media/images/beauty.png);
    background-position: right;
    background-size: cover;
  }

  .pen{
    background-image: url(./media/images/pen-v.jpg);
    background-position: 50% 50%;
    background-size: cover;

  }

  .itsmeordog{
    background-image: url(./media/images/dog-v.jpg);
    background-position: 40% 50%;
    background-size: cover;
  }

  .writer-management{
    background-image: url(./media/images/letters-m.jpg);
    background-position: 31.5% 50%;
    background-size: cover;
  }

  .tanbooks{
    background-image: url(./media/images/tan-books.jpg);
    background-position: 90% 50%;
    background-size: cover;
  }

  .hand{
  background-image: url(./media/images/writing.jpg);
  background-position: 88% 50%;
  background-size: cover;
  }

  .storyblue{
    background-image: url(./media/images/sitting.jpg);
    background-position: 57% 50%;
    background-size: cover;
  }

  .kinderimg{
    background-image: url(./media/images/child-v.jpg);
    background-position: 55% 50%;
    background-size: cover;
  }

  .coffee{
    background-image: url(./media/images/coffee-m.jpg);
    background-size: cover;
  }

  .nest{
    background-image: url(./media/images/nest-m.jpg);
    background-position: 36% 50%;
    background-size: cover;
  }

  .wine{
    background-image: url(./media/images/wine-v2.jpg);
    background-position: 55% 50%;
    background-size: cover;
  }

  .process{
    background-image: url(./media/images/books-v.jpg);
    background-position: 82% 50%;
    background-size: cover;
  }

  .package{
    background-image: url(./media/images/package.jpg);
    background-position: 41% 50%;
    background-size: cover;
  }

  /******** Navigation ***********/

  .pagenav{
    display: none;
  }

  #navbar li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
    margin-left: 9px;
  }

  #navbar{
    margin-left: -20px;
  }

  .header-name{
    font-size: 2rem;
    margin:  0px;
    margin-bottom: -10px;
  }

  .header-title{
    font-size: 1.3rem;
    margin-top: 0px;
    margin-left: 40px;
  }

  .malstyoor-small{
    font-size: 2rem;
    margin:  0px;
    margin-bottom: 0px;
  }

  .column-nav{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .malstyoor{
    font-size: 4rem;
    line-height: 45px;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .indexwriter{
    font-size: 1.5rem;
  }

  p{
    font-size: 1.2rem;
  }

  .open #navbar{
    width: 100%;
  }

    /* index page */
  .indexarrow{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    padding-top: 0px; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    padding-right: 5px;
  }

  .indexwriter{
    font-size: 1.6rem;
    margin-top: -11px;
  }

  .index-arrow{
    width: 20px;
    height: 12px;
  }

  .arrow-container{
    
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center; 
    width: 100%; 
    position:relative; 
    z-index: 10; 
    overflow-y: hidden; 
    -webkit-animation-delay:4s!important; 
            animation-delay:4s!important;
    margin-top: -16px;
  }

    .contact-font{
      font-size: 1.4rem;
      margin-bottom: 15px;
      line-height: 32px;
    }

    

  .contact-background{
    padding: 20px 15px 50px 15px;
    letter-spacing: 1px;
    height:  100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: center;
  }


  .clients-flex{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }


  .logo-left{
   margin-left: 0px;
  }

  .logo-right{
    margin-right: 0px;
  }


  .logo-mid{
    display: none;
    width: 0px!important;
  }

  .column-33{
    width: 50%;
    padding-top: 100px;
  }

  .visible-mobile{
    display:block;
    z-index: 999;
  }

  .hidden-mobile{
    display: none;
  }

  .left-blue{
    display: hidden !important;
    width: 0px;
    min-width: 0px;

  }
    

  /*annoying stuff*/
  .annoying1{
    width:100%; 
    height:100%; 
    display:-webkit-box; 
    display:-ms-flexbox; 
    display:flex; 
    -webkit-box-orient:vertical; 
    -webkit-box-direction:normal; 
        -ms-flex-direction:column; 
            flex-direction:column; 
    -webkit-box-pack:start; 
        -ms-flex-pack:start; 
            justify-content:flex-start;
  }

  .annoying2{
    height: 250px;
    width: 100%; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    margin-top: 50px;
    position: relative;
  }

  .annoying3{
    width: 100%; 
    text-align: right; 
    color: white; 
    padding-right: 15px;
    font-size: 1.5rem;
  }

  .scrolldown{
    display: none;
  }

  .ss-sub{
    font-size: 1.2rem; 
    letter-spacing: 3px;
  }

  .rlineheight{
    font-size: 1rem;
  }

  .lifepage-group1{
    width: 100%; 
    padding-right: 10px;
    padding-left: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lifen-arrow{
    margin-left: 0px;
    margin-top: -100px;
  }

  .process-color{
    width: 100%;
    height: auto; 
    background-color: rgba(251, 253, 255, 0.85);
  }

  .process-txt{
    width:45vw; 
    padding: 0px 22px; 
    color:#7f7f7f;
  }

  #sspage .right-pannel{
    width: 100%;
  }

  .lifepage-main{
    padding-top: 200px;
    margin-bottom: 30px;
  }

  .lifepage-body{
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0px 10px;
  }

  .right-pannel{
    width: 100vw;
    height:  auto;
    padding-right: 0px;
  }

  .inner-right-pannel{
    overflow-y: visible;
    height: auto;
  }

  .flex-help{
    display: none;
  }

  .whiteheader{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .nofull .fullscreen{
    height: auto;
    min-height:100vh;
  }

  .uppercase{
    font-size: .8rem;
    -webkit-text-stroke-width: 1px;
  }
  .aboutbiggerfont{
    font-size: 2rem;
    margin-left: 3px;
  }

  .fullscreen{
    background-attachment: scroll;
  }

  .ln-thin{
    font-size: 1rem;
  }

  #novel-thinner{
    padding: 0px;
  }

  #novel-thin{
    padding: 0px;
  }

  .novel{
    font-size: 1.3rem;
  }

  .justified{
    height: auto;
    padding-left:15px;
    padding-right: 15px;
    text-align: left;
  }

  .justified-forbidden{ 
    height: auto;
    padding-left:15px;
    padding-right: 15px;
    text-align: left;
  }

  .justified-poem{
    height: auto;
    padding-left:15px;
    padding-right: 15px;
  }

  .hidearrow{
    display: none;
  }

  .banner{
    height: 10px;
  }

  .process-txt{
    font-size: 1rem;
    width: 100%;
  }
  
  .inner-right-pannel .grayheader{
    color: white!important;
  }

  .right-pannel .grayheader {
    color: white;
  }
  .hidemenu{
    display: none;
  }

  .aboutwords{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column; 
    -webkit-box-pack:safe center; 
        -ms-flex-pack:safe center; 
            justify-content:safe center; 
    height: 100%; 
    width: 100%; 
    text-align: center; 
    -webkit-animation-delay: .3s; 
            animation-delay: .3s;
  }

  #mobile-scroll .no-scroll{
    overflow: visible;
  }

  .contact-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: flex-start; 
    height: 100%; 
    width: 100%; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    text-align: center;
  }


  .contact-top-txt{
    font-family:'Neutra Display'; 
    font-weight: 600; 
    font-size: 1.4rem; 
    width: 100%;
    letter-spacing: 4px; 
    color:white; 
    margin-bottom: 1.4rem; 
    -webkit-animation-delay: .5s!important; 
            animation-delay: .5s!important;
    padding-top: 17spx;
    max-width: 300px;
    margin-left: 2px;
  }

  .contact-name{
    font-size: 2.5rem;
    margin-bottom: 0px;
    color: white;
  }

  .contact-group{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -20px;
    padding-top: 50px;
    margin-left: 6px;
  }

  .contact-writer{
    margin: 0px;
    color: white;
    margin-bottom: 30px;
    margin-top: -20px;
    font-size: 1.5rem;
  }

  .flourish-about{
    width:22px;
    padding-top:1px;
  }

  

  .contact-mid-txt{
    font-size: 1.2rem;
    color: white;
  }

  .contact-bottom{
    margin-bottom: 22px;
    letter-spacing: 1px;
    color: white;
    padding-top: 70px;
  }

  .menu-icon{
    background-color: rgba(255,255,255, 0.3);
    border-radius: 21%;
  }

  .number{
    margin-top: 16px;
  }

}

/* hiding navingation for short stories */

@media only screen and (max-width: 1338px) and (min-width: 1024px){

  .annoying2{
    position: relative;
    width: 91%;
    height: 100vh;
  }

  .annoying3{
    padding-top: 321px;
  }

  .annoying1{
    height: 83.5%;
  }

  .scrolldown {
    margin-left: 69vw;
    display: none;
  }


  .process{
    background-image: url(./media/images/books-v.jpg);
    background-position: 82% 50%;
    background-size: cover;
  }

  .number{
    margin-top: 26px;
  }

}

/******************************************/
/* other things */

@media only screen and (max-width: 1360px) {
  #navbar{
    padding-left: 0px;
  }

  .whiteheader{
  font-size: 2.3rem;
  }
} 























