@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");

/* -------------------------------------------------------
		BUTTONS
------------------------------------------------------- */

.panel .btn-primary {
  margin-top: 15px;
}

/* -------------------------------------------------------
		GENERAL LAYOUT
------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  /* margin-bottom: 60px; */
  background-color: #f7f7f7;
}

header {
  text-align: center;
  /* margin-top: 20px;
	margin-bottom: 20px; */
}

#user-form {
  margin-bottom: 33px;
}

header img {
  width: 200px;
  display: inline-block;
}

header .btn {
  display: none;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

.sticky-footer {
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  background-color: #e5e5e5;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

/* Login page footer css */

.footer {
  display: block;
  background-color: #444444;
  position: relative;
  width: 106%;
  bottom: -50px;
  /* padding-bottom: 20px; */
  color: #fff;
}
.footer-nav {
  display: block;
  color: #fff;
  font-weight: 300;
  margin-bottom: 16px;
  float: left;
}
.footer__contact {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  float: left;
}
.footer-social {
  display: block;
  float: left;
}
.footer-top {
  display: block;
  padding: 20px 0;
}
.footer-bottom {
  display: block;
  clear: both;
  padding: 16px 0;
  border-top: 1px solid #45426b;
  text-align: center;
}
.links-social .list-inline > li {
  padding-left: 10px;
  padding-right: 10px;
}
.text-white {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  body {
    /* margin-bottom: 160px; */
  }

  header {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  header .btn {
    display: inline-block;
    float: right;
    border-radius: 50px;
  }

  .sticky-footer {
    height: 160px;
  }
}

/* -------------------------------------------------------
		SECTIONS
------------------------------------------------------- */

.panel .section {
  padding: 15px;
  margin-bottom: 25px;
  background-color: #f4f9ff;
}

.panel .section p {
  margin-bottom: 15px;
}

.panel .section p .section-title {
  color: #25327b;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 1.25em;
}
