@font-face {
    font-family: 'Replica';
    src: url('replica.ttf');
}
@font-face {
    font-family: 'Replica';
    src: url('replicabold.ttf');
	font-weight: bold;
}


body{
	margin: 0px;
	padding: 0px;
}

p{
	font-family: 'Replica',sans-serif;
	line-height: 1.1;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #000000;
}

.headingTop{
	color: #ffffff;
	font-size: 2.6em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Replica',sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}


#firstPageContainter{
	height: 100vh;
	background-image: url('../images/pagebg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #ffffff;
}

#pageHeader{
	height: 350px;
	background-image: url('../images/pagebg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 40%;
}

.pageContentPurple{
	color: #ffffff;
	background-color: #330072;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pageContentWhite{
	background-color: #ffffff;
	color: #330072;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: 10px solid #330072;
	border-right: 10px solid #330072;
}

#headerLogo{
	max-width: 300px;
	max-height: 300px;
	padding-left: 5%;
	float: left;
}

#headerCrest{
	max-width: 200px;
	max-height: 200px;
	padding-right: 5%;
	float: right;
}

.firstPageHeadText{
	padding-top: 5%;
	font-family: 'Replica';
	font-weight: bold;
	line-height: 1.1;
	font-size: 5em;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

.firstPageBlockText{
	padding-top: 5%;
	font-family: 'Replica';
	font-weight: bold;
	line-height: 1.1;
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

#firstPageSpacer{
	height: 300px;
	display: block;
}


.button-55 {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-55:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button-55:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

@media screen and (max-width: 500px){
	#headerCrest{
		display: none;
	}
	#firstPageSpacer{
		display: none;
	}
	.headingTop{
		color: #ffffff;
		font-size: 1.8em;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Replica',sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1.2;
	}
}

@media screen and (max-height: 1000px){

	#firstPageSpacer{
		height: 100px;
		display: block;
	}
}

@media screen and (max-width: 1100px){
.firstPageHeadText{
	padding-top: 5%;
	font-family: 'Replica';
	font-weight: bold;
	line-height: 1.1;
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
}

.firstPageBlockText{
	padding-top: 5%;
	font-family: 'Replica';
	font-weight: bold;
	line-height: 1.1;
	font-size: 1.7em;
	text-align: center;
	text-transform: uppercase;
}
}