@import url('https://fonts.googleapis.com/css?family=Staatliches|Ubuntu|Lato');

body{
 
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color:white;
  color:black !important;
  text-align:center;
}

.jumbotron{
    
    background-size:contain;
    background-position:top;
    background-repeat: repeat-y;
    height:100%;
    /*background-image: url("imgs/background_scheme.jpg");*/
    background-color:white;
    padding-top:20px;
    padding-bottom:0px;
}
#home_jumbo{
  background-image: url("imgs/background_scheme.jpg");
}
.pic_here{
    background-size:cover;
    background-repeat:no-repeat;
    height:500px;
}
.message{
    color:white;
    text-align:center;
    height:500px;
}

input{
    color:black!important;
}

h3, h4{
    max-width:50%;
    margin:auto;
    margin-top:15px;
    font-family: 'Staatliches';
    font-size:1.5em;
}
h4{
    text-align:left;
    font-family:Raleway;
    font-size:1em;
}

.message{
    background-color:rgba(0,0,0,0.5)!important;
    overflow:hidden;
}


.logo{
  background-image:url("imgs/logo.png");
  background-position:center;
  width:200px;
  height:55px;
  background-size:contain;
  background-repeat:no-repeat;
  
}

.navbar{
  color:black;
  background-color:white;
  border:none;
  margin-bottom:0px;
  text-align:center;
  font-size:1.4em;
  font-family: 'Staatliches';
  height:55px;
  line-height:0px;
}

.navbar-default .navbar-nav>li>a{
  color:black;
  font-family:'Ubuntu';
  height:55px;
  line-height:27.7px;
}

#regForm {
  background-color: #141414;
  margin: auto;
  margin-top:10px;
  padding: 40px;
  width: 70%;
  min-width: 300px;
  padding-top:20px;
}
h2{
    margin-top:10px!important;
    color:#ffffff;
    font-size:1.5em;
}

button{
    color:white;
    background-color:#141414;
    font-family:'Staatliches';
    font-size:1.6em;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:0px;
    padding-top:4px;
}
#ctlHeader_divTopHeaderTitle{
  background:none!important;
}

#phrase1{
  
  color:#011627;
  width:63vw;
  padding:5px;
  text-align:center;
  margin:auto;
  margin-bottom:20px;
  font-family:'Lato';
  font-size:2em;
}

.red{
  color:#CF384A;
}

.navbar, .navbar-default{
  margin-top:10px;
}

.front_panel{
  
  margin-top:80px;
  font-size:3em;
  padding-top:160px;
  font-weight:100;
  
}

.fp{
 width:50%;
 height:400px;
 float:left;
}
#front_left{
  transform:scale(0.9);
  color:white;
  background-color:rgba(1,22,39, 1);
  padding:10px;
  transition:all .3s ease;
}
#front_right{
  transform:scale(0.9);
  background-color:rgba(207,56,74, 1);
  transition:all .3s ease;
}

#front_right:hover, #front_left:hover{
 transform:scale(1);
}
 
}
#front_tagline{
  padding-bottom:20px;
}
