@charset "utf-8";
/* CSS Document */

*
{
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

body {
  
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  background: #000;

 
}

.fontMerri {
	
		font-family: 'Merriweather', serif;
}


.fontRoberto {
	
		font-family: 'Roboto Condensed', sans-serif;
}

.acft {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 200;
	
	 
}


.overflow {
	overflow: hidden;
}

.primary {
	
	color: #000;
}

.secondary {
	
	color: #d4af31;

}

.wht{
	
	color: ghostwhite;

}



.opac5 {
filter: opacity(50%);
}


.opac8 {
filter: opacity(80%);
}


a {
  color: #d4af31;
  text-decoration: none;
  background-color: transparent;
}

a:active {
    opacity: .5;
  
}

a:visited {
    color: palegoldenrod;
	  text-decoration: none;
  background-color: transparent;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1px;
  padding: 0px;
}

p {
  margin-top: 0;

}




.containerm {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-left: 5%;
	padding-right: 5%;
	background: rgb(212,175,49);
    background: -webkit-linear-gradient(261deg, rgba(212,175,49,1) 0%, rgba(204,177,99,1) 11%, rgba(223,204,162,1) 28%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(261deg, rgba(212,175,49,1) 0%, rgba(204,177,99,1) 11%, rgba(223,204,162,1) 28%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
    background: linear-gradient(351deg, rgba(212,175,49,1) 0%, rgba(204,177,99,1) 11%, rgba(223,204,162,1) 28%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
  	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
    
	
}






.containera {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #fff url("../img/georgia-capitol-background2.jpg");
	background-size: cover;
	background-attachment: fixed;
    
	
}



.containerg {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;

    
	
}

.containerg h2 {
	padding: 50px;
	font-size: 25px;

    
	
}




.containerg2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #000;
	width: 100%;
	height: 100%;
	padding: 10px;

    
	
}


.containerg2 p {
	padding: 50px;
	text-align: justify;

    
	
}


.containeri {

	position: relative;
	width: 100%;
	height: 100vh;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;

  	display: flex;
	justify-content: center;
	align-items: center;
	background: #958257;  
	
}



.content
{
	
  	margin-right: 10%;
	margin-left: 10%;
               
   
	
}



.container .section 
{
	position: relative;
	width: 100%;
	height:  100%;
	
}

.container .section:nth-child(1)
{
background: rgb(212,175,49);
background: linear-gradient(351deg, rgba(212,175,49,1) 0%, rgba(204,177,99,1) 11%, rgba(223,204,162,1) 28%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
	
}

.container .section:nth-child(2)
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #fff url("../img/georgia-capitol-background.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.container .section:nth-child(3)
{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	
	
	
}

.container .section:nth-child(3) h1 {
	
	
	position: relative;
	text-align: center;
	height: 200px;
	margin-top:70px;
	



}


.container .section:nth-child(3) h2 {
	
	
	position: relative;
	text-align: center;
	height: 50vh;
	padding-top: 150px;



}


.container .section:nth-child(4)
{
	
	display: flex;
	justify-content: center;
	align-items: center;
	background: #958257;

	
	
}

.container .section:nth-child(4) h1 {
	
	
	position: relative;
	text-align: center;
	
	
	



}



.container .section:nth-child(4) h2 {
	
	
	
	position: relative;
	text-align: center;
	padding: 5px;
	
	



}




.container .section:nth-child(5)
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	 background: rgb(212,175,49);
	background: radial-gradient(#fff, #dfcca2);
	padding-top:  50px;

	
}

.container .section .content
{
	
  	margin-right: 10%;
	margin-left: 10%;
               
   
	
}




.special h1 {
	padding: 10px;
	text-shadow: 2px 2px 10px #d4af31;
}

header {
	margin: 0 auto;
	display: flex;
	
	
	
	
}

.logo {
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	max-width: 900px;
	
}


  #animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
	text-align: center;
	 max-width: 100%; 
  }




.tag  {
	display: flex;
	position: relative;
	margin:auto;
	top:60vh;bottom:10vh;
  	color: #d4af31;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 4em;
	letter-spacing: .15em;
	animation: fade-inout 8s 5 ease-out; 
}


@keyframes fade-inout {
  0% {
    opacity:0;
	transform: translateY(200%);   
  }
  100% {
    opacity:1;
	transform: translateY(0%);  
  }
}



.hd {
	
	padding: 15px;
	color: #d4af31;
	text-align: center;
	font-size: 35px;
	letter-spacing: .15em;
	text-transform: uppercase;
	
	
}




.spl  {
	position: absolute;
    display: flex;
	justify-content: space-evenly;
	margin: 5%;

	bottom: 30px;
	color: #000;
	font-size: 22px;
	opacity: .7;
	
}

.spl img {
	height: 20px;
	margin-top: 5px;
	
}



.spl a {
	color: #000;
	cursor: pointer;
	text-align: center;
}


.spl a:hover {
	opacity: 50%;
}


.photosG {
	margin-top: 100px;
	margin-bottom: 100px;
	display:flex;
	width: 220px;
	height: 200px;
	transform-style: preserve-3d;
	animation: animate 40s linear infinite;
	
}
	
@keyframes animate {
	
	0%
	{
		transform: perspective(1000px) rotateY(0deg);
	}
	
		100%
	{
		transform: perspective(1000px) rotateY(360deg);
	}

}

@keyframes animatesm {
	
	0%
	{
		transform: perspective(1000px) rotateY(0deg);
	}
	
		100%
	{
		transform: perspective(1000px) rotateY(360deg);
	}

}



.photosG span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: center;
	transform-style: preserve-3d;
	transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
	-webkit-box-reflect: below 0px linear-gradient(transparent,transparent,#0004);
	

}

.photosG span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}


.photosT {
	position: relative;
	transform-origin: center;
	justify-content: center;
	align-items: center;
	padding-top:  50px;
	z-index: 999;
}

.photosT h1 {
	display:block;
	padding: 15px;
	color: #d4af31;
	text-align: center;
	font-size: 2.5em;
	letter-spacing: .15em;
	text-transform: uppercase;
	 margin-bottom: 50%;
	z-index: 1;
}


.photosT div {
	position: absolute;
	margin-top: 30%;
	top: 0;
	left: 0;
	
	transform-origin: center;
	animation-delay: calc(var(photosT) * 100ms)

}

.photosT div img {
	
	height: 200px;
	margin: 50px;
	border-radius: 50px;


}


.photosT div:nth-child(1)
{
	 
	 opacity: 0;
	
	 animation: animateT 10s linear infinite;
}

.photosT div:nth-child(2)
{
	    
		opacity: 0;
	 	 left: 50%;
	 	 top: 80%;
		 animation: animateT 10s linear infinite;
		animation-delay: 3s;
	
}

.photosT div:nth-child(3)
{
	 opacity: 0;
	 left: 0%;
	 top: 50%;
	 animation: animateT 10s linear infinite;
	 animation-delay: 10s;

}

.photosT div:nth-child(4)
{
	opacity: 0;
	 left: 30%;
	 top: 100%;
	 animation: animateT 10s linear infinite;
	animation-delay: 15s;
	
}

.photosT div:nth-child(5)
{
	opacity: 0;
	 left: 0%;
	 top: 50%;
	 
	  animation: animateT 10s linear infinite;
		animation-delay: 20s;
	
}

.photosT div:nth-child(6)
{
	opacity: 0;
	 left: 0%;
	 top: 50%;
	 
	  animation: animateT 10s linear infinite;
		animation-delay: 20s;
	
}

	
@keyframes animateT {
	
	0%
	{
		top: -10%;
		opacity:0;
	}
	
		20%
	{
	
		opacity:1;
	}
	
	95%
	{
		
		opacity: 90%;
	}
	
	100%
	{
		top: -110%;
		opacity: 0%;
		
	}
	
}


.photoGD {
	position: relative;
	column-count: 4;
	padding: 20px;
	
	
}

.image {
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
}

.photoGD img {
	
	width: 100%;
	border-radius: .35em;
	transition: 0.25s ease-in-out;
}

.image:hover img {
	opacity: .5;
	transform: scale(1.2)
}



.photoX {
	width: 90vw;
	height: 35vh;
	overflow-x: hidden;
	display: flex;
	
	
}

.photoX  img {
	
	
    
	height: 300px;
	margin: 20px;
	border-radius: 50px;
	box-shadow: 3px 5px 5px 2px #ffd;
    z-index: 1;
	
}


.photoX h1 {
	display:block;
	padding: 15px;
	color: #d4af31;
	text-align: center;
	font-size: 2.5em;
	letter-spacing: .15em;
	text-transform: uppercase;
	z-index: 1;
}


.photoX div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	white-space: nowrap;
	animation: scrolling 16s linear infinite;
	
}




@keyframes scrolling {
	
	0% { 
		opacity: 0;
		transform: translateX(80vw);
	}
	5% {
		opacity: 1;
	}
	
		50% 
	{
		
		transform: translateX(-90vw); 
	}
	
	100% 
	{
		
		transform: translateX(-250vw); 
	}
		

	
}




.pic {
	width: 100%;
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
	align-content: center;	
	padding: 15px;
	height: 300px;

  	overflow-y: hidden;
  	overflow-x: auto;
	background: #000;
	color: #fff;


}


.pic img {
	border-radius: 20px;
	scroll-snap-align: start;
}

.pic::-webkit-scrollbar {
		 height: 7px; 
	     padding: 5px;
		
	}



.pic::-webkit-scrollbar-track {
		 background: #000;
		border-radius: 50px;	
		
	}	
	
	
.pic::-webkit-scrollbar-thumb {
		background:linear-gradient(.55turn, #d4af31 0 30%, #776d4a 90% 70%);
		border-radius: 50px;
		width: 30%;
		opacity: .5;
		
	}	



.photoF div:nth-child(1)
{
	opacity: 0;
	 left: 0%;
	 top: 50%;
	 animation: animateP 10s linear infinite;
}

.photoF div:nth-child(2)
{
	    opacity: 0;
	 	 left: 50%;
	 	 top: 80%;
		 animation: animateP 10s linear infinite;
		animation-delay: 3s;
	
}

.photoF div:nth-child(3)
{
	opacity: 0;
	 left: 0%;
	 top: 50%;
	 animation: animateP 10s linear infinite;
	 animation-delay: 6s;

}

.photoF div:nth-child(4)
{
	opacity: 0;
	 left: 50%;
	 top: 90%;
	 animation: animateP 10s linear infinite;
	animation-delay: 9s;
	
}

.photoF div:nth-child(5)
{
	opacity: 0;
	 left: 0%;
	 top: 50%;
	 
	  animation: animateP 10s linear infinite;
		animation-delay: 12s;
	
}

.photoF div:nth-child(6)
{
	    opacity: 0;
	 	 left: 50%;
	 	 top: 90%;
		animation: animateP 10s linear infinite;
		animation-delay: 15s;
	    

}


@keyframes animateP 
{
	
	0%
	{
		top: -10%;
		opacity:0;
	}
	
		20%
	{
	
		opacity:1;
	}
	
	95%
	{
		
		opacity: 90%;
	}
	
	100%
	{
		top: -110%;
		opacity: 0%;
		animation-delay: 30s;
	}
	
}





/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(212, 175, 49, 0), rgba(212, 175, 49, 0.75), rgba(212, 175, 49, 0));
	margin-top: 100px;
}


