
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Segoe UI', "Tahoma", "Geneva", "Verdana", "sans-serif";
    line-height: 2em;
}

a {
    color: #333;
    text-decoration: none;
}

h1 {
    padding-bottom: 20px;
}

#navbar {
    background-color: rgb(13, 22, 31);
    color: rgb(24, 26, 25);
    overflow: auto;
}

#navbar a{
    color:azure;
}

#navbar ul{
    float:right;
    list-style: none;
}
#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-color: #444;
    color: blue;
}
#navbar h1{
    padding-top: 20px;
    float: left;
}
.container {
    margin:auto;
    max-width: 1000px;
    padding: 0 20px;
    overflow: auto;
}
#showcase {
    height: 1000px;
    background: url(https://ita24veesaar.ita.voco.ee/photos/showcase.jpg)
}
.showcase-container{
    color:white;
    text-align: center;
    padding-top: 250px;
}
.showcase-container h1{
    color:white;
    text-align: center;
    font-size: 75px;
}
.showcase-container p{
    color:white;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 30px;
}
.text-primary{
    color:orange
}
.btn{
    display: inline-block;
    font-size: 15px;
    background-color: black;
    color: #fff;
    padding: 10px;
    border:none;
    cursor: pointer;
}
.btn:hover{
    background-color: orange;
    color:#333
}
h1, h2{
    padding-bottom: 20px;
}
#info {
    height: 600px;
}
.bg-color{
    background-color: #333;
    color:white
}
#info .info-content{
    float:right;
    width: 50%;
    height: 600px;
    text-align: center;
    padding: 30px;
    background-color: rgb(25, 32, 32);
}
.btn-light{
    background-color: white;
    color:#333;
    padding:10px;
}
#info .info-img {
    float:left;
    width:50%;
    background: url("https://ita24veesaar.ita.voco.ee/photos/photo-1.jpg");
    min-height: 100%;
}
#info .info-content p{
    padding-bottom: 20px;
    font-size: 20px;
    padding-right: 50px;
    padding-left:50px;
}
h1, h2, h3 {
    margin-bottom: 20px;
}

.box {
    float: left;
    width: 33%;
    text-align: center;
    padding: 20px;
}
.bg-dark{
    background-color: #333;
    color:#fff;
}
footer{
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: white;
}
.clear{
    clear: both;
}
#about-info .info-left{
    float: left;
    width: 50%;
    min-height: 100%;
}
#about-info .info-right{
    float: right;
    width: 50%;
    min-height: 100%;
}

.photo-2{
    display: block;
    margin: auto;
    width: 70%;
    border-radius: 50%;
}
.py30{
    padding: 30px 0px;
}
#testimonials{
    height: 600px;
    background: url("https://ita24veesaar.ita.voco.ee/photos/test-bg.jpg");
}
#testimonials h2 {
    color: #fff;
    text-align: center;
}
#testimonials .testimonial {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    opacity: 0.9;
    background-color: orange;
}
#testimonials .testimonial img{
    width: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

#contact-form .form-group {
    margin-bottom: 20px;
}
#contact-form .form-group label {
    display: block;
    margin-bottom: 5px;
}
#contact-form .form-group input,
#contact-form .form-group textarea  {
    width: 100%;
    padding: 10px;
    border: 1px solid #add;
}
#contact-form .form-group textarea {
    height:200px;
}
#contact-form .form-group input:focus,
#contact-form .form-group textarea:focus {
    outline: none;
    border-color: #f7c08a;
}
#contact-info .box {
    float: left;
    width: 33,3%;
    padding: 50px;
    text-align: center;
}
#conatct-info .box i {
    margin-bottom: 10px;
}