/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#f1f1f1;
  line-height:30px;
  font-weight:500;
  background:#0c0b27;
  font-family: 'Lora', serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

.container {
	padding: 30px;
}

.boxed_wrapper {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 650px;
  text-align: left;
 }
 

.content {
	margin: 40px 0px 0px 0px; 
	border: 1px rgba(255,255,255,0.25) solid;
	padding: 30px 70px;
	border-radius: 6px;
	text-align: left;
}


a{
  text-decoration:none;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #f1f1f1;
}

p{
  position: relative;
  font-size: 16px;
  font-family: 'Lora', serif;
  line-height: 30px;
  font-weight: 400;
  color: #f1f1f1;
  margin-bottom: 20px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2 {
  position:relative;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 25px 0px;
  transition: all 500ms ease;
  color: #f1f1f1;
}

h1 {
  font-size: 55px;
  color: #ffbd59;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2.em {
	font-style: italic;
	font-weight: 400;
}

.phone {
	background: #ffbd59;
	width: 170px;
	padding: 10px 25px;
	border-radius: 6px 15px 6px 15px;
}

.phone a {
	color: #0c0b27;
	font-size: 24px;
	font-weight: 700;
}

.email {
	background: #ffbd59;
	width: 170px;
	padding: 10px 25px;
	border-radius: 6px 15px 6px 15px;
	margin: 25px 0px;
}

.email a {
  font-size: 19px;
  line-height: 19px;
  font-family: 'Lora', serif;
  font-weight: 700;
  transition: all 500ms ease;
  color: #0c0b27;
  position: relative;
  top: -1px;
}
