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

/* main */
html, body {
    font-family: 'Segoe UI', 'Tahoma', 'Verdana', sans-serif;
    line-height: 1.7em;
}

a {
    color: #333;
    text-decoration: none;
}

h1 {
    padding-bottom: 20px;
}

/* ABIKLASSID */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
.text-primary { color: #e8a020; }
.bg-primary { background: #e8a020; color: #fff; }
.bg-light { background: #f4f4f4; color: #333; }
.py-30 { padding: 30px 0; }
.clear { clear: both; }

/* navbar */
#navbar {
    background: #333;
    color: #fff;
    overflow: auto;
}

/* See reegel hoiab logo vasakul ja lingid paremal */
#navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

#navbar h1 a {
    color: #fff;
}

#navbar ul {
    list-style: none;
    display: flex;
}

#navbar ul li a {
    color: #ccc;
    padding: 10px 20px;
    display: block;
}

#navbar ul li a.active,
#navbar ul li a:hover {
    background: #e8a020;
    color: #fff;
    border-radius: 5px;
}

/* showcase */
#showcase {
    background: url('../img/showcase.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    min-height: 300px;
}

#showcase h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 10px;
}

#showcase p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px;
}

/* button */
.btn {
    display: inline-block;
    padding: 10px 30px;
    background: transparent;
    border: 2px solid #ccc;
    color: #ccc;
    border-radius: 30px;
}

.btn:hover {
    background: #e8a020;
    border-color: #e8a020;
    color: #fff;
}

/* home info */
#home-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#info-img {
    background: url('../img/photo-1.jpg') no-repeat center center/cover;
    min-height: 300px;
}

#info-content {
    background: #f9f9f9;
    padding: 40px;
}

#info-content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

#info-content p {
    color: #444;
    margin-bottom: 20px;
}

/* home boxes */
#home-boxes {
    background: #333;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.box {
    padding: 40px;
    text-align: center;
    color: #aaa;
}

.box .icon {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

.box h3 {
    color: #aaa;
    font-weight: 400;
    margin-bottom: 10px;
}

.box p {
    font-size: 14px;
}

.box.highlight {
    background: #e8a020;
    color: #fff;
}

.box.highlight h3 {
    color: #fff;
}

/* footer */
footer {
    background: #444;
    color: #aaa;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

/* --- KIRJELDUSE LEHT (ABOUT.HTML) --- */
#about-info .info-left {
    float: left;
    width: 50%;
    min-height: 100%;
}

#about-info .info-right {
    float: right;
    width: 50%;
    min-height: 100%;
}

#about-info .info-right img {
    display: block;
    margin: auto;
    width: 70%;
    border-radius: 50%;
}

/* testimonials */
#testimonials {
    height: 600px;
    background: url("../img/test-bg.jpg") no-repeat center center/cover;
}

#testimonials h2 {
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

#testimonials .testimonial {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    opacity: 0.9;
}

/* See kood teeb nii, et iseloomustuse kastis on pilt ilusti kõrval */
#testimonials .testimonial img {
    width: 100px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}