
html {
    height: 100%;
    padding: 0;
    background-color: #0a1933;
    overflow: hidden;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0;
  background-color: #0a1933;
}

h4 {
  font-family: 'Open Sans';
  color: white;
  text-align: center;
  font-weight: lighter;
  margin-bottom:5px;
  padding-top: 10px;
}



h2 {
  font-family: 'Open Sans';
  color: white;
  text-align: center;
  font-weight: lighter;
  margin-top: 5px;
}

text-muted {
  color: white;
}

.footer-link {
  font-weight: bolder;
}

.container {
  height: 100%;
  width: 100%;
  align-items: center;
  background-color: #0a1933;
}

.content-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  text-align: center;
  background-color: #0a1933;
}

.logo-image {
  width: 200px;
  height: 200px;
}


/* Style all font awesome icons */
.fa {
    padding:10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
    width: 60px;
    text-align: center;
    color: white !important;
    text-decoration: none !important;
    cursor: grab;
}

/* Add a hover effect if you want */
.fa:hover {
    color: #34479f !important;
    text-decoration: none !important;
}

a.social { /* or whatever your class */
   text-decoration: none !important;
}
/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    color: white;
}

/* Twitter */
.fa-twitter {
    color: white;
}

.navbar-default {
  background-color: #0a1933;
  padding: 0;
  margin: 0;
  border-width: 0;
}

.navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #34479f;
  cursor: default;
}

.navbar-fixed-bottom {
  color: white;
  text-align: center;
}

a:focus, a:hover {
  color: #34479f !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

a {
  color: white;
  text-decoration: none;
}
