/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Raleway&display=swap');
</style>

@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
/* moves padding and border to insie the "div"   */
    box-sizing: border-box;
}

body{
/*    the whole page ...background*/
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.abs {
      position: absolute;
    width: 100%;
    z-index: 1000;
}

nav{
    display: flex;
/*    aligns horz*/
    justify-content: flex-end;
 /*    aligns vertical*/
    align-items: baseline;
     margin-bottom: 10px;
     font-weight: bold;
    font-family: 'Montserrat', sans-serif; 
    
    
}


nav #logo{
    margin-right: auto;
   margin-top: 15px;
    margin-bottom: 5px;
    text-decoration: none;
    border-bottom: none;
}


nav img:hover{
    background-image:url(1x/logoblue.png);
}



/*
 nav  img a :hover{
background-image: url(1x/logoblue.png);
   -webkit-filter: hue-rotate(90deg);
  filter: hue-rotate(90deg);

}
*/

nav a {
margin: 0 2%;
color: black;
text-transform: uppercase;
text-decoration: none;
}


nav a{
    text-decoration: none;
    color: black;
}

nav a:hover{
    
    border-bottom: 3px solid black;
}



/*
nav a.active {
  border-bottom: 3px solid maroon;
*/

}

video {
/*position: relative; */
    /* right: 0; */
    /* top: 0; */
    width: 100%;
    /* z-index: -100; */
    height: 49vw;
}






.ssect img a :hover{
background-image: url(1x/cupme1.png);
    -webkit-filter: hue-rotate(90deg);
  filter: hue-rotate(90deg);



}







/*
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}





.overlay a {
    padding: 8px;
    text-decoration: none;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
*/


header{
    background: url(1x/header%20circ.mp4);
/*    make the height of this div 30% of the width of the screen*/
/*    height: 30vw;*/
/*    scale the background image to fill the div*/
    background-size: 100%;
/*   scale form the center*/
    background-position: 0 center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1{
    color:white;
    font-size: 5vw;
    font-family: 'Abril Fatface',cursive; 
    font-weight: 20;
}
h1{

    position: absolute;
    width: 100%;
    font-size: 60px;
    margin: auto;
    text-align: center;
    margin-top: 17%;
    color: white;
    padding: 0 30px;
    
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h2{
    font-family:'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    

}

#gallery{
    display: flex;
/*    let flexbox be on moren than 1 line*/
    flex-wrap: wrap;
}
/*scale the link size*/
#gallery a {
    width:33.3333333333333333333%;
}
/*make the img fill the a */
#gallery a img{
    width:100%;
}


.viewmorebutton {
    color: white;
    background-color: #09034f;
    padding: 15px 30px;
    width: 17%;
    margin: auto;
    text-align: center;
    margin-top: 2%;
    display: block;
    vertical-align: middle;
    display: flex;
    justify-content: center;
   
   
}

.viewmorebutton {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
 font-family: 'Montserrat', sans-serif;
  cursor: pointer;
margin-bottom:115px;
    text-decoration: none;
}

/* Green */
.viewmorebutton {
  border-color: black;
  color: black;
  border-radius: 25px;
  
}

.viewmorebutton:hover {
  background-color: black;
  color: white;
}



.fsect img{
display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*
.fsect img:hover{
    background-image:url(1x/Asset%2012.png);
}
*/

.fsect img { 
    
    width: 40%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 200px;
}

.fsect img:hover {
  -webkit-filter: hue-rotate(190deg);
  filter: hue-rotate(190deg);
}

.ssect img:hover {
  -webkit-filter: hue-rotate(135deg);
  filter: hue-rotate(135deg);
}

.ssect img { 
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 9px;

   
}


.ssect img{
    width: 50%; 
    height:100%; 

    
}

.ssect{
    width: 40%;
    display: flex;
    justify-content: center;
    margin: auto;
    
    
}

.tsect{
width: 100%; 
    display: flex;
    margin: auto;
    justify-content: center;
    padding-left: 100px;
     margin-top: 89px;
    
}


.tsect img{
    display: flex;
    margin: auto;
    justify-content: center;
         
    
}


footer{
    margin-top: 200px;
    background-color: black;
    height:360px;
    width: 100%;
    
    
}
footer h3{
    color: white;
    font-family: 'Abril Fatface',cursive;
    font-weight: 100;
    display: flex;
    justify-content: flex-start;
    font-size: 4vw;
    padding: 50px 30px 10px;
     
}

footer h4{
    color: white;
    font-family:'Abril Fatface',cursive; 
    display: flex;
    font-size: 20px;
    margin-left: 30px;
    width: 30%;
    font-weight: 100;
    
}


footer img{
   
    height: 2vw;
    margin-left: 2px;
    margin-top: 28px;
    margin-left: 24px;  
     
    
}


#bio{
    
    display: flex;
    justify-content: space-around;
    max-width: 1500px;
    margin: auto;
    margin-top: 4%;

}

