* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.main-part {
    flex-grow: 1;
}
html, body {
    font-family: 'Segoe UI', 'Tahoma', 'Verdana', sans-serif;
    background-color: darkgrey;
}
body {
    /* what we already have */
    min-height: 100vh;
    margin: 0;
    padding: 0;
    /* what we're adding */
    display: flex;
    flex-direction: column;
}
.container {
    margin: auto;
    max-width: 1080px;
    padding: 0 20px;
    overflow: auto;
}
#about-info .info-right .index-picture img{
    bottom: -80px;

}
.text-primary {
    color: #25f5f7;;
}
footer {
    padding: 20px;
    background: #444;
    color: #fff;
    text-align: center;
    position: center;
    width: 100%;
}
a {
    text-decoration: none;
    color: white;
}
#navbar {
    background: #333;
    color: #ffffff;
    overflow: auto;

}
#navbar a {
    color: #ffffff;
}
#navbar .Rait a {
    color: #25f5f7;
}
#navbar ul {
    float: right;
    list-style: none;

}
#navbar ul li {
    float: left;
}
#navbar ul li a {
    text-align: center;
    display:block;
    padding: 20px;
}

#navbar ul li a:hover,
#navbar ul li a.current {
    background: #444;
    color: #25F5F7;

}
#navbar h1 {
    padding-top: 10px;
    float: left;
}

#about-info .container,
#about-info1 .container {
    background-color: darkgrey;
}
#about-info .info-left {
    float: left;
    width: 50%;
    min-height: 100%;
}
#about-info .info-left p {
    margin-bottom: 15px;
    margin-left: 5px;
    line-height: 2;
    margin-top: 6px;
}

#about-info .info-right {
    float: right;
    width: 50%;
    min-height: 100%;
}

#about-info .info-right img {
    display: block;
    margin: auto;
    width: 103%;
}

.bg-primary {
    background: #6875EB;
    color: white;
    height: 350px;
}

#testimonials {
    height: 1200px;
    background: url("img/background-picture.jpg") no-repeat center center/cover;
}
#testimonials h2 {
    color: black;
    text-align: center;
}
#testimonials .testimonial {
    padding: 80px;
    margin-bottom: 40px;
    border-radius: 5px;
    opacity: 0.9;
}
#testimonials .testimonial img {
    width: 220px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -5px;
    left: -40px;
}

footer a i {
    font-size: 42px;
    margin-left: 3px;
    margin-right: 3px;
}





#about-info .info1,
#about-info1 .info1{
    float: left;
    width: 49%;
    min-height: 100%;
}


#about-info .info2,
#about-info1 .info2{
    float: right;
    width: 49%;
    min-height: 100%;
}

#about-info .info1 img,
#about-info .info2 img,
#about-info1 .info1 video,
#about-info1 .info2 video {
    display: block;
    width: 100%;
    margin-bottom: 17px;
}
.clear {
    clear: both;
}



