@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

body {
  background: #FAFAFA;
  font-family: 'Open Sans', sans-serif!important;
}
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif!important;
  font-weight: bold;
}
p {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 16px;
  line-height: 24px;
  color: #6B7D99;
}

.bg-white {
  background: #fff;
}

.logo {
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, #008A8F 0%, #00ADAA 100%);
}

.logo {
  max-height: 250px;
}

.well-custom-1 {
  padding: 80px 130px 80px 130px;
}

.main-image {
  width: 100%;
  height: 670px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.csillaghegy {
  background-image: url('../assets/csillaghegy-residence_featured_background.jpg');
}

.trendo11 {
  background-image: url('../assets/trendo11_featured_background.jpg');
}

p {
  text-align: justify;
}

@media (min-width: 769px) and (max-width: 1280px) {
.header {
  width: auto;
  background: linear-gradient(180deg, #008A8F 0%, #00ADAA 100%);
}
.logo {
  max-height: 200px;
}
.well-custom-1 {
  padding: 40px;
}
}

@media (min-width: 1px) and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .header {
    width: auto;
    background: linear-gradient(180deg, #008A8F 0%, #00ADAA 100%);
  }
  .logo {
    max-height: 150px;
    margin-bottom: 30px;
  }
  .well-custom-1 {
    padding: 30px;
  }
  .main-image {
    width: 100%;
    height: 270px;
  }
  .list-a {
    margin: 30px 0 0 0 !important;
  }
  #footer {
    text-align: center;
  }
  .list-b {
    margin: 20px 20px 60px 20px;
  }
  .list-b p {
    display: block;
    text-align: center;
  }
  .ajanlatkeres {
    margin-bottom: 60px!important;
  }
  .copyright {
    text-align: center;
  }
}

#footer nav a {
  display: block;
  padding: 8px 0px;
  color: #4F5866;
}

.btn-primary,
.btn-primary.disabled {
  background-color: #00ADAA;
  color: #fff;
  border: none;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #00ADAA;
  color: #fff;
  border: none;
}

.text-gray {
  color: #8F9DB3;
}

.list-a i {
  color: #00ADAA;
  position: relative;
  top: 5px;
  padding-right: 10px;
}
.list-a p {
  line-height: 24px;
}
.list-b i {
  color: #8F9DB3;
  position: relative;
  top: 5px;
  padding-right: 10px;
}
.list-b p {
  line-height: 24px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
