* {
        box-sizing: border-box;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 200;
}

body, html {
        height: 100%;
        overflow-x: hidden;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        background-color: #18110B;
        color: #fff;
        background-image: url("/img/background.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
}

main {
        background-color: rgba(3, 3, 3, 0.88);
}

hr {
        border-bottom: 1px solid white;
        border-top: none;
        border-left: none;
        border-right: none;
}

p {
        font-size: 18px;
        text-align: justify;
        text-indent: 60px;
        line-height: 1.5;
        letter-spacing: .025rem;
}

p :link, :visited, :active{
        text-decoration: underline;
        color: #fff;
}


h1 {
        font-size: 28px;
        font-weight: 400;
        border-bottom: 1px solid white;
        padding-top: 10px;
}

img {
        border-radius: 0%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #FFF;
        width: 40vw;
}

.about img {
        border-radius: 0%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #FFF;
        width: auto;
}

.navbar {
        position: fixed;
        width: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        box-sizing: inherit;
        border-bottom: 1px solid white;
}

.navbar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #18110B;
}

.navbar li {
        float: left;
        width: 33%
}

.navbar a {
        display: block;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        font-variant-caps: small-caps;
        padding: 8px 14px;
}

.navbar a:hover {
        background-color: #221C12;
}

.arksakura {
        background-image: url("/img/header.jpg");
        background-color: #222;
        box-sizing: inherit;
        display: block;
        position: relative;
        background-position: center;
        background-size: cover;
        text-align: center !important;
        border-bottom: 1px solid white;

}

.arksakura a {
        color: #fff;
        text-align: center !important;
        text-shadow: 3px 3px #000;
        position: absolute;
        transform: translate(-50%,-50%);
        font-variant-caps: small-caps;
        font-weight: 400;
        padding: 0px;
        margin: 0px;
        top: 50%;
        white-space: nowrap;
}

.landing img {
        border-radius: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        border: 3px solid #FFF;
}

.landing {
        position: relative;
        height: 100%;
}

.landing :link, :visited, :active{
        text-decoration: none;
        color: #fff;
}

.landing h1{
        position: relative;
        color: #fff;
        font-weight: bold;
        width: 100%;
        text-align: center !important;
        text-shadow: 3px 3px #222;
        font-variant-caps: small-caps;
        font-size: 7vw;
        line-height: 1;
        margin: 0;
        border: none;
}

.landing p {
        position: relative;
        color: #fff;
        font-weight: bold;
        width: 100%;
        text-align: center !important;
        line-height: 1;
        margin: 0;
        text-indent: 0;
        font-family: 'Brush Script MT', cursive;
        font-size: 2.5vw;
}

.landing-vertical-center {
        margin: 0;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

blockquote img {
        size: 100%;
        width: auto;
        display: block;
        float: left;
        border-radius: 0;
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #FFF;
}

blockquote {
        min-height: 340px;
}

blockquote h1 {
        position: inline;
        font-size: 24px;
        padding-top: 0px;
        padding-bottom: 8px;
        margin: 0;
        text-indent: 0px;
        border-bottom: 1px solid #FFF;
        border-bottom: none;
}

blockquote h2 {
        position: inline;
        font-size: 18px;
        padding-top: 12px;
        margin: 0;
        text-indent: 0px;
        border-bottom: 1px solid #FFF;
        border-bottom: none;
}

blockquote p {
        font-size: 18px;
        position: inline;
        margin: 0;
        text-indent: 70px;
        border-bottom: 1px solid #FFF;
        border-bottom: none;
}



@media screen and (min-width: 601px) {
.arksakura a {
        font-size: 64px;
}
.arksakura {
        height: 200px;
        margin-top: 42px;
}
main {
        margin: 0px 10%;
        padding: 15px 80px;
}
}

@media screen and (max-width: 600px) {
.arksakura a {
        font-size: 42px;
}
.arksakura {
        height: 160px;
        margin-top: 42px;
}

.landing h1 {
        font-size: 9vw;
}
.landing p {
        font-size: 4vw;
}

.landing img {
        width: 80%;
}

.fourohfour {
        font-size: 36px !important;
        white-space: normal !important;
}


main {
        margin: 0px;
        padding: 10px 20px;
}

img {
        width: 80vw;
}

blockquote img {
        width: 30%;
        margin-left: 0px;
}

blockquote {
        margin-left: 0px;
        margin-right: 0px;
        text-indent: 20px;
}

blockquote p {
        text-indent: 20px;
        font-size: 16px;
}

p {
        font-size: 16px;
        text-indent: 20px;
}

h1 {
        font-size: 24px;
        font-weight: 400;
        border-bottom: 1px solid white;
}

blockquote h1 {
        font-size: 24px;
}

}
