body, html {
    height: 100%;
    background: #111;
  }

  p, li {
    font-size: 1.2em;
  }


  .hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("people-2923048_1920.jpg");
  height: 600px;
  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  }
  
  /* Place text in the image */
  .hero-text {
  text-align: right;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: white;
  padding-right: 5px;
  }
  
  /* hero h1 text */
  h1.hero-head {
    font-size: 64px;
    font-weight: 600;
  }
  
  p.hero-p {
    font-size: 24px;
    font-weight: 600;
  }

  .separator {
    height: 10px;
    width: 100%;
    background: orange;
  }

  .mit {
    background: #333D51; 
    color: #f4b41a;
  }

  h1.heading1 {
    color: #f4b41a;
  }

  .cel {
    background: #111;
    color: #f4b41a;
  }

  .spec {
    background: #111;
    color: #f4b41a;
  }

  .felv {
    background: #333d51;
    color: #f4b41a;
  }

  .forma {
    background: #333D51; 
    color: #f4b41a;
  }

  a, a:link, a:hover, a:visited {
    color: #f4b41a;
  }

a:hover {
    color: #fff;
  }


 .md-chip-g0, .md-chip-g1, .md-chip-g2, .md-chip-g3 {
    display: inline-block;
    margin: 8px;
    background: #ddd;
    padding: 8px;
    border-radius: 16px;
    font-size: 1.2em;
    color: #111;
}

.md-chip-g1 { background: #708090 }
.md-chip-g2 { background: #e5e5e5; }
.md-chip-g3 { background:#8c8c8c; }

.md-chips {
    text-align: center;
    padding: 8px 0;
    .md-chip {
      margin: 0 8px 8px 0;
    } 
}

p.text {
    font-size: 24px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ddd;
}

.kerdes {
  background-color: #333d51;
  color: #f4b41a;
}

.kerdeskep {
  border-color: #f4b41a; 
  border-width: 4px;
  border-style: solid;
}


.card {
  padding: 1.5em 0.5em 0.5em
}

.card-img-top {
  max-height: 75px;
  width: auto;
  margin: 0 auto;

}

.s-title {
  font-size:18px;
  font-weight: bold;
  text-align: center;
}



 /*media*/
 @media screen and (min-width:320px) {
    h1 {
        font-size: 32px;
    }
  }
  @media screen and (max-width:320px) {
    h1 {
        font-size: 64px;
    }
  }
  
  @media (min-width:768px) {
    h1 {
        font-size: 64px;
    }
  }
  
  @media (min-width:1280px) {
    h1 {
        font-size: 64px;
    }
  }
