

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}


html {
    font-family: 'EB Garamond';
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;

}


/* EACH SECTION PROPERTIES */
/* Padding of 1rem, full vertical space, Scroll snap, horizontally center align content, Background Colour  */

section {
    /* border-bottom: 1px solid blue; */
    padding: 1rem;
    height: 100vh;
    scroll-snap-align: start;
    text-align: center;
    position: relative ;
    background-color:#ebf2f8;
    
    z-index: 1;
    overflow: hidden;
    
}



/* SECTION > CONTAINER - DISPLAY AS GRID*/

.container {
 
    display: grid;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    place-items: center;
    height: 100vh;
    
}


/* SECTION > CENTER - DISPLAY AS BLOCK, L&R MARGINS, WIDTH OF 30%, ITEMS/POSITIONED IN CENTER */
       
.sign {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    /* min-width: 30px; */
    max-width: 50px;
    place-items: center;
    position: absolute;
    top: 95%;
    left: 95%;
    -ms-transform: translate(-95%, -95%);
    transform: translate(-95%, -95%);
    
  }

/* HOMEPAGE TITLE - ART BY AJAY RAMPAL*/

    .m13{
        text-align: center;
        /* position: initial; */
        vertical-align: middle;
        color: #b40200;
        font-size: calc(1rem + 7vw);
        /* font-family: Garamond, 'Cormorant', serif; */
        font-weight: 300;
        /* margin-top: 1vh; */
        
    }

/* DEDICATION PAGE WRITEUP */

    #mydiv { 
        
        background-size:cover;
        background: url('images/pg2/bg1.jpg'); 
        background-repeat: no-repeat; 
        background-position: center;
        
        
        box-shadow:inset 0 0 0 2000px rgba(238, 233, 234, 0.8); 
    }


    .dedicate {
        color: #b40200;
        text-shadow: 0px 0px 12px rgb(214, 202, 186);
        /* background-color: rgba(255, 255, 255, 0.7);" */
        width: 100%;
        display: block;
        font-size: calc(0.7rem + 3vw);
        font-family: Garamond, Times, 'Times New Roman', serif  ;
        font-weight: 100;
        font-display: block;
        animation: fade 1s ;  
        padding: 7px;

    }

/* THE JOURNEY PAGE TITLE*/

    .journey_title {

        color:brown;
        font-size: calc(1.2rem + 3vw);
        font-family: Garamond, Times, 'Times New Roman', serif  ;
        font-weight: 100;
        font-display: block;
        margin-top: 7vh;
        text-align: center;
    }

   
/* WORKS PAGE TITLE*/

    .work_title {
         color:#b40200;
        font-size: calc(2.5rem + 3vw);
        font-weight: 100;
        font-display: block;
        margin-top: 6%;
    }

