

@import url(https://fonts.googleapis.com/css?family=Montez);
@import url(https://fonts.googleapis.com/css?family=Jacques+Francois);
body {
  margin: 10px;
  
}

.bg{
 
    background-image: url("../images/stage2.jpg");
			background-repeat: no-repeat; 
			background-size: cover;	
   
    
}

div#background {
  height: 100%;
  width: 100%;
  background-image: url(http://garchitecture.ca/php/images/headers/wood.jpg);
  padding-top: 20px;
}

div#gallery {
  width: 1000px;
  margin: auto;
}


#background img {
  height: 150px;
  margin: 0px;
}

#background figure {
  float: left;
  position: relative;
  background-color: white;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin: 10px;
  box-shadow: 1px 2px 3px black;
}






.t-container{
   border:solid 6px; border-image: linear-gradient(135deg,#404040,#D9C791,#626B73,#404040,#424C59,#B0B8BF,#BFBFBF,#404040,#626B73,#B0B8BF,#D9C791,#404040,#8C8C8C,#8C8C8C,#424C59,#626B73,#79838C,#D9C791,#404040) 10; 
    padding: 0px; 
    margin: 0px;
    color:white;
    box-shadow: 5px 5px 15px #404040;
    width: 80%;
       
    
}

.sf{
        font-size: 14px;
    }
    



.m-text{
    font-family:  'Bebas Neue', sans-serif;
    font-size: 4em;
    text-align: center;
    font: italic;
}




    
.silver-border{
    border:solid 6px; border-image: linear-gradient(135deg,#404040,#D9C791,#626B73,#404040,#424C59,#B0B8BF,#BFBFBF,#404040,#626B73,#B0B8BF,#D9C791,#404040,#8C8C8C,#8C8C8C,#424C59,#626B73,#79838C,#D9C791,#404040) 10; 
   
       
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
.slowFade {
    display: flex;
    align-items: flex-start;
    background: #fff;
    height: 85vh;
    width:auto;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
   
}
.slowFade .slide img {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
 
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    transform: scale(.95) rotate(0deg);
    -webkit-animation: slowFade 32s infinite;
            animation: slowFade 32s infinite;
}
.slowFade .slide:nth-child(3) img {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}
.slowFade .slide:nth-child(2) img {
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
}
.slowFade .slide:nth-child(1) img {
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
}
@keyframes slowFade {
    25% {
        opacity: 1;
        transform: scale(1) rotate(0);
        
    }
    40% {
        opacity: 0;
    }
}

@-webkit-keyframes slowFade {
    25% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
    40% {
        opacity: 0;
    }
}




.video-container {
    position: relative;
    width: 70%;
    height: auto;
    transform: translate(15%, 0%);
  }
  
  .video-container video {
    width: 70%;
    height: auto;
  transform: translate(25%, 0%);    
  }

  .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    
    z-index: 1;
  }

  .overlay img {
    max-width: 100%;
    height: auto;
  }








.fixed-text {
  padding: 20px;
  text-align: center;
}
footer{
    
    color: white;
    text-align: center;
   
   
}







.grid-container{

  display:grid;

  max-width: 85vw;

  margin: 10px 10vw;

    grid-template-columns: repeat(2, 1fr);

 column-gap: 10px ;

 row-gap:  20px;
    color: white;
   

}







.showdesktop{

display: block;

}

.showmoblie{

display: none;

}



@media (max-width: 768px) {


.grid-container{

display: grid;

	grid-template-columns: repeat(1, 1fr);

	}
	.showdesktop{

display: none;

}

.showmoblie{

display: block;

}



}
.p-grad{
    
    font-size: 50px;
   font-family: 'Concert One', sans-serif;
  background: -webkit-linear-gradient(#03258C,  #F2F2F2 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
     text-align: center;   
    
}
.pw-grad{
   
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    background: -webkit-linear-gradient(#03258C,  #F2F2F2 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}



