
body{
  font-family: 'Segoe UI', sans-serif;
  color:#444;
}

/* ===== NAVBAR ===== */
.navbar{
  background:#111;
}
.nav-link{
  color:#fff !important;
  margin-left:15px;
}
.nav-link:hover{
  color:#d32f2f !important;
}

/* ===== HERO ===== */
.hero{
  background:#f7f7f7;
  padding:140px 0;
}
.hero h1{
  font-size:48px;
  font-weight:700;
  color:#111;
}
.hero span{
  color:#d32f2f;
}
.hero p{
  font-size:18px;
}
.hero img{
  max-height:420px;
}

/* ===== SECTION ===== */
.section{
  padding:120px 0;
}
.section-title{
  font-size:36px;
  font-weight:700;
  text-align:center;
}
.section-title span{
  color:#d32f2f;
}

/* ===== BOX ===== */
.box{
  background:#fff;
  padding:30px;
  border-radius:10px;
  box-shadow:0 5px 15px rgba(0,0,0,.08);
  height:100%;
}
.box ul{
  padding-left:18px;
}

/* ===== MAP ===== */
iframe{
  border-radius:10px;
}

/* ===== FOOTER ===== */
footer{
  background:#111;
  color:#ccc;
  padding:40px 0;
}
footer a{
  color:#d32f2f;
  text-decoration:none;
}

.site-footer {
  background: #111;
  color: #ccc;
  padding: 50px 0 25px;
}

.footer-logo {
  height: 120px;
  width: auto;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.footer-menu a {
  color: #ccc;
  text-decoration: none;
  font-weight: 500;
}

.footer-menu a:hover {
  color: #d32f2f;
}

.footer-social a {
  color: #fff;
  margin-left: 12px;
  font-size: 18px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #222;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #d32f2f;
}

.footer-divider {
  border-color: #333;
  margin: 30px 0;
}

.footer-bottom p {
  font-size: 14px;
  margin: 0;
}

.footer-bottom a {
  color: #d32f2f;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.header-logo {
  height: 80px;
  width: auto;
}

.brand-text {
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
  font-size: 18px;
  letter-spacing: 0.5px;
}


#units p, #contact p {
  font-size: 15px;
  color: #555;
}

#units h5 {
  font-weight: 600;
}

#contact a {
  color: #d32f2f;
  text-decoration: none;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .hero h1{font-size:32px;}
  .hero{text-align:center;}
  .footer-logo {
    height: 60px;
  }

  .footer-menu li {
    display: block;
    margin: 8px 0;
  }

  .footer-social a {
    margin: 0 6px;
  }

  .header-logo {
    height: 38px;
    width: auto;
  }
  .brand-text {
    font-size: 16px;
  }
}
