html,body {
  height: 100%;
}

* {
    -moz-box-sizing: border-box;
}

body {
  background-image: url("img/gevlogo.jpg");
  background-color: #fefef4;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  color: #424242;
  font-family:"Courier New",Courier,;
  margin:10px;
  #font-size:1vw;
  line-height:1.428571429;
  text-align:center;
}

h1
  {
	  font-family:"CourierNew-Bold","Courier New Bold","Courier New",Courier,"Lucida Grande",sans-serif;
	  background-color:#fefef4; 
	  display: inline-block;  
	  border-color=#5f4c8f; 
	  border-style:solid; 
	  border-width:1px; 
	  border-radius: 30px; 
	  padding:10px;
	  font-weight:bold;
	  text-align:center;
	  line-height:1.1;
	  opacity: 95%;
	  font-size:45px;font-size:4vw; line-height:48px;
	  color:#5f4c8f
  }

h2
  {
	  font-family:"CourierNew-Bold","Courier New Bold","Courier New",Courier,"Lucida Grande",sans-serif;
	  font-weight:bold;
	  font-size:35px;font-size:3vw; 
	  padding:0;
	  color:#5f4c8f
  }

h3
  {
	  font-family:"CourierNew-Bold","Courier New Bold","Courier New",Courier,"Lucida Grande",sans-serif;
	  font-weight:bold;
	  font-size:25px;font-size:2vw; 
	  padding:0px 0px 0px 0px;
	  margin:0px 0px 0px 0px;
	  color:#5f4c8f
  }

a{color:#5f4c8f; text-decoration:none;}
a:hover,a:focus{color:#25134a; font-weight:bold;}

.text-center{text-align:center}

object {
}
nav {
	  font-family:"CourierNew-bold","Courier New Bold","Courier New",Courier,"Lucida Grande",sans-serif;
	  background-color:#fefef4; 
	  #display: inline-block;  
	  border-color=#5f4c8f; 
	  border-style:solid; 
	  border-width:1px; 
	  border-radius: 30px; 
	  padding:10px;
	  font-weight:bold;
	  line-height:1.1;
	  color:#000000;
	  max-width: 95%;
	  opacity: 95%;
	  position:fixed; top:0; right:0;
	  z-index:1000;

}
.content {
	  font-family:"CourierNew-light","Courier New Light","Courier New",Courier,"Lucida Grande",sans-serif;
	  background-color:#fefef4; 
	  display: inline-block;  
	  border-color=#5f4c8f; 
	  border-style:solid; 
	  border-width:1px; 
	  border-radius: 30px; 
	  padding:10px;
	  font-weight:medium;
	  text-align:left;
	  line-height:1.1;
	  color:#000000;
	  max-width: 95%;
	  opacity: 95%;

}

:root .top-bar {
  filter: none \0/IE9;
}

.welcome-container {
  width: 500px;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 60px;
}

.coming-soon-wrap {
  margin-top: 90px;
}

.frowny-face {
  text-align: center;
  font-size: 130px;
  color: #919191;
  line-height: 1.1;
  margin-top: 90px;
  margin-bottom: 70px;
}

.welcome-container h1 {
  margin-bottom: 1em;
}

.btn-primary {
    background-color: #7FB141;
    border-color: #648C33;
    color: #FFFFFF;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 0 0 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-primary {
    background-color: #7FB141;
    border-color: #648C33;
    color: #FFFFFF;
}


.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
    background-color: #729E3A;
    border-color: #496626;
    color: #fff;
}

.btn:hover, 
.btn:focus {
    text-decoration: none;
}

.login-container {
  text-align: right;
  margin: 20px;
}

.footer {
  font-family:"CourierNew-light","Courier New Light","Courier New",Courier,"Lucida Grande",sans-serif;
  font-size: 12px;
  position:fixed;
  bottom:0;
  background-color:#fefef4;

}
