*{margin:0;padding:0;box-sizing:border-box;}

html,body{
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color:#111827;
}

a{color:#e5e7eb;text-decoration:none;}
h1,h2,h3{padding-bottom:20px;}
p{margin:10px 0;}

/* Helpers */
.container{max-width:1100px;margin:auto;padding:0 20px;overflow:auto;}
.text-primary{color:#f59e0b;}
.clear{clear:both;}

.btn{
  display:inline-block;
  background:#111827;
  color:#fff;
  padding:13px 20px;
  border:none;
  cursor:pointer;
  font-size:18px;
}
.btn:hover{background:#f59e0b;color:#111827;}
.btn-light{background:#f3f4f6;color:#111827;}
.btn-light:hover{background:#f59e0b;color:#111827;}
.no-shadow{box-shadow:none;text-shadow:none;}

.bg-dark{background:#111827;color:#fff;}
.bg-light{background:#f3f4f6;color:#111827;}
.bg-accent{background:#1f2937;color:#fff;}

/* Navbar */
#navbar{background:#111827;color:#fff;overflow:auto;}
#navbar a{color:#d1d5db;}
#navbar h1{float:left;padding:18px 0;}
#navbar h1 a{color:#fff;}
#navbar ul{list-style:none;float:right;}
#navbar ul li{float:left;}
#navbar ul li a{display:block;padding:20px;text-align:center;}
#navbar ul li a:hover,
#navbar ul li a.current{background:#1f2937;color:#f59e0b;}

/* Showcase */
#showcase{
  background:url('img/showcase.jpg') no-repeat center center/cover;
  height:520px;
}
#showcase .showcase-content{
  color:#fff;
  text-align:center;
  padding-top:150px;
  text-shadow:0 2px 6px rgba(0,0,0,0.6);
}
#showcase .showcase-content h1{font-size:56px;line-height:1.1;}
#showcase .showcase-content p{font-size:1.15em;margin:16px 0 24px;}

/* index split */
#info{height:360px;}
#info .info-img{
  float:left;
  width:50%;
  min-height:100%;
  background:url('img/photo-1.svg') no-repeat center center/cover;
}
#info .info-content{
  float:right;
  width:50%;
  height:100%;
  text-align:center;
  padding:50px 30px;
  overflow:hidden;
  background:url('img/photo-2.svg') no-repeat center center/cover;
  color:#fff; 
  text-shadow:0 3px 6px #000;
}

/* features */
#features .box{
  float:left;
  width:33.3%;
  padding:50px 30px;
  text-align:center;
}
#features .box i{margin-bottom:10px;}

/* about */
.py-30{padding:30px 0;}

#about-info .info-left{float:left;width:50%;min-height:100%;}
#about-info .info-right{float:right;width:50%;min-height:100%;padding-top:10px;}
#about-info .info-right img{
  display:block;
  margin:auto;
  width:85%;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(17,24,39,0.25);
}

/* kirjeldus */
#testimonials{
  background:url('img/background.svg') no-repeat center center/cover;
  position:relative;
}
#testimonials::before{
  content:'';
  position:absolute;inset:0;
  background:rgba(17,24,39,0.75);
}
#testimonials .container{position:relative;z-index:2;}
#testimonials h2{color:#fff;text-align:center;padding-top:40px;}
.testimonial{
  background:rgba(255,255,255,0.08);
  color:#fff;
  padding:18px;
  margin:22px 0;
  border-radius:10px;
  overflow:auto;
}
.testimonial img{
  width:70px;height:70px;
  float:left;
  margin-right:18px;
  border-radius:50%;
  border:2px solid #f59e0b;
}

/* kontakt page */
#contact-form .form-group{margin-bottom:18px;}
#contact-form label{display:block;margin-bottom:6px;}
#contact-form input,#contact-form textarea{
  width:100%;
  padding:10px;
  border:1px solid #d1d5db;
}
#contact-form textarea{height:180px;}
#contact-form input:focus,#contact-form textarea:focus{
  outline:none;
  border-color:#f59e0b;
}

#contact-info .box{
  float:left;
  width:33.3%;
  padding:45px 20px;
  text-align:center;
}
#contact-info .box i{margin-bottom:10px;color:#f59e0b;}

/* footer */
#main-footer{
  text-align:center;
  padding:20px;
  background:#1f2937;
  color:#fff;
}
