* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6em;
}

a {
    color: #333;
    text-decoration: none;
    height: 65px;
}

h1,
h2,
h3 {
    padding: 10px;
}

p {
    margin: 10px 0;
}

.container {
    margin: auto;
    max-width: 1100px;
    overflow: auto;
    padding: 0 20px;
}

.text-primary {
    color: #defa77;
}

.lead {
    font-size: 20px;
}

.btn {
    display: inline-block;
    font-size: 17px;
    color: #333;
    background: #f7f255;
    padding: 5px 19px;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 20px 10px;
}

.btn:hover {
    background: #f7c08a;
    color: #444;
}

.btn-light {
    background: #f4f4f4;
    color: #333;
}

.bg-dark {
    background: #333;
    color: #fff;
}

.bg-light {
    background: #f4f4f4;
    color: #333;
}

.bg-primary {
    background: #333;
    color: #fff;
}

#navbar {
    background: #333;
    color: white;
    overflow: auto;
}

#navbar a {
    color: white;
}

#navbar h1 {
    float: left;
    padding-top: 20px;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

#navbar ul {
    list-style: none;
    float: right;
    font-size: auto;
    font-style: inherit;
}

#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: #444;
    color: #f7c08a;
}

#showcase {
    background: url('../img/html-color-codes-color-tutorials-hero.jpg') no-repeat center center/cover;
    height: 450px;
}

#showcase #showcase-content {
    color: #fff;
    text-align: center;
    padding-top: 120px;
}

#showcase #showcase-content h1 {
    font-size: 60px;
    line-height: 1.2em;
}

#showcase #showcase-content p {
    padding-bottom: 20px;
    line-height: 1.7em;
}

#home-info {
    height: 400px;
}

#home-info .info-img {
    float: left;
    width: 50%;
    height: auto;
    background: url('../img/1.PNG') no-repeat;
    min-height: 100%;

}

#home-info .info-i {
    float: left;
    width: 50%;
    height: auto;
    background: url('../img/3.PNG') no-repeat;
    min-height: 100%;
}

#home-info .info-text {
    float: right;
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 40px 30px;
    overflow: hidden;
}

#home-info .info-im {
    float: right;
    width: 50%;
    height: auto;
    background: url('../img/2.png') no-repeat;
    min-height: 100%;
}

#home-info .info {
    float: right;
    width: 50%;
    height: auto;
    background: url('../img/2.png') no-repeat;
    min-height: 100%;
}

#home-info .info-tex {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 40px 30px;
    overflow: hidden;
}

#home-info .info-text p {
    padding-bottom: 30px;
}

.Copyright {
    background: #434242;
    height: 35px;
    width: auto;
    text-align: center;
    padding: 50px;
    color: #f4f4f4;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #f7c08a;
    color: white;
}

.fa-instagram {
    background: #f7c08a;
    color: white;
}

.sum {
    color: #333;
    margin: auto;
    font-size: 30px;
}