/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, input, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Typography */
@font-face {
    font-family: Koho;
    src: url('../fonts/_vollkorn.woff2') format('woff2');

    /* src: url('../fonts/Koho.woff2') format('woff2'); */
    font-display: swap;
}
@font-face {
    font-family: Vol;
    src: url('../fonts/_vollkorn.woff2') format('woff2');
    font-display: swap;
}

body,html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Koho;
    background-color: #F0F4F8; /* Light gray with a slight bluish tint */
    color: #333;
}
body{
   line-height: 1.6;
}
input, textarea, label, p{
    font-family: Vol;
}

.errormessages{
    color: #DA700A;
    font-weight: bolder;
}

.center{
    display: flex; /* Use flexbox to align content */
    align-items: center; /* Center content vertically */
    justify-content: center; 
}

.margin-tb5{
    margin-top: 5%;
    margin-bottom: 5%;
}


.form-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 20px;
    background-color: #fafafa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #FFF3FF;
}

.just-text{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(59, 59, 59);
}


.blog-banner {
    position: relative;
    text-align: center;
}

.blog-banner img {
    width: 100%;
    height: auto;
}


.blogpost{
    padding: 1rem;
    display: flow-root;
}
.blogpost-text{
    border-radius: 5px;
    text-align:left;
    padding:10px;
}
.blogpost img{
    float: left;
    margin-right: 1rem;
    width: 40%;
    height: auto;
    border-radius: 5px;
}
.comment-block{
    text-align: left;
    width: 100%;
    padding-left: 10%;
}


#transparent{
    background:transparent;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    background-color: white;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #16acde; /* Turquoise */
    outline: none;
}
input[type='submit']{
    cursor: pointer !important;
}

textarea {
    resize: vertical;
}


fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.radio-group,
.checkbox-group {
    display: flex;
    flex-direction: column;
}

.radio-group label,
.checkbox-group label {
    margin-bottom: 10px;
}

.radio-group input,
.checkbox-group input {
    margin-right: 10px;
}


.width100{
    width:100%;
    margin-left: 0;
    margin-right: 0;
}

.dot1, .dot2, .dot3, .dot4, .dot5, .dot6, .dot7, .dot8, .dot9, .dot10,
.dot11, .dot12, .dot13, .dot14, .dot15, .dot16, .dot17, .dot18, .dot19, .dot20,
.dot21, .dot22, .dot23, .dot24, .dot25, .dot26, .dot27, .dot28, .dot29, .dot30,
.dot31, .dot32, .dot33, .dot34, .dot35, .dot36, .dot37, .dot38, .dot39, .dot40,
.dot41, .dot42, .dot43, .dot44, .dot45, .dot46, .dot47, .dot48, .dot49, .dot50,
.dot51, .dot52, .dot53, .dot54, .dot55, .dot56, .dot57, .dot58, .dot59, .dot60,
.dot61, .dot62, .dot63, .dot64, .dot65, .dot66, .dot67, .dot68, .dot69, .dot70,
.dot71, .dot72, .dot73, .dot74, .dot75, .dot76, .dot77, .dot78, .dot79, .dot80,
.dot81, .dot82, .dot83, .dot84, .dot85, .dot86, .dot87, .dot88, .dot89, .dot90,
.dot91, .dot92, .dot93, .dot94, .dot95, .dot96, .dot97, .dot98, .dot99, .dot100,
.dot101, .dot102, .dot103, .dot104, .dot105, .dot106, .dot107, .dot108, .dot109, .dot110,
.dot111, .dot112, .dot113, .dot114, .dot115, .dot116, .dot117, .dot118, .dot119, .dot120 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px; 
    background-color: lightgreen;
    max-width:19%;
}
th{
    background: #47a7bf;
    
    /* text-shadow: 2px 2px 2px rgba(0,0,0,0.2); */
}

