@charset "UTF-8";
/* CSS Document */

#tympani-text{
    position: absolute;
	top: 100px;
	left: 130px;
}

.nav-link{
    margin-left: 40px;
    font-family: garamond-premier-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
}

.navbar{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    opacity: .9;
}

.dropdown-menu{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    opacity: .9;
}

.dropdown-item a:hover{
    background-color: #7A26FA;
    color: #ffffff;
}


.live-matter{
    margin-top: 70px;
}

#logo-Snyder-Web{
    margin-left: 30%;
}

#myVideo {
  
position: relative;
    background-image:url("../video/Snyder-Web_Test1.mp4");
    width: 100%    !important;
    height: auto   !important;
    margin-bottom: 30px;
    margin-top: 20px;
    z-index: 0 !important;
}


.header-text{
    position: absolute;
    top:35%;
    left:35%;
    z-index: 10 !important;
}

.port-text-sub{
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    filter: drop-shadow(1px 1px 0px #7a7a7a);
    margin-left: auto;
    margin-right: auto;
}

h1{
    font-family: garamond-premier-pro, serif;
    font-size: 5rem;
    font-style: normal;
    font-weight: 100 !important;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(4px 4px 4px #7a7a7a);
}

h2{
    font-family: garamond-premier-pro, serif;
    font-style: normal;
    font-weight: 100 !important;
}


.intro-container{
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 1rem;
    font-weight: 200;
    animation: transitionIn 1s;
}

.secondary-text{
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 1rem;
    font-weight: 200;
    animation: transitionIn 3s;
}

.port-name{
    font-family: garamond-premier-pro, serif;
    font-style: normal;
    font-size: 1.35rem;
    line-height: 1.4rem;
}

.port-name a{
    color: #064d9e;
}

.port-date{
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 1rem;
    font-weight: 200;
    margin-top: -20px;
}

.port-text{
    font-family: Helvetica, Arial, "sans-serif";
    font-size: 1rem;
    font-weight: 200;
}

.port-caption{
    font-family: Helvetica, Arial, "sans-serif";
    font-size: .75rem;
    font-weight: 200;
    margin-top: 15px;
}

.app-icons{
    display: flex;
    justify-content:space-between;
    gap: 1em;
}


.app-icon{
    padding-bottom: 20px;
    padding-top: 20px;
    animation: transitionIn 1s;
}

.port-images{
    display: flex;
    justify-content:space-between;
    gap: 1em;
}

.port-image{
    padding-bottom: 20px;
    padding-top: 20px;
}

.app-icon:hover{
    transform: scale(1.15);
    transition: 2s ease-out;
}


@keyframes transitionIn{
    from{
        opacity: 0;
        transform: translateY(60px)
    }
    
    to{
        opacity: 1;
        transform: translateY(0)
    }
}

.footer-text{
    font-family: garamond-premier-pro, serif;
    font-style: normal;
    font-size: .8rem;
}

.portfolio-container img{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    opacity: .9;
}



.enlarge-thumbnail { 

z-index:99999; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
} 

/*change the number below to scale to the appropriate size*/ 
.enlarge-thumbnail:hover { 
transform: scale(1.5); 

}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
    margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/*************************************/
/*************************************/
      /****** MEDIA QUERIES ******/
/*************************************/
/*************************************/
	
	
	
/****** TABLET ******/

@media (max-width:1023px) and (min-width:768px){

.app-icons{
    gap: .2em;
}
    
.header-text{
    top:20%;
    left:25%;    
	
}    
	
h1{
    font-size: 4rem; 
    }
    
.port-text-sub{
    font-size: .7rem;
    }
    
}


	
/****** MEDIUM ******/


@media (max-width:768px) and (min-width:376px){
	
.app-icons{
    gap: .2em;
}

.header-text{
    top:20%;
    left:25%;    
    }
    
h1{
    font-size: 4rem; 
    }   
    
.port-text-sub{
    font-size: .7rem;
    }    
	
}


/****** MOBILE ******/

@media (max-width:576px) and (min-width:490px){

	
.app-icons{
    gap: .2em;    
}
    
    
.space-below{
        margin-bottom: 20px;
    }
    
.bottom-margin{
    margin-bottom: 20px;
}  
    
    
h1{
    font-size: 3rem; 
    }   
       
    
#myVideo{
        margin-top: 20px !important;
    }  
    
.header-text{
    top:30%;
    left:5%;
    }  
    
.port-text-sub{
    font-size: 1rem;
    text-align: center !important;
    }    
    
}

/****** EXTRA SMALL ******/

@media (max-width:490px) and (min-width:50px){


.app-icons{
    gap: .2em;
}


.bottom-margin{
    margin-bottom: 20px;
}

    
h1{
    font-size: 3rem; 
    }   
         
	
#myVideo{
        margin-top: 20px !important;
    } 
    
.header-text{
    top:30%;
    left:5%;
    }

.port-text-sub{
    font-size: 1rem;
    text-align: center !important;
    }    
    
}



