@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Black.ttf);
}

.hero-title {
  font-family: Poppins-Bold;
  line-height: 2.1;
}

a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #232c6e;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

/* 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;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #2a2a2a;
  background-color: #fff;
  font-weight: bold;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
}

.btn-primary {
  color: #fff;
  background-color: #4f8a3d;
  border-color: #4f8a3d;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
}

.btn-secondary {
  color: #fff;
  background-color: #6e4194;
  border-color: #6e4194;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #407032;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #58345f;
  color: #fff !important;
  text-decoration: none !important;
}

#separator {
  background-color: #dbdbdb;
}

/* Padding for spacing */
.inner {
  margin-top: 32px;
  padding: 15px;
}

.inner-footer {
  margin-bottom: 8px;
  padding: 15px;
}

.inner {
    display: flex;
    justify-content: center;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

.masthead {
  position: fixed;
  top: 0;
}
.mastfoot {
  position: fixed;
  bottom: 0;
}

.site-wrapper-inner {
  vertical-align: middle;
}

.masthead,
.mastfoot,
.cover-container {
  width: 100%; /* Must be percentage or pixels for horizontal alignment */
}

#githubContent {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  color: black;
  text-shadow: none;
  flex-direction: row;
}

.flex-left {
  padding-right: 20px;
  padding-bottom: 10px;
}

.flex-left img {
  border-radius: 5px;
}

.flex-right {
  text-align: left;
}

.flex-right a {
  color: blue;
  text-shadow: none;
  font-size: 19px;
  font-weight: bold;
}

.greetings {
  font-size: 25px !important;
  padding-bottom: 10px;
}

.greetings a {
  font-size: 25px !important;
  color: black;
  text-shadow: none;
}

.flex-right p {
  font-size: 16px;
  color: #333;
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

.no-user {
  color: white;
}

@media (max-width: 480px) {
  #githubContent {
    flex-direction: column;
  }

  .flex-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
}
