@import url("https://fonts.googleapis.com/css?family=Raleway:300,400");
body {
  background: #eeeeee;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif; }

h1 {
  font-size: 70px;
  font-family: 'Raleway', sans-serif; }

.navbar {
  background-color: rgba(167, 167, 167, 0.8); }
  .navbar a {
    padding-top: 0;
    padding-bottom: 0; }
  .navbar img {
    width: 80px;
    height: 80px; }
  .navbar .nav-link {
    font-size: 20px;
    font-weight: 450;
    text-transform: uppercase; }

#oNas {
  min-height: 250px;
  background: url("../img/heading2.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; }
  #oNas h1 {
    padding-top: 120px;
    font-size: 80px; }

#Oferta {
  position: relative;
  height: 200px;
  background: url("../img/background2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; }
  #Oferta p {
    font-size: 20px; }

.dark-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fa {
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  background: #555;
  font-size: 30px; }

#Kontakt {
  border-top: 2px solid #555;
  padding-top: 10px; }
  #Kontakt p.lead {
    font-size: 32px;
    padding-bottom: 20px; }
  #Kontakt h2.highest {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 380; }
  #Kontakt p.lower {
    font-size: 25px;
    font-weight: 350; }
  #Kontakt a:link {
    color: black;
    text-decoration: none; }
  #Kontakt label {
    font-size: 20px;
    text-align: center; }

footer {
  background-color: #a7a7a7;
  font-size: 20px; }
