﻿
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #317324;
  text-decoration:underline;
}

/* Custom default button */
.btn-default
{
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration:none;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
}

.btn-success {
    background-color: #357d27;
    border-color: #357d27;
}

.btn-success:hover, .btn-success:focus {
    background-color: #3c8b2c;
    border-color: #3c8b2c;
}

.alert {
    text-align:left;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #000;
  text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .cover-container {
    width: 700px;
  }
}

h1, h2, h3, h4, h5 {
    font-family: "Oswald",sans-serif;
    line-height: 47px;
    letter-spacing: 0.02em;
}

h1 {
    font-size: 3em;
    text-transform: uppercase;
}

.cover-container {
    background-color: #1f538c;
    border: 1px solid #4c75a3;
    border-radius: 5px;
}

#copyright-text {
    font-size: 12px;
    font-style: italic;
    position:fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.form-horizontal {
    color:#fff;
}
.form-horizontal .control-label {
    font-weight:normal;
    font-size:1.2em;
}

.language-switch {
    margin:10px auto;
}

.language-switch a {
    text-decoration:none;
}