@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@font-face {
  font-family: 'StarWars1';
  src: url('https://heimdallbot.com/fonts/starwars.woff') format:('woff');
}
@font-face {
	font-family: 'StarWars2';
    src: url('https://heimdallbot.com/fonts/starwars.eot');
    src: url('https://heimdallbot.com/fonts/starwars.woff') format('woff'),
         url('https://heimdallbot.com/fonts/starwars.ttf') format('truetype'),
         url('https://heimdallbot.com/fonts/starwars.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
  height:100%;
}
body{
  text-align:center;
  height:100%;
    background-color: #2C4159;
  font-family:'Open Sans', sans-serif;
  &:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
  }
}

body {
  background-color: #222D32;
}

h1 {
  font-size:60px; 
  font-variant: small-caps;
  color:#FF6600; 
  font-family:StarWars2;
}

h2 {
  font-size:60px; 
  font-variant: small-caps;
  color:#E6B01D; 
  font-family:StarWars2;
 }

p {
  color: #ffffff;
  font-family: arial;
}

.box {
  margin: 20px;
}

a {
  color: #93E5FC;
  font-family: arial;
}

.round {
background-color:#000000;
height: 90%;
width: 90%;
border: 2px solid #E6B01D;
border-top-left-radius:25px;
border-top-right-radius:25px;
border-bottom-right-radius:25px;
border-bottom-left-radius:25px;
}

.round_adjacent {
background-color:#000000;
height: 400px;
width: 600px;
border: 2px solid #E6B01D;
border-top-left-radius:25px;
border-top-right-radius:5px;
border-bottom-right-radius:25px;
border-bottom-left-radius:5px;
vertical-align: center;
text-align: center;
}

.starwars_paragraph
{
  font-size:30px; 
  font-variant: small-caps;
  color:#ffffff; 
  font-family:StarWars2;
}

a.starwars
{
  font-size:20px; 
  font-variant: small-caps;
  color:#ffffff; 
  font-family:StarWars2;
}

/********* FORMS **********/
.form_input {
  font-size:40px; 
  font-variant: small-caps;
  /*color:#FF6600; */
  color: white;
  font-family:StarWars2;
  background-color: black;
}

.form_label {
  font-size:40px; 
  font-variant: small-caps;
  color:#ffffff; 
  font-family:StarWars2;
  }