/* =======================
    TYPOGRAPHY 
======================== */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&family=Unica+One&display=swap');

/* =======================
    GENERAL STYLES
======================== */ 
html, body {
    position: relative;
    height: 100%;
    width: 100%;
}
body { 
    color: #020428;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; 
    font-family: 'Unica One', Helvetica, cursive;
    font-family: 'Space Mono', monospace;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    text-align: left;
}
main {
    padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #0B0C0C;
}
h1 {
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
a{ 
    text-decoration: none;
    color: #808193;
}
a:hover {
    color: #020428;
    text-decoration: underline;
}

a:focus,
a:active {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    box-shadow: none;
}

p {
    font-size: 1em;
} 
p em, em {
    color: #687E93;
    font-style: normal;
}
.responsive_image, 
.responsive_image img{
    width: 100%;
    height: auto;
}
.responsive_image {
    margin-bottom: 170px;
}
.kensei_02 {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.kensei_03 {
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
} 
h1 {
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/* =======================
    INTRO
======================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    height: 90px;
    z-index: 999;
    padding-top: 35px; 
}
#the_title,
#sub_tagline {
    letter-spacing: 1px;
    font-family: 'Unica One', Helvetica, cursive;
    font-size: 16px;
    text-transform: uppercase;
}
#the_title #h2 {
    margin-right: 20px;
}
#arima_logo {
    position: relative;
}
#arima_logo span { 
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#arima_logo img {
    width: 73px;
    margin-left: 10px;
}
#sub_tagline {
    text-align: right;
}
#the_content {
    height: calc(100vh - 80px);
    color: #0C82AC;
    font-size: 20px;
    padding-top: 30px;
}
#logo_mobile {
    display: none;
}
header img {
    width: auto;
    height: 100%;
}
#logo_footer {
    position: absolute;
    bottom: 20px;
}
#logo_footer img {
    height: 100%;
    width: auto;
}
#subfooter {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
#subfooter .container {
    text-align: right;
}
#subfooter .container ul,
#subfooter .container ul li {
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none;
    display: inline-block;
}
#subfooter .container ul {
    width: 100%;
    padding-right: 2px;
}
#subfooter .container ul li {
    padding-left: 80px;
}
main#landing_intro {
    position: relative;
    z-index: 99;
}
main .container {
    padding-top: 120px;
    border-left: 1px solid #0C82AC;
    border-right: 1px solid #0C82AC;
}
.container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: calc(100% - 80px);
}
/* =======================
    FOOTER
======================== */
footer {
    cursor: default;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    width: 90vh;
    text-align: left;
    padding-left: 12px;
    top: 50%;
    right: calc(-45vh + 20px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Unica One', Helvetica, cursive;
    text-transform: uppercase;
    position: fixed;
    z-index: 999;
}
/* =======================
    MEDIAQUERIES
======================== */
@media (min-width: 1600px) {
.container {
    max-width: 1530px;
}  
}
@media (max-width: 1200px) { 
  .container {
    max-width: calc(100% - 80px);
}
  
}
@media (max-width: 1024px) {
    
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    body, html {
        overflow-x: scroll;
        overflow-y: hidden;
        height: calc(100vh - 40px);
        height: calc(var(--vh, 1vh) * 100 - 40px); 
        white-space: nowrap;
    }
    body {
        height: 100%;
        border-bottom: 1px solid #0C82AC;
        padding-top: 24px;
    }
    header, main, #landing_intro, #landing_intro .container, #landing_intro .row, #landing_intro .col-12 {
        display: inline-block;
        max-width: max-content;
        align-items: stretch!important;
    }
    #landing_intro .col-12 {
        padding: 0;
        padding-right: 25px;
    }
    header {
        position: relative;
        width: calc(100% - 50px);
        background-color: #ffffff;
        height: auto;
        top: 0;
        vertical-align: top;
        padding-top: 0;
    }
    .w-100 {
    display: none!important;
    }
    main .container {
        padding: 0;
        border: 0;
    }
    main#landing_intro {

    }
    .responsive_image, .responsive_image img {
        height: calc(var(--vh, 1vh) * 100 - 90px);
        width: auto;
        margin-bottom: 0;
    }
    #subfooter {
        display: none;
    }
    footer {
        width: 100vw;
        height: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        top: inherit;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
    }
    #the_content {
        white-space: initial;
        height: auto;
        padding-top: 6px;
    }
    #the_content p {
        font-size: 19px;
    }
    header .container {
        padding-left: 30px;
        padding-right: 60px;
        max-width: initial;
    }
    #the_title #h2, 
    #the_title a {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        line-height: 1;
    }
    #the_title {
        margin-bottom: 16px;
    }
    #sub_tagline {
        display: block;
        text-align: left;
    }
    #sub_tagline span, 
    #sub_tagline a {
        display: block;
        margin-bottom: 6px;
        line-height: 1;
    }
    #arima_logo img {
        width: 73px;
        margin-left: 0;
    }
    #logo_footer img {
        display: none;
    }
    #logo_footer img#logo_mobile {
        display: block;
        width: 200px;
        margin-top: 10px;
    }
    #logo_footer {
        position: relative;
        bottom: inherit;
    }




}
@media (max-width: 480px) { 

    #logo_mobile {
        display: block;
    }
}

