body {
    margin: 0;
}

a, a:hover {
    transition: all .3s
}

.wrapper {
    width: 80%;
    margin: 1% auto auto 15%;
    font-family: 'Slabo 27px', serif;
    padding: 0 30px 30px 30px;
}

h1 {
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 300;
}

h5 {
    margin-bottom: 0;
    font-size: 22px;
}

p {
    font-size: 22px;
    margin-top: 5px;
    color: #777;
    font-weight: 300;
}

span {
    padding: 0 10px;
}

span.no_padding {
    padding: 0;
}

.social-links {
    margin-top: 30px;
    display: block;
}

.social-links a {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 18px;
    text-decoration: none;
    color: #666;
}

.social-links a:hover {
    color: #000;
}

footer {
    background-image: url("../img/f-img.jpg");
    background-repeat: repeat;
    background-position: 0;
    position: fixed;
    bottom: 0;
    height: 180px;
    width: 100%;
}

.contact {
    margin-top: 10px;
    color: #777;
}

.contact a {
    color: #777;
    text-decoration: none;
}

.contact a:hover {
    color: #6479eb;
}

.my_name:hover {
    color: #6479eb;
}

.key_section {
    font-size: 22px;
}

.key_section span {
    font-size: 16px;
}

.certificate_div {
    margin-top: 30px;
}

.box_image {
    width: 115px;
    margin-right: 5px;
    /*height: 130px;*/
}

@media only screen and (max-width: 1560px) {
    footer {
        /*max-height: 142px;*/
        display: none;
    }
}

@media only screen and (max-width: 735px) {

    .wrapper {
        font-family: 'Slabo 27px', serif;
        padding: 30px;
        margin: 0;
    }

    h1 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    footer {
        /*height: 130px;*/
        display: none;
    }
}