/* CONTACT PAGE TITLE*/

    .contact {
         color:#fff;
        font-size: calc(2.5rem + 3vw);
        font-weight: 100;
        font-display: block;
        margin-top: 1em;
        /* font-family: 'Montserrat'; */
        
        position: absolute;
        place-content: center;
        width: 100%;
        text-align: center;
        
  
    }

    /* PARAGRAPH > WHITE TEXT IN PARAGRAPH, FONT GARAMOND, LIGHT WEIGHT,  CENTER ALIGNED, MARGIN OF 10% ON L & R, */

    /* Journey page text */ 

    p.white_txt {
        
        font-family: Garamond, Times, 'Times New Roman', serif  ;
        font-weight: 100;
        margin-left: 10%;
        margin-right: 10%;
        padding: 3%;
        border-radius: 15px;
        font-display: block;
        text-align: center;
        overflow: scroll;
        backdrop-filter: blur(7px);
        layout.css.backdrop-filter.enabled: true;
        -webkit-backdrop-filter: blur(7px);
        /* background-color: rgba(255, 255, 0, 0.6); */
        -webkit-background-color: rgba(0, 0, 0, 0.1);
        color: white;
        height: 60vh;
        

        
    }
    /* PARAGRAPH > WHITE TEXT IN PARAGRAPH, FONT GARAMOND, LIGHT WEIGHT,  CENTER ALIGNED, MARGIN OF 10% ON L & R, */

    /* Contact page text */ 

    p.contact_white_txt {
        /* color:#FFF;
        font-size: calc(0.3rem + 2vw);
        font-family: Garamond, Times, 'Times New Roman', serif  ;
        font-weight: 100;
        margin-top: 12%;
        font-display: block;
        position:absolute;
        border: darkred solid 1px;
        left: 15%; */
        color: #FFF;
        width: 100%;
        margin-top: 10%;
        font-size: calc(1em + 0.5vw);
        /* font-family: 'Montserrat'; */
        font-weight: 100;
        font-display: block;
        animation: fade 3s ;  
        padding: 7px;
        position: absolute;
        top: 15%;
        /* border-bottom: red dashed 1px; */
        
    }
   

    p.contact_white_txt a:visited,
    p.contact_white_txt a:link
     {
      /* background-color: darkred; */
      color: white;
      text-decoration: none;
      transform: matrix3d();
      display: inline-block;
      padding-left: 0.7em;
      padding-right: 0.7em;
      padding-top: 0.1em;
      padding-bottom: 0.1em;

   
      
    }

    p.contact_white_txt :hover,
    p.contact_white_txt :focus,
    p.contact_white_txt :active {
    color: white;
    background-color: darkred;
    

    }
  


/* A TAG > RED TEXT IN A */

    a.red_txt {
        color:#b40200;
        font-size: calc(0.5rem + 1vw);
        font-family: Garamond, Times, 'Times New Roman', serif  ;
        font-weight: 100;
        font-display: block;
        
    }

/* RED TEXT IN OPEN CLASS */

   #red_txt {
        color:#b40200;
        font-size: calc(0.5rem + 1vw);
        font-family: Garamond, Times, 'Times New Roman', serif  ;
        font-weight: 100;
        font-display: block;
        text-align: center;

        
    }

    /* BLACK TEXT IN OPEN CLASS */

    #blk_txt {
        color:  black;
        font-size: calc(0.5rem + 1vw);
        font-family: Garamond, Times, 'Times New Roman', serif  ;
        font-weight: 100;
        font-display: block;
        width: 80%;
        text-align: justify;
        margin: auto;

    }

/* ABOUT PAGE VIDEO BOX SETTINGS */

.video-box {
        height: 250px;
        width: auto;
        resize: both;
        margin-top: 3%;
        margin-bottom: 2%;
        border: 1px solid white;
        
    }

/* WORKS PAGE SHOWCASE AREA SETTINGS */

.portfolio {
    position: relative;
    margin: auto;
    height: 50vh;
    text-align: center;
    border: 1px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: darkred;

}

/* UNORDERED LIST DEFINITION - RED BACKGROUND AND PADDING */


  .worktypes {
    display: inline;
    font-size: 0.9rem;
    
    
    background-color: #b40200;
    margin: 3%;
    
     }

.worktypes a:visited, .worktypes a:link{
    color: white;
    text-decoration: none;
    font-family: "EB+Garamond";
    font-weight: 300;
    padding: 3%;
    /* font-family: monospace; */
    text-transform: uppercase;   
}

/* VIEW ALL BUTTON SETTINGS */

.btn{
    padding: 0.3rem;
    border: 1px solid #b40200;
    margin: auto;
    width: 20%;
    color: white;
    background-color:#b40200;
    position: relative;
    text-align: center;
    margin-top: 3vh;
    border-radius: 7px;    
    font-weight: 100;
    min-width: fit-content;
    font-size: calc(0.7rem + 1vw);
    display:block;
    text-decoration: none;
   /* text-transform: uppercase; */

}
   