footer {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	 background: rgb(212,175,49);
	background: radial-gradient(#fff, #dfcca2);
	padding-top:  50px;
	
}

.footer h1, h2, h3 {
	padding: 10px;
	
}


.member {
    display: flex;
	width: 80%;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 75px;
	margin-top: 100px;
	
}

.member p {
    margin-bottom: 20px;
	
}
.member img {
    max-width: 200px;
	max-height: 120px;
	
}



.fcont {
   	width: 100%;	
  	text-align: center;
	padding: 10px;
	
}

.flogo {
    max-width: 500px;
	text-align: center;
	margin-bottom: 40px;
	
	
}

.social {
	width: 25%;
	padding-top: 40px;
	padding: 5px;
	bottom: 0;
	justify-content: center;
	
}



.copyright {
	display: block;
	padding-top: 10px;
	bottom: 5px;
	font-size: 15px;
}

.main {
	margin: 0 auto;
	justify-content: center;
	
	
 	
}

.main p {
	
	padding-top: 20px;
	padding-right: 10px;
	max-width:1100px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	box-shadow: 5px 5px 8px 2px grey;
	transform-style: preserve-3d;
	animation: animatem 3s  linear 1;
	
}




@keyframes animatem {
	
	0%
	{
		transform: rotateX(0deg);
		transform: scale(10%);
		opacity: 0;
	}
	
		100%
	{
		transform:  rotateY(360deg);
	}

}



.main img {
	float: left;
}


.item-center {
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  align-items: center;
  justify-items: center;
}


.inline-photo {
	
	border: 1em solid #fff;
	border-bottom: 4em solid #fff;
	border-radius: .25em;
	box-shadow: 1em 1em 2em .25em rgba(0,0,0 .2);
	margin:2 em auto;
	opacity: 0;
	transform: translateY(4em) rotate(-5deg);
	transition: transform 4s .25s cubic-bezier(0,1, .3,1)
				opacity .3s .25s ease-out;
	max-width: 600px;
	width: 90%;
	will-change: transform, opacity;
				
}



.text {
  color: black;
  font-size: 5vw;
  font-weight: bold;
  margin: 0 auto;
  padding: 12px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}


.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}




