@font-face {
	 font-family: MyCustomFont;
	 src: url("RocketScript.eot") /* EOT file for IE */
}
@font-face {
	 font-family: MyCustomFont;
	 src: url("RocketScript.ttf") /* TTF file for CSS3 browsers */
}

body {
	/*text-align: center;*/
	font-size: 2em;

}

.smallText {
	font-family: "Overpass+Mono";
	font-weight: 100;
	font-size: 1em;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 0px;
	/*text-align: center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
			 0px 8px 13px rgba(0,0,0,0.1),
			 0px 18px 23px rgba(0,0,0,0.1);*/
}

.comingsoon{
	background: url('') no-repeat; 
	text-align: center;
	font-family: MyCustomFont;
	font-weight: 800;
	font-size: 1.5em;
	padding-top: 75px;
	padding-left: 20px;
	margin-top: 75px;
	/*text-align: center;*/
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
			 0px 8px 13px rgba(0,0,0,0.1),
			 0px 18px 23px rgba(0,0,0,0.1);
}

.titleText {
	font-family: MyCustomFont;
	font-weight: 800;
	font-size: 3em;
	text-transform: uppercase;
	padding-top: 75px;
	padding-left: 20px;
	margin-top: 75px;
	/*text-align: center;*/
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
			 0px 8px 13px rgba(0,0,0,0.1),
			 0px 18px 23px rgba(0,0,0,0.1);
}

.fb-page{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: top;
}

.heightSpace{
	min-height: 30px;
}

.justifyRight{
	justify-content: right;
}

.img{
  /*background: url('FBLogo.png') no-repeat; */
  padding: 10px 10px 10px 10px;
  max-height: 50px;
}

.FTDLogo {
  background: url('FTDLogoSmall.jpg') no-repeat; 
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.titleSection {
	text-align: center;
	margin: 35px 0px 0px 0px;
}

.mainSection {
  /*height: 662px;
  width: 400px;*/
  height: 100%;
  width: 100%;
  background: url('background_volcanic.jpg') no-repeat center center; 
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% cover;
  text-align:center;
  margin: 0px 0px 0px 0px;
}

.orange-circle-button {
	box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1);
	border: .2em solid #000000;
	font-size: 1em;
	line-height: 3.5em;
	color: #000000;
	background-color: #ffffff;
	margin: auto;
	border-radius: 50%;
	height: 5em;
	width: 5em;
	text-align: center;
}
.orange-circle-button:hover {
	color:#000000;
    background-color: #ffffff;
	text-decoration: none;
	border-color: #ffffff;
	
}
.orange-circle-button:visited {
	color:#000000;
    background-color: #ffffff;
	text-decoration: none;
	
}
.orange-circle-link-greater-than {
    font-size: 1em;
}

.btn {
  display: inline-block;

}