#bio img{
   
    height:100%;
        width: 30%;
    align-self: center;
}

/*
#bio #mack{
    padding: 50 px;
}
*/

#bio p{
   padding-top: 100px; 
    margin: 10px;
    
}

#content{
/*    display: flex;*/
}

#mack{
    width:40%;
    
}





#mack p{
    line-height: 20px;
    font-family: 'Montserrat', sans-serif; 
    
    
}



#description{
    width:80%;
    
    background-color:black;
    padding: 50px;
  
    
    margin: auto;
    margin-top: 30px;
}
#description p{
    color: white;
    font-family: 'Montserrat', sans-serif; 
    margin: 10px;
    font-kerning: 80px;
    line-height: 20px;
    font-weight: 200;
   
    display: flex;
    flex-wrap: wrap;
    width:100%;
    
}



#description h2{
    color: white;
    font-family: 'Montserrat', sans-serif; 
   font-size: 30px;
    font-weight:400;
    width:100%;
    text-align: center;
    
    
   
}



#details{
    margin: auto;
    text-align: center;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.big{
    width:80%;
    margin-top: 50px;
    margin-bottom: 50px;
}


.large{
    width:100%;
    
    
}

.little{
    width:33.3333333%;
    padding:10px;
}

.tiny{
    width:43%;
    margin: 20px;
}

.med{
    width:50%;
    margin: 50px;
}

.medy{
    width:70px;
    padding-bottom: 5ppx;
}

iframe{
width:100%;
    
}


.grid {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
}

.grid-item { width:400px;
height: 400px;}
.grid-item--width2 { width: 400px;
height:400px;}

.grid-item img {
  width: 100%;
padding:10px;
}


.button-group filters-button-group button{
    
    display: flex;
/*    aligns horz*/
    justify-content: flex-end;
 /*    aligns vertical*/
    align-items: baseline;
     margin-bottom: 10px;
     font-weight: bold;
    font-family: 'Montserrat', sans-serif; 
   
    
}


.button{
    margin-right: auto;
   margin-top: 15px;
    margin-bottom: 5px;
    text-decoration: none;
    border-bottom: none;
    padding-left: 40px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600;
  
}



.button a {
margin: 0 2%;
color: black;
text-transform: uppercase;
text-decoration: none;
}


.button a{
    text-decoration: none;
    color: black;
}

.button data-filter:hover{
    
    color: dodgerblue;
}




/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.column div span {
	position: absolute;
	bottom:-85;
	left: 0;
	z-index: -15;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
    font-size: 16px;
 font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

#gallery {
    width:100%;
     display:flex;
     flex-wrap: wrap;
   
    
}
#gallery .hover08 figure img{
    width:95%;
    
    display:flex;
    flex-wrap: wrap;
    align-items: baseline;
    
}


#gallery .hover08 {
    width:100%;
     display:flex;
     flex-wrap: wrap;
   
    
}


figure:hover+span {
	opacity: 1;
}





h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
	text-decoration: none;
	text-align: center;
}




#vids iframe{
    text-align: center;
}






* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides1,.mySlides2,.mySlides3, {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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:hover, .next:hover {
  background-color:whitesmoke;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*end of slideshow W3SCHOOLS*/





/*lightbox*/

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* 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:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

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

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*end of lightbox*/







#form-messages{
    
    display: flex;
}

#ajax-contact{
    color: black;
    width:50%;
    padding:100px;
    margin-top: 100px;
    
}


input,textarea,label{
 font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	text-align: center;
}


.field{
    margin-bottom: 30px;
    margin-top: 10px;
}


input, textarea, email{
width: 100%;
padding: 12px;
border: 5px solid black;
margin-top: 10px;
    border-radius: 35px;

}



button {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
 font-family: 'Montserrat', sans-serif;
  cursor: pointer;
 margin-bottom:115px;
    text-decoration: none;
}

button {
  border-color: black;
  color: black;
  border-radius: 25px;
    width:100px;
  
}

button:hover {
  background-color: black;
  color: white;
}


/*end of contact form*/





.pcircle{
width: 4%;
float: left;
    

}

.circle{
    width: 10%;
     margin: 17px;
}






#bio img:hover {
  -webkit-filter: hue-rotate(190deg);
  filter: hue-rotate(190deg);
}




.func1 img { 
   float: left;
    width: 4%;
    margin-right: 40px;
    justify-content: center;
    margin: auto;
    
}

.func2 img{
width:77px;
    justify-content: center;
    margin: auto;
    
    
}


.func3 img{
width:57px;
    margin: auto;
    
}

.func4 img { 
    
    width: 14%;
    
    justify-content: center;
    
}

.func5 img { 
  
    width: 44%;
    margin-right: 40px;
    
    
}




.func6 img { 
  
    width: 844px;
    
    
}



