body, html {
    font: 16px "Yu Gothic", sans-serif;
    color: #555;
}

/*-------------------------------------------->*/

#logo {
    padding: 30px;
}

#logo img {
    width: 150px;
}

/*-------------------------------------------------*/

#homepage {
    background-image: url("../images/background.jpg");
    height: 1500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-body {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*-----------------------------------------------------*/

@media (max-width: 767.98px) {
h1 {
    text-align: left;
    font-size: 2em;
    color: #371f54;
    line-height: 1.5;
    margin-bottom: 50px;
}
}

@media (min-width: 768px) {
h1 {
    text-align: left;
    font-size: 3.5em;
    color: #371f54;
    line-height: 1.5;
    margin-bottom: 50px;
}
}

#left-side {
    margin-bottom: 100px;
}

#left-side p {
    font-size: 1.5em;
}

/*---------------------------------------------------------*/

#right-side img{
    margin-bottom: 20px;
}

#right-side p {
    font-size: 1.3em;
    margin-bottom: 30px;
}

#right-side a {
    text-decoration: none;
    color: #fff;
    background-color: #371f54;
    padding: 10px 15px;
    border-radius: 5px;
}

#right-side a:hover {
    background-color: #563480;
}

/*---------Footer------------------------------------------------------------->*/

footer {
    text-align: center;
    color: #222;
    padding-top: 100px;
}

footer h2 {
    font-size: 1em;
}
