html, body {
  height: 100%;
  width: 100%;
}

body {
  background: url('../img/bg-knossos.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

header {
  padding: 20px 0 0 0;
  text-align: center
}

section {
  padding: 20px 0 120px 0;
}

a {
  text-decoration: none;
  color: #ff0;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color:#fff;
}

.company {
  padding:15px 0;
}

.white {
  padding:5px 10px;
  min-height: 90px;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  color:#fff;
  font-weight: 300;
  line-height: 1.35;
}

footer {
  position:fixed;
  width: 100%;
  bottom:0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 0 15px 0;
  color: #fff;
  text-align: center;
}

  .mobile-break::before {
    content:  " - ";
    display: all;
    clear: none;
  }

/* MEDIA QUERIES */

@media screen and (max-width: 1023px) {
}

@media screen and (min-width: 548px) and (max-width: 1024px) {
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
}

@media all and (max-width: 900px) {
}

@media screen and (max-width: 767px) {
  body {
    background-image: url('../img/bg-knossos-s.jpg'); background-size: cover;
  }
section {
  padding: 20px 0 20px 0;
}
  footer {
    position:relative;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0 15px 0;
    color: #fff;
    text-align: center;
  }
  .mobile-break::before {
    content:  "";
    display: block;
    clear: both;

  }
}

@media screen and (max-width: 480px) {
}