td:nth-child(odd){
    background: #c6eaf4;

}
.gradient-coral{ background: linear-gradient(to right,
    #c77b47 0%, #c77b47 25%,
   
      #9e4333 25%,#9e4333 50%,
      #e1a28f 50%,#e1a28f 75%,
      #bad0db 75%, #bad0db 100%) 
           ;    } 

           .gradient-coral2{ background: linear-gradient(to bottom,
            #cc807f 0%, #cc807f 25%, 
            #bad0db 25%,#bad0db 50%,
              #e1a28f 50%, #e1a28f 75%, 
              #9e4333 75%, #9e4333 100%);} 
       
.media-object-testimonial {
    padding: 1rem;
    display: flow-root;
}
.media-object{
    padding: 1rem;
    display: flow-root;
}



.gradient-grey{
    background-color:#2e19138a /*#9a1035*/;
    /* linear-gradient(to right, */
        /* #8d8ea3 0%,#8d8ea3 5%,
        #a5abbe 5%,#a5abbe 10%,
        #a8a6b3 10%,#a8a6b3 15%, */
        /* rgba(78,93,107,255) 15%,rgba(78,93,107,255) 20%, */
        /* rgba(89,107,122,255) 20%,rgba(89,107,122,255) 25%,
        #667e88 25%,#667e88 30%,
        #6b7180 30%,#6b7180 35%,
        #a3a8bd 35%,#a3a8bd 40%,
        #6e7582 40%,#6e7582 45%,
        #8d8ea3 45%,#8d8ea3 50%,
        #667e88 50%,#667e88 55%,
        rgba(118,126,143,255) 55%,rgba(118,126,143,255) 60%,
        #6e7582 60%,#6e7582 65%,
        #a5abbe 65%,#a5abbe 70%,
        #a3a8bd 70%,#a3a8bd 75%,
        #8d8ea3 75%,#8d8ea3 80%,
        #8d8ea3 80%,#8d8ea3 85%,
        #a5abbe 85%,#a5abbe 90%,
        rgba(118,126,143,255) 90%,rgba(118,126,143,255) 95%,
        rgba(78,93,107,255) 95%,rgba(78,93,107,255) 100% */
    /* ); */
}
.media-object-text, .media-object-text2{
    border-radius: 5px;
    background-color: rgba(255, 255, 255);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}
.media-object-text3{

}
.media-object-text{
    cursor:pointer;
}

.media-object-text:hover{
    background-color: #DA700A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
    border: none;
    transition: border 0.3s;
    transition: box-shadow 0.3s;
    transition: background-color 0.3s;
    color:white;
}

.myrdv{
    display:flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.media-object img{ 
    float: left;
    margin-right: 1rem;
    width: 30%;
    height: auto;
    border-radius: 5px;

}
.testimonial{
    margin-bottom: 10%;
}
.media-object-testimonial img {
    float: left;
    margin-right: 1rem;
    width: 22.5%;
    height:auto;
    border-radius: 60px;
}

.gradient-black{ background: linear-gradient(to right,
    #2e1913 0%, #2e1913  25%, 
    #713320 25%,#713320 50%,
    #24090b 50%, #24090b 75%, 
    #802e21 75%, #802e21 100%);} 
  
.white-text{
    color:white;
    border-radius: 5px;
    background-color: transparent;

}
    

.hr-small{
    width:50%;
    height:1px;
    background-color: lightgrey;
  }
  .hr-big{
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;
    height:1px;
    background-color: lightgrey;
  }
  .some-words{
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .editbar{
    display: flex;
    width:400px;
    height:30px;
    border-radius: 25px;
    justify-content:center;
    align-items: center;
}
.editbar-button{
    width:100px;
}

.wide100{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
#button{
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.editbar-button, a, #button, input[type='submit']{
    box-shadow: 
    inset 2px 2px 5px rgba(0,0,0,0.2), /* Inner shadow */
    inset -1px -1px 2px rgba(255,255,255,0.7), /* Inner highlight */
    1px 1px 2px rgba(0,0,0,0.2); 
    
    border:none;
    font-family: Vol;
    font-weight: bold;
    color:white;
    text-align: center;
    /* text-shadow: 2px 2px 2px rgba(0,0,0,0.2); */
    font-size: .8em;
    line-height: 2.25em;
    cursor: pointer;
}
a{display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 1em;
}
.bambushoot{
    position:fixed;
    z-index: -10;
    right:85%;
    top:5%;
}

footer a, .hamburger a, #flyout_links a{
    box-shadow:none;
    text-shadow: none;
   
}
footer{
    background-color: #2E3A46; /* Dark gray */
    color: #FFFFFF; 

}

a:focus, .editbar-button:focus, #button:focus {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),  /* Inner shadow (darker) */
                inset -2px -2px 5px rgba(255, 255, 255, 0.7),  /* Inner highlight (lighter) */
                -2px -2px 5px rgba(0, 0, 0, 0.2), /* Outer shadow for pressed-in effect */
                2px 2px 5px rgba(255, 255, 255, 0.3); /* Outer highlight for pressed-in effect */
}
.nofocus:focus{
    box-shadow:none;
}


.middle{
    border-radius: 0px;
}

.roundcorner-left{
    border-radius: 25px 0px 0px 25px;
}
.roundcorner{
    border-radius: 2px;
}
.roundcorner2{
    border-radius: 25px;
}
.squarecorner{

}
.roundcorner-right{
    border-radius: 0px 25px 25px 0px;
}
.red{
    background-color: #DA700A;
}

.green{
    background-color: #40ba14;
}
.blue{
background-color: #47a7bf;
}
.orange{
    background-color: orange;
}
.wide{
    width:30%;
    margin-left: auto;
    margin-right: auto;
}
.menubutton{
    width:90%;
    margin-left: 5%;
    text-align: left;
    padding-left: 10%;
}

p {
    margin-top: 1em;
    margin-bottom: 2em;
    font-weight: normal;
}


h1 , h2, h3, h4, h5, h6 {
    color: #2e1913;
    font-family: Koho, sans-serif;
    text-align: center;
}
h1{font-size: xx-large;}
h2,#button{font-size: x-large;}
h3{font-size: large;}


h4,
h5 {
    line-height: 2px;
}

/* Buttons and Hyperlinks */





.v-box {
    width: 30px;  /* Adjust the size as needed */
    height: 30px; /* Adjust the size as needed */
    background-color: #fff;
    border: 2px solid #4CAF50; /* Green border */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);


}

.v-box::before {
    content: '';
    width: 10px;  /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    border: solid #4CAF50; /* Green color */
    border-width: 0 4px 4px 0; /* Adjust the thickness as needed */
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;  /* Adjust the position as needed */
}


/* Animations and Transitions */

.fade-in {
    animation: fadeIn 0.5s;
}
.fade-in2 {
    animation: fadeIn 0.25s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.share-container {
    display: flex;
    margin-top:15px;
    justify-content:space-around;
    width: 100%;
}
.share-text {
    margin-right: 10px;
    margin-top: 5px;
    font-family: Vol;
    font-size: 14px;
    color:white;
}
.share-icons img {
    width: 30px; /* Adjust the size as needed */
    height: 30px; /* Adjust the size as needed */
    margin-right: 10px;
    cursor: pointer;
}
.share-icons a{
    background:transparent;
}

/*logo*/


.japanlogo{
    grid-area: japan;
    color: #0A74DA;
    border-right: 0.75px solid #0A74DA;
    font-size: 14;
    font-weight: lighter;
    text-align: center;
}
.kohologo, .Sylvialogo{
    text-align:center;
    text-shadow: 
    1px 1px 1px white, 
   -1px -1px 1px white, 
    1px -1px 1px white, 
   -1px 1px 1px white;

    font-family: 'Vol';
    font-size: 25;

}
.japanlogo, .kohologo{
    align-content: center;
    
}
.kohologo{
    grid-area: koho;
    color: #0A74DA;
    font-size: 1.25em;
    border-bottom: 0.75px solid #0A74DA;
    box-shadow: 
    0 1px 1px white;   /* Bottom shadow */

}

.Sylvialogo{
    color: #0A74DA;
    font-size: 1.25em;
    grid-area: Sylvia;
    padding-top: 5px;
}
.overboxlogo{
    background-color: transparent;
    display: flex;
    border: 2.75px solid #0A74DA;
    z-index: 1;
    width:100%;
    box-shadow: 
    1px 1px 1px white, 
   -1px -1px 1px white, 
    1px -1px 1px white, 
   -1px 1px 1px white;

}
.boxlogo{
    width:100%;
    background-color: transparent;
    box-shadow:  
    0 0 0 0.75px #0A74DA ,
    0 0 0 2px white,
    0 0 0px 1px rgb(252, 252, 252,1);
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 2fr 1fr;
    grid-template-areas:
        "japan koho"
        "japan Sylvia";
        z-index: -1;
}






/*logo*/
/* Element Specific Styles */



#captcha_input{
    width:100%;
    height:auto;
}

.captchadiv {
    display: flex;            /* Enables flexbox layout */
    align-items: center;      /* Vertically centers items */
    justify-content: center;  /* Horizontally centers items */
    height: 100%;             /* Ensure the container takes full height */
    width: 100%;              /* Ensure the container takes full wid*/


}