/* VIEW ALL BUTTON - LINK COLOR & FORMATTING SETTINGS */

.btn a:visited, 
.btn a:link{
    color: white;
    text-decoration: none;
    
}

/* VIEW ALL BUTTON - A TAGGED CONTENT HOVER & COLOR CHANGE  SETTINGS */


.btn a:hover,
.btn a:focus {
    color: #b40200;
    z-index: 1;
}

/* VIEW ALL BUTTON HOVER ON SETTINGS */

.btn:hover,
.btn:focus{
    background-color: white;
    color: #b40200;
    transition: 0.3s;
}



/* EXHIBITIONS*/



.column {
    float: left;
    /* align-items: center; */
    text-align: center;
    padding: 20px;
    
    width: 25%;
    margin: 3%;
    /* transform: translateY(30%); */
    
    transform: translateX(50%);
    font-size: calc(1rem);
    
  }

  .column img{
    text-align: center;
    padding: 7px;
    margin: 13%;
    min-width: 100px;
    border: lightcoral 1px dashed;
    border-radius: 50%;
  }
  
  .column img:hover,
  .column img:focus{
    text-align: center;
    padding: 5px;
    margin: 13%;
    min-width: 100px;
    border: lightcoral 3px dashed;
    border-radius: 50%;
  }


  /* Clear floats after the columns */
  .row:after {
    
    display: table;
    clear: both;
    margin: auto;    
    
  }










  
  
  /* ********************************************* */

/* Slideshow container */
.slideshow-container {
    width: 90%;
    height: 70vh;
    /* max-height: 70vh; */
    position: absolute;
    margin: auto;
    top: 30%;
    left: 50%;
    bottom: 25%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    
  }
  
/* Position the "next button" to the right */
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }


/* On hover, add a black background color with a little bit see-through */
.prev:focus, .next:focus, 
.prev:hover, .next:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: red;
    font-size:x-large;
  }
  
  /* Caption text */
  .text {
    
    font-family: Montserrat;
    border-radius: 12px;
    color: #000;
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    bottom: 8px;
    width: 100%;
    text-align: center;

  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 70px 12px;
    position: relative;
    top: 0;

    

  }
  

  /* ********************************************* */

  /* PAINTING IMAGE WITH SHADOW */

  .imaze {
    max-height:50vh; 
    max-width:70vw; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5),
     0 6px 20px 0 rgba(0, 0, 0, 0.3);

  }



  /* FADING ANIMATION */


.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: 0.1}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: 0.1}
    to {opacity: 1}
  }


/* ANIMATED BACKGROUND DOTS */

canvas {
  background: #000;

}




/* MEDIA PAGE LAYOUT */

.news {
  border: rgb(151, 151, 151) dotted 1px;
  color: white;
  padding: 1.6%;
  margin: 3%;
  /* max-width: 20vw; */
  place-items: center;
  vertical-align: middle;
  align-items: center;
  position: relative;
  text-align: center;
  display:inline-block;
  scroll-behavior: smooth;
  overflow-y: visible;
  
}

.news img { 
  padding: 1%;
  width: 100%;
  max-width: 20vw;
  place-items: center;
  position: relative;
  text-align: center;
  display:inline-block;
}

.news img:focus,
.news img:hover {   
  max-width: 21vw;
  padding: unset;
  
}

.news:focus,
.news:hover {   
  border: rgba(151, 151, 151,0.5) dotted 1px;
}


footer {
  position: absolute;
  transform: translateY(92vh);
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 0.7%;
  margin: auto;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 0.75em;
  border-radius: 15px;
  mix-blend-mode: exclusion;
  height: 30%;
  color:rgb(255, 255, 255);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  layout.css.backdrop-filter.enabled: true;
  border-top: rgb(90, 0, 0) dashed 1px; 
}



#myVideo
{
    
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 103%;
    position:absolute;
    z-index: -10;
    
    /* text-align: center; */
  
}