.func1 img:hover {
  -webkit-filter: hue-rotate(190deg);
  filter: hue-rotate(190deg);
}

.func2 img:hover {
  -webkit-filter: hue-rotate(756deg);
  filter: hue-rotate(756deg);
    
}



.func3 img:hover {
  -webkit-filter: hue-rotate(498deg);
  filter: hue-rotate(498deg);
}


.func4 img:hover {
  -webkit-filter: hue-rotate(-756deg);
  filter: hue-rotate(-756deg);

}


.func5 img:hover {
  -webkit-filter: hue-rotate(190deg);
  filter: hue-rotate(190deg);
}


.func6 img:hover {
  -webkit-filter: hue-rotate(190deg);
  filter: hue-rotate(190deg);
}


.ssect img:hover {
  -webkit-filter: hue-rotate(135deg);
  filter: hue-rotate(135deg);
}

.ssect img { 
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 9px;

   
}


.func6 img{
    width: 80%;
    
    
}


.bcircle{
    width: 80%; 
    
}


.circlecontainer{
    width: 100%;
    display: flex;
      
    
}






  h5{
    color: black;
    font-family: 'Abril Fatface',cursive;
    font-weight: 100;
    display: flex;
    justify-content: flex-start;
    font-size: 2vw;
    padding-top: 80px;
     
}




.mobilehead {
    display: none;
}


#details{
        align-items: flex-end;
    }




/* tablet size AND SMALLER stuff here */
@media screen and (max-width: 800px){
    
    nav #logo{
/* can hide stuff*/
        display: none;
    }
    
    nav{
        justify-content: space-around;
        margin-top: 10px;
    }
    
    #gallery a {
        width:50%;
        
    }
    
        #gallery {
            width: 100%;
            height: 100%;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
            padding-bottom: 10px;
    }
    
    .abs #logo{
        display: block;
        text-align: center;
    }
    
    
    
    #gallery .hover08 figure img{
        width:95%;
    }
    
    
    #bio{
/*        let flex box be on 2 lines*/
        flex-wrap: wrap;
    }
    
    #bio img, #bio div{
        width: 100%;
    }
    
    h2{
        padding-top: 10px;
        
    }
    
    
    #content{
/*        let the divs inside content stack up*/
      flex-wrap: wrap; 
    }
    
    #description,#details{
        width: 100%; 
       
    }
    
    #details{
/*       switch the orderthis only works with flexbox*/
        
        order:-1;
    }
    
    .little{
        width:100%;
    }
    
    
    .med{
        width:100%;
    }
    
     .big{
        width:100%;
    }
    
    
    
    
    
    .grid-item{
        width:100%;
        
    }
    
  
    .tsect img{
     flex-wrap: wrap; 
        width:70%;
        margin: auto;
        
    }
    
    .fsect img{
     flex-wrap: wrap; 
        width:70%;
        margin: auto;
        
    }
    
    .ssect img{
     flex-wrap: wrap; 
        width:70%;
        margin: auto;
        
    }
    
    
    footer h3,h4 {
        width: 100%;
        font-size: 30px;
    }
    
    footer img{
        width: 30px;
        height: 30px;
    }
    
      .viewmorebutton{
        width: 100%;
    }
    
    
    .viewmorebutton{
        width: 300px;
        margin-top: 40px;
        margin-bottom: 40px;
        
    }
    
     #gallery a {
        width: 100%;
    }
    
    
    
    #ajax-contact{
        width:100%;
        
    }
    
    
    .circlecontainer{
    width: 100%;
    display: flex;
      
    
}
   
     h5{
        font-size: 40px;
    }
    
    
    #details{
        align-items: flex-end;
    }
    
}





/* phone size */
@media screen and (max-width: 400px){
    video { display: none; }
    .mobilehead { display: block; }
    
    #gallery {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    #gallery a {
        width: 100%;
    }
    
    .viewmorebutton{
        width: 100%;     
    }
    
    .abs #logo a img{
        width:100%;
        height:100%;
        display: block;
    }
    
     .tsect img{
     flex-wrap: wrap; 
        width:100%;
        margin: auto;
        
    } 
    
    .viewmorebutton{
        width: 100px;
    }
    
    
    
    .med{
        width:100%;
    }
    
    .medy{
         width:100%;
    }
    
    .big{
        width:100%;
/*        height:100%;*/
            
    }
    
    .large{
            height:auto;

    }
    
    .tiny{
        width:100%;
    }
    
    
    
    #ajax-contact{
        width:100%;
        
    }
    
    .circlecontainer{
    width: 100%;
    display: flex;
      
    
}
  
     h5{
        font-size: 40px;
    }
    
    .mobilehead{
        width:100%;
        text-align: center;
    }
    
   #details iframe{
width:100%;
    text-align: center;
    
}
    
    #details{
        align-items: flex-end;
    }
   
    #description{
        width:100%;
    }
    
    
}