@media screen and (max-width: 850px)
 {
	 
 body {
  display: block;
}
	 	 

.tag  {
	
	margin: 5px;
	font-size: 3em;
	letter-spacing: .15em;
	top:30vh;bottom:10vh;	
	
}	
	 
 
	 
.logo {

	max-width: 90%;
	
}	 
	 
	 

	 
	
.spl  {
	margin: 1%;
	bottom: 10%;
	font-size: 18px;
	flex-direction: column;
	justify-content: flex-start;
	text-align: justify;
	padding-left: 15%;


	 }

	 
.spl img {
	height: 15px;
	
}	 

.main p {
	
	padding: 5px;
	max-width:100%;
	float: left;
	font-size: 15px;
	line-height: 18px;
	background: #fff;
	box-shadow: 3px 3px 6px 2px grey;
	
}


.main img {
	height: 200px;
	
}	
	 
	
.hd {
	
	padding: 5px;
	font-size: 25px;
	letter-spacing: normal;
	
	
	
}	 
	 
 .containerm {
	display: block;
	height: 100%;
	 
	 }
	 
 .containera {
	display: block;
	height: 100%;
	 
	 }	 
	 
 .containeri {
	display: block;
	height: 100%;
	 
	 }	 
	 
 .containerg {
	display: block;
	height: 100%;
	 
	 }	
	 
 .containerg2 {
	display: block;
	height: 100%;
	 
	 }	 
	 
	 
.containerg h2 {
	padding: 10px;
	font-size: 20px;

    
	
}



.containerg2 p {
	padding: 10px;


    
	
}	 
	 
	 
	 
.container .section 
{
	display: block;
	
}
	 
	.container .section:nth-child(4)
{
	display: block;
	

	
} 
.container .section:nth-child(4) h2 {
	
	
	
	position: relative;
	text-align: center;
	padding-top: 30px;
	



}	 

.container .section:nth-child(5)
{
	display: block;

	
}
	
.photosG {

	margin-bottom: 100px;
	display:flex;
	width: 150px;
	height: 150px;
	animation: animatesm 40s linear infinite;
	
}	 
	 
	 
.photosG span {
	
	transform: rotateY(calc(var(--i) * 45deg)) translateZ(200px);
	


} 
	 
	 .photoGD {
		 
		 column-count: 3;
		padding: 5px;
	 }

	.photoX {
	width: 100%;
	height: 40vh;
	
	
	} 
	
.photoX  img {
	
	
    height: 200px;
	margin: 10px;


	
} 
	 
	 

	 
	 
	 
	 footer {
		 display: block;
	 }	 
	 
	 
	 
	 
	 
	 
.fcont {
	display: block;
   	width: 100%;	

	
}
	 
	 
	 
	 

	 
	 


.social {
	width: 100%;

	
}

.member {
	width: 100%;
	flex-direction: column;


}
	


.photosT  img {
	
	height: 100px;
  flex-wrap: nowrap;
	
	

}	 
	 
	 
	 
	 
}



@media screen and (max-width: 425px)
 {
	 .photoGD {
		 column-count: 2;
		 padding: 5px;
	 }
	 
	 

}