@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700|Krub:300,400");
html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0 auto;
  margin-bottom: 80px;
  color: #ffffff;
  font-family: 'Krub', sans-serif;
  font-weight: 300;
  line-height: 160%;
  background-color: #101010;
  background-image: url("../img/rawpixel-1057235-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /*
  background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  */
  background-color: rgba(16, 16, 16, 0.8); }

h1, h2, h3, h4, h5 {
  color: #30bd20;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600; }

.logo {
  font-size: 65px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0; }

.slogan {
  color: #c7c7c7;
  font-size: 20px;
  text-align: left; }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #777; }
  a:hover {
    color: #ffffff;
    border-color: #ffffff; }

.container {
  margin: auto;
  text-align: center; }

header {
  padding: 0 15px;
  margin-top: 100px;
  margin-bottom: 50px; }

section {
  margin: auto;
  width: 600px;
  max-width: 100%; }

p {
  padding: 0 10px; }

.contact {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px; }
  .contact h3 {
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 5px; }
  .contact p {
    margin: 0;
    font-size: 13px; }

footer {
  color: #777;
  width: 100%;
  /*position: fixed;
  bottom: 0;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  font-size: small;
  text-align: center;
  margin-bottom: 10px; }

.justified {
  text-align: justify; }

@media (max-width: 768px) {
  .slogan {
    font-size: 15px; } }
