body {
    font-family: 'Karla',  sans-serif;
    overflow-x: hidden;
}

header {
    text-align: center;
    background: none;
    color: #242424;
}

header .intromsg {
    padding-top: 30px;
    padding-bottom: 20px;
}

header img {
    display: block;
    margin: 0 auto 20px;
    max-width: 40%; left: 30%;
    margin-top: 6%;
}

header .repo {
    display: block;
    padding-top:10px;
    font-family: "Fredoka One", sans-serif;
    text-transform: uppercase;
    font-size: 2em;
}

@media (min-width: 768px) {
    header img {
        max-width: 30%; left: 35%;
        margin-top: 6%;
    }
    header .intromsg {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    header .repo {
        padding-top:20px;
        font-size: 3.4em;
    }

    header .donation {
        padding-top: 0px;
        font-size: 1em;
    }
}

header .donation {
    display: block;
    padding-top:0px;
    font-family: "Karla", sans-serif;
    text-transform: none;
    font-size: 1.2em;
}


header .btn{
    padding-top:10px;
}

.btn-outline {
    color:#a3c1d5;
    font-size: 1.2em;
    border: solid 1.5px #a3c1d5;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background:#a3c1d5;
    border: solid 1.5px white;
}


footer{
    padding-top: 50px;
    background-color: none;
    height:80px;
}
footer .footer-above {
    padding-top: 30px;
    background-color: none;
}
.btn-social {
    display: inline-block;
    padding-top:2px;
    height: 50px;
    width: 50px;
    border: 1.5px solid #a3c1d5;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

