/* Style Guide */
* {
	-webkit-font-smoothing: antialiased;
}
html,
body {
	margin: auto;
}

@media only screen and (min-width: 640px) {
	ul {
		padding-left: 40px;
	}
}

/* Typography  */

@font-face {
	font-family: 'Eesti';
	font-weight: 400;
	font-style: normal;
	src: url('./fonts/GT-Eesti-Display-Regular-Trial.otf') format('opentype');
}

@font-face {
	font-family: 'EestiC';
	font-weight: 400;
	font-style: normal;
	src: url('./fonts/GT-Eesti-Text-Regular-Trial.woff2') format('opentype');
}

@font-face {
	font-family: 'GaramondText';
	font-weight: 400;
	font-style: normal;
	src: url('./fonts/agaramondpro-regular-webfont.woff') format('opentype');
}

@font-face {
	font-family: 'GaramondText';
	font-weight: 400;
	font-style: italic;
	src: url('./fonts/agaramondpro-italic-webfont.woff') format('opentype');
}

@font-face {
	font-family: 'GaramondText';
	font-weight: 700;
	font-style: normal;
	src: url('./fonts/agaramondpro-bold-webfont.woff') format('opentype');
}

h1,
h2,
h3,
h4,

h6,
div.logo,
div.contact,
div.smallprint,
div.smallprint1,
div.desc {
	font-family: 'Eesti', sans-serif;
	font-weight: 400;
	margin: 0px 0px 4px;
	color: #202020;
}




p {
	font-family: 'GaramondText', serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px 0px 16px;
	max-width: 1024px;
	color: #383838;
}

/* desktop article header */
h1 {
	font-size: 32px;
	line-height: 44px;
}
/* mobile article header */
h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400 !important;
	margin: 16px 0px 9px !important;
}
/* rubric */
h3 {
	font-size: 18.7px;
	line-height: 28.1px;
	letter-spacing: 0px;
}
/* credit */
h4 {
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0px;

}
/* date */
h5 {
	font-family: 'Eesti', sans-serif;
	font-size: 15px;
	line-height: 17.9px;
	font-weight: 400;
	color: #606060;
	margin: 0px 0px 8px;
}

h6 {
	font-size: 0.75rem;
	line-height: 1rem;
}

p>strong,
strong {
	font-weight: 700;
}

.caption {
	margin: 6px 0px 16px;
	font-family: 'EestiC', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #383838;
}

.dropcap {
	font-family: 'GaramondText', serif;
	font-size: 3.1rem;
	line-height: 2.2rem;
	font-weight: 300;
}

.logo {
	font-size: 21px;
	line-height: auto;
	margin: 0px 0px 4px !important;
	color: white!important;
}

.contact {
	font-size: 14px;
	line height:auto;
	margin: 0px 0px 5px!important;
	color: white!important;
}

.smallprint1 {
	font-size: 14px;
	line height:auto;
	color: #606060;
	text-align: left;
}

.smallprint {
	font-size: 14px;
	line height:auto;
	color: #606060;
	text-align: right;
}

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

a:link {
  color: #522671;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
    color:#606060;
    text-decoration:none;
    cursor:pointer;
}

a:visited {
  color: #606060;
  background-color: transparent;
  text-decoration: none;
}

/* Layout  */

.container-head {
	max-width: 1024px;
	padding: 20px 24px 20px;
	text-align: center;
	margin: auto;
}

.container-head2 {
	max-width: 1024px;

	text-align: center;
	margin: auto;
}

.container {
	max-width: 1024px;
	padding: 8px 24px 16px;
	margin: auto;
	background-color: white;
	position: relative;
}

.container2 {
	position: relative;
  width: 100%;
  overflow: hidden;
	margin: auto;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.gallery-container {
	max-width: 1024px;
	padding: 8px 0px 16px 24px;
	margin: auto;
	background-color: white;
	position: relative;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.center {
  display: block;
	text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image {
	background-image: url('GC.jpg');
	width= "100%";
	height: "auto";
}

.header {
	padding-top: 300px;
	color: white;
	font-size: 20px;
	text-align: center !important;
}

.flex-container {
			display: flex;
			height: 100px;
			background-color: Black;
	}
	.flex-container > div {
		color: white;
		text-align: center;
		vertical-align: middle;
	}

	.footer {
				display: flex;
				height: 100px;
				background-color: Black;
				margin-top: 36px;


		}
		.footer > div {
	color: white;
	text-align: center;
	vertical-align: middle;
		}



/* Image Gallery  */

div.gallery {
  border: 0px solid #ccc;
}

div.gallery:hover {
  border: 0px solid #777;
}

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

div.desc {
  padding: 8px 0px 24px;
  text-align: left;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 16px 0 0;
	float: left;
  width: 33%;
}

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


/*Tablet */
@media only screen and (max-width: 876px) 	{
.logo {
		font-size: 16px;
		line-height: auto;
	}
.responsive {
	width: 49.999%;
}
.flex-container {
			display: flex;
			height: 75px;
			background-color: black;
	}
.flex-container > div {
color: white;
text-align: center;
vertical-align: middle;
	}
	.gallery-container {
		max-width: 1024px;
		padding: 8px 8px 16px 24px;
		margin: auto;
		background-color: white;
		position: relative;
	}


/* Float  */
/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 49.999%;
padding: 10 16px 0 0;
height: auto; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
row::after {
content: "";
display: table;
clear: both;
}
}

/* Mobile */
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
		padding: 0 0px !important;
  }
	div.desc {
  padding: 8px 0px 24px !important;
	}
	.container {
		padding: 8px 24px 12px;
	}
	.gallery-container {
		padding: 8px 24px 12px;
	}
	.logo {
		font-size: 13px;
		line-height: auto;
		margin: 0px 0px 1px!important;
	}
	.contact {
		font-size: 12px;
		line-height: 1;
		margin: 0px 0px 2px!important;
	}
	.smallprint1 {
		font-size: 12px;
		line-height: 1;
		margin: 0px 0px 0px!important;
	}
	.smallprint {
		font-size: 12px;
		line-height: 1;
		margin: 0px 0px 0px!important;
	}
	.flex-container {
				display: flex;
				height: 50px;
				background-color: black;

		}
		.flex-container > div {
	color: white;
	text-align: center;
	vertical-align: middle;

		}
}

		/* Mobile iphone 4/5*/
		@media only screen and (max-width: 321px) {
		  .responsive {
		    width: 100%;
				padding: 0 0px !important;
		  }
			div.desc {
		  padding: 8px 0px 24px !important;
			}
			.container {
				padding: 8px 24px 12px;
			}
			.logo {
				font-size: 11px;
				line-height: auto;
				margin: 0px 0px 1px!important;
			}
			.contact {
				font-size: 11px;
				line-height: 1;
				margin: 0px 0px 2px!important;
			}
			.smallprint1 {
				font-size: 11px;
				line-height: 1;
				margin: 0px 0px 2px!important;
			}
			.smallprint {
				font-size: 11px;
				line-height: 1;
				margin: 0px 0px 2px!important;
			}
			.flex-container {
						display: flex;
						height: 40px;
						background-color: black;

				}
				.flex-container > div {
			color: white;
			text-align: center;
			vertical-align: middle;

				}
}




/* Media  */




/* Footer  */
