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



html {
  scroll-behavior: smooth;
	overflow-y: scroll;
}



body {
	

background-color: #f1c207;	
	
	color:white;
	margin: 0px;
	margin-left: 4px;
	letter-spacing: 1px;
	
}





img {
	width: 100%;
}


h1 {
	font-family: "Montserrat", serif;
    color: black;
    font-size: 44px;
    font-weight: 100;
    line-height: 45px;
}

h2 {
	font-family: "Montserrat", serif;
	color:black;
	font-size: 26px;
	font-weight: 200;
	line-height: 29px;
}

p {
	font-family: "Montserrat", serif;
	color:black;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 22px;
}



a {
	font-family: "Montserrat", serif;
	color:black;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}


a:hover {
	font-family: "Montserrat", serif;
	color:blue;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}




.wrapper {
	
	margin: 0px auto;
	width: 100%;
	max-width: 1100px;
}

.inner {
	margin-left: 15px;
	margin-right: 15px;
}


.tu-pac {
    clear: both;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#pink_fade {
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    width: 200%;
    height: 200%;
  background-color: #f1c207;	
    z-index: 1;
}

.texty {
	width: 100%;
	max-width: 750px;
}


div.top_left {
margin: 2px;
    float: left;
    width: 49%;
   
	text-align: left;
	margin-left: 20px;
}

div.top_right {

    float: left;
    width: 44%;
    text-align: right;
}


.text {
	font-family: "Montserrat", serif;

  color: white;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f15907;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity: .9;
}

div.gallery:hover .overlay {
  height: 100%;
}


div.gallery {
	position: relative;
margin: 2px;
    float: left;
    width: 33%;
    max-width: 628px;
}

div.gallery:hover {
 
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}


.bio {
    margin-bottom: 5px;
    width: 75%;
    max-width: 40px;
    float: right;
    font-family: "Montserrat", serif;
	text-decoration:none;
	font-size: 18px;
}



@media only screen and (max-width: 1214px) {
	
	div.gallery {
	position: relative;
margin: 2px;
    float: left;
    width: 32.9%;
    max-width: 628px;
}
	
}


@media only screen and (max-width: 1020px) {
	
	div.gallery {
	position: relative;
margin: 2px;
    float: left;
    width: 49.4%;
    max-width: 628px;
}
	
}
	 
	 

 @media only screen and (max-width: 750px) {
	
	div.gallery {
	position: relative;
margin: 2px;
    float: left;
    width: 98.5%;
    max-width: 1000px;
}
	 
	 

	 
	 div.top_left {
		 top: -31px;
    position: relative;
    
    float: left;
    width: 49%;
    text-align: left;
    margin-left: 10px;
}
	 
	 
	 
	 	div.top_right { 
top: -96px;
        position: relative;
        height: 5px;
        margin-left: 10px;
        float: left;
        width: 100%;
        text-align: left;
	 }
	 
	 
	 h2 {
    font-family: "Montserrat", serif;
    color: black;
    font-size: 26px;
    font-weight: 200;
    line-height: 29px;
}
	 
	
}
 
 
 
 