	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;
	}

	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;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	body {
		background: #1b1f22;
	}
	
/* Type */

	html {
		font-size: 16pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Source Sans Pro", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	padding: 100px 0 10px 0;
	text-align: center;
    background: #2f3239 url(../img/pattern4.png) left top repeat;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
/*		border-bottom: dotted 1px rgba(255, 255, 255, 0.5); */
		text-decoration: 1px white dotted;
		border: none;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
			text-decoration: none;
		}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 600;
		line-height: 1.5;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			border-bottom: solid 1px #ffffff;
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			padding-bottom: 0.5rem;
			margin: 0 0 2rem 0;
		}

	h1 {
		font-size: 2.25rem;
		line-height: 1.3;
		letter-spacing: 0.5rem;
	}

	h2 {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0.5rem;
	}

	h3 {
		font-size: 1rem;
	}

	h4 {
		font-size: 0.8rem;
	}

	h5 {
		font-size: 0.7rem;
	}

	h6 {
		font-size: 0.6rem;
	}

	h7 {
  /* margin: 20px; */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -2px;
}

h7 span {
  display: block;
  margin: 11px 0 17px 0;
  font-size: 80px;
  line-height: 80px;
  color: #f1ebe5;
  text-shadow: 0 13.36px 8.896px #000,0 -2px 1px #fff;
  letter-spacing: -4px;
}
	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.75rem;
			line-height: 1.4;
		}

		h2 {
			font-size: 1.25em;
			line-height: 1.5;
		}

	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px #ffffff;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #ffffff;
		margin: 2.75rem 0;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	/* More text/div styles */
	
p2 {
	font-size: 12px;
    letter-spacing: 2px;
	font-weight: normal;
	text-decoration: overline;

}

p22 {
	font-size: 12px;
    letter-spacing: 2px;
	font-weight: normal;

}

p3 {
	font-size: 18px;
    letter-spacing: 4px;
	font-weight: normal;
    text-transform: uppercase;
	color: #ffffff;
	padding : 0;
    margin : 0;
	line-height : 15px;
/*	outline: 1px dotted #000; */
}
p4 {
	font-size: 10px;
    letter-spacing: 2px;
	font-weight: normal;
	padding : 0;
    margin : 0;
	line-height : 10px;
}

	p5 {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: .75rem;
	}

div5 {
    padding: 2px;
    border: 1px solid white;
    margin: 0; 
}

.container2 img:nth-of-type(1) {
  object-fit: cover;
  width:100px;
  height:100px;
}

.container2 img:nth-of-type(2) {
  object-fit: cover;
  width:100px;
  height:100px;
}
	
	
	/* Buttons */
button{
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
  background: #1b1f22;
  padding: 5px 5px 5px 5px;
  border: solid #000000 0px;
  outline: none;
    letter-spacing: 2px;
	font-weight: normal;
  text-decoration: none;
}

button:hover {
  background: #2a3035;
  text-decoration: none;
}

button:active {
  background: #000;
  text-decoration: none;
}

	/* Image Link */
.cont img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.cont img { transition: all .2s ease-in-out; }

.cont img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	transform: scale(1.1);
}

	/* shapes */

#triangle-up {
	width:35%;
  margin-left: auto;
  margin-right: auto;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid white;
	border-style: dotted;
}

#triangle-down {
	width:15%;
  margin-left: auto;
  margin-right: auto;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid white;
	border-style: dotted;
	line-height : 5px;
}

#triangle-title {
	width:75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 3px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid white;
	border-style: dotted;
	line-height : 5px;
}
				