@import url("normalize.css");
@import url("mobile.dialog.css");
@import url("styles.css");
@import url("footer.css");
@import url("social.css");

html {
    height: 100%;
}

body{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url('../../img/oceanTexture.jpg');
}

.guide-content h1,
.guide-content h2,
.guide-content h3 {
    font-weight: 700;
    font-style: normal;
    color: #910707;
}

.guide-content a {
    color: #574d44 !important;
    line-height: 22px;
    font-size: 1.2em;
}

#footer{
    width: 100%;
    min-height: 350px;
    background-color: #c8c4c1;
}

#header {
    margin-left: 5%;
}

header {
    margin: 20px 5%;
    max-width: 960px;
}

main {
    margin: 20px 5%;
    font-size: 13.6px;
    color: #414141; !important;
    line-height: 24px; !important;
    position: relative;
    max-width: 960px;
}

main h1 {
    font-size: 28px;
}

main h2 {
    font-size: 22px;
}

main h3 {
    font-size: 20px;
}

main a {
    color: #9f001f;
    text-decoration: none;
}

.guide-block {

    margin-top: 15px;
    margin-bottom: 15px;
    width: 440px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    word-wrap: break-word;
}


.video-block {

    margin-top: 15px;
    margin-bottom: 15px;
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;

}
.video-block iframe {
    max-width: 100%;
}




.return-button{
    padding-right: 100px;
}

.navi-wrap {
    padding: 0px 20px 0px 20px;
    font-size: 18px;
}

#navi-bar {
    position: absolute;
    width: 80%;
    max-width: 800px;
    top: 0px;
}

#navi-bar a{
    float: right;
}

@media all and (max-width: 500px) {
    .guide-block {
        width: 95%;
    }

    .video-block {
        width: 100%;
    }
}

@media all and (min-width: 800px) {

    .column1 {
        display: block;
        float: left;
        width: 65%;
    }

    .column2 {
        float: right;
        width: 25%;
    }
}
