body{
    font-family: 'Merriweather', serif;
    padding: 0;
    margin: 0;
    min-width:375px;
}
header {
    height: 380px;
    background-color: #606a74;
    width: 100%;
    color: #fff;
    font-size: 36px;
    margin-bottom: 100px;
}
.content{
    max-width: 1400px;
    margin: 0 auto;
}
.lamps-bg {
    background-image: url(/assets/img/bg-pattern.svg);
    background-repeat: repeat-x;
    background-position: center 185px;
}
.light-bg {
    background-image: url(/assets/img/bg-pattern-light.png);
    background-repeat: repeat-x;
    background-position: center;
}
.logo {
    margin: 0 auto;
    padding-top: 46px;
    width: 250px;
}
.header-label {
    text-align: center;
    width: 400px;
    max-width: 90%;
    margin: 67px auto 0px auto;
    line-height: 1.39;
}
.header {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #363b41;
    margin-bottom: 50px;
}
.half {
    float: left;
    width: 50%;
}
.right {
    float: right;
}
.description {
    font-family: 'Roboto', sans-serif;
    line-height: 1.69;
    font-size: 16px;
    letter-spacing: normal;
    text-align: justify;
    color: #4a4a4a;
    margin-right: 60px;
}
.website-logo {
    text-align: center;
}
.website-logo img{
    margin-top: 14px;
}
.website-shot {
    text-align: center;
}
.bottom-slogan {
    max-width: 800px;
    min-height: 180px;
    margin:  0 auto;
    padding-top: 110px;
}
.visit_btn {
    margin: 0 auto;
    height: 51px;
    width: 211px;
    border-radius: 36px;
    background-color: #606a74;
    text-align: center;
}
.visit_btn:hover {
    background-color: #363B41;
    cursor: pointer;
}
.visit_btn a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
}
footer {
    height: 100px;
    background-color: #363b41;
    margin-top: 86px;
}
footer div {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-left: 40px;
    color: #ffffff;
    margin-top: 40px;
}
footer div a{
    color: #ffa01c;
    padding-left: 5px;
    text-decoration: none;
}
footer div a:hover {
    color: #9B9B9B;
}
footer div.copyright {
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-right: 40px;
}

.clear {
    clear: both;
}
.top30 {
    margin-top: 30px;
}
.top50 {
    margin-top: 50px;
}
.top70 {
    margin-top: 70px;
}
.left80 {
    margin-left: 80px;
}
.top100 {
    margin-top: 100px;
}
.mb0 {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.half img {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .website-shot img {
        width: 70%;
    }
}
@media only screen and (max-width: 768px) {
    .header-label, .header {
        font-size: 28px;
    }
    .half {
        width: 100%; 
    }
    .description {
        margin-left: 70px;
        margin-right: 70px;
    }
    .website-logo {
        margin-bottom: 35px;
    }
    .top100 {
        margin-top: 0;
    }
    .bottom-slogan {
        margin-left: 70px;
        margin-right: 70px;
    }
}
@media only screen and (max-width: 525px) {
    .logo {
        width: 80%;
    }
    .logo img{
        width: 100%;
    }
    .bottom-slogan {
        padding-top: 50px;
    }
    .visit_btn {
        margin-top: 70px;
    }
    footer {
        height: auto;
    }
    footer div {
        float: none;
        text-align: center;
        padding-top: 40px;
        padding-left: 0;
    }
    footer div.copyright {
        padding-top: 70px;
        float: none;
        text-align: center;
    }
}
