/* COBRA CAPOEIRA - STORY */

body {
    background-color: #000824;
    background-image: url(img/bg-story-01.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 2em;
    }

.header-logo {
    position: fixed; top: 0px; left: 0px;
    opacity: 0.4;
    display: block;
    border: 0px dashed #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-decoration: none!important;
    width: 120px;
    padding: 5px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    }

.header-logo:hover {
    opacity: 1;
    }

.header-logo span {
    display: block;
    font-size: 0.3em;
    font-weight: 700;
    line-height: 1em;
    }

h1 {
    margin: 0px auto 0px;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 77px;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 0px 0px 24px rgba(0,200,255,0.9), 0px 0px 77px rgba(0,200,255,0.9);
    }

h1 .h1-top {
    margin: 300px auto 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.1em;
    }

h1 span {
    display: block;
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.07em;
    }

main {
    margin: 300px auto;
    width: ;
    width: 92%;
    max-width: 700px;
    text-shadow: 0px 0px 10px rgba(0,200,255,0.9);
    }


.btn {
    display: block;
    background-color: rgba(0,10,50,0.9);
    background-image: linear-gradient(0deg, #00aac0, #003090);
    border: 3px solid #50ccff;
    border-radius: 200px;
    text-align: center;
    text-decoration: none!important;
    font-weight: 600;
    width: 300px;
    padding: 20px 10px;
    margin: 200px auto;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    transition: .6s;
    }

.btn:hover {
    width: 330px;
    transform: translateY(-5px);
    box-shadow: 0px 0px 50px rgba(255,255,255,03);
    }

/* END -------------------------------------------------- */

