@charset "UTF-8";
.form-error-show{
    color:#a94442;
    font-size:0.8em !important;
    display:block;


}
body.front {
    background-image: url("/static/img/man.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
body.front .overlay{
    width:100%;
    height:100%;
    position:fixed;
    z-index:0;
    top:0;
    background:rgba(0,0,0,0.5);
}
.main-slogan{
    margin-top:12%;
}
.main-slogan h2{
    color: #e6e6e6;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
}
.main-slogan h3{
    color: #c7c537;
    font-weight: 500;
    text-align: center;
    line-height:1.2em;
    font-size:1.7em;
}
.container{
    margin-top:30px;
    z-index:2;
    position:relative;
}
.header h1 a{
    color: #e6e6e6;
}
.header h1 a:hover{
    color: #e6e6e6;
    text-decoration: none;
}

.header {
    color: #e6e6e6;
    font-family: 'Oswald', sans-serif;
}
.header-icon{
    float:left;
    font-size: 3em;
    margin-top:5px;
    margin-right:5px;
}
.header h1, .navbar-nav a {
    font-size:1.0em;
    float:left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #e6e6e6;
    letter-spacing: 0.2em;
}
.navbar-nav a:hover{
    background-color: transparent !important;
    text-decoration: underline !important;


}
.navbar-nav .circled a:hover{
    color:black;
    background-color: #e6e6e6;

}

.navbar {
    margin:0px;
    text-transform: uppercase;
    font-size:1.0em;
    color: #e6e6e6;
}
li.circled:hover {
    background-color: #e6e6e6;
    color:black;
}

li.circled a{
    margin: 0 !important;
    padding:0 0 0 0 !important;
}
li.circled{

    border: 3px solid #e6e6e6;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #e6e6e6;
     font-family: 'Oswald', sans-serif;
  font-size:1.0em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

}
.container{
    z-index: 2;
}
.btn-custom-circled{
    margin-top:30px;
    background-color: #e6e6e6;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: black;
     font-family: 'Oswald', sans-serif;
  font-size:1.0em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn-custom-circled span{
    width:100%;
    text-align: center;
    display:block;
    text-transform: uppercase;
}

.footer_link {
    float: left;
    margin-top: 5px;
    margin-left: 10%;
    margin-right: 10px;
    text-align: center;


}
form label{
    color: #3e3e3e;
}
.form-register{
    margin-top:40px;
    background: rgba(255,255,255,0.7)
}








