/* Add here all your css styles (customizations) */
body {
    /* For sticky footer */
    display: flex; 
    min-height: 100vh;
    flex-direction: column;
}

/* For sticky footer */
main {
    flex: 1;
}

a:hover {
    text-decoration: none;
    font-weight: 600;
}

body {
    /*font-family: 'Noto Serif JP', serif;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

p {
    margin-bottom: 30px;
}

#mainFooter, footer {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.navbar-nav {
    font-size: 1.1em;
}

h1 {
     font-size: 1.4em;
}
h2 {
    font-size: 0.9em;
}

.g-bg-primary-dark-v3, .g-bg-black-opacity-0_6 {
    background-color: rgba(0,0,0,0)  !important;
}

.et-icon-camera {
    font-size: 0.8em;
}

.u-header__section--light .navbar-brand {
    color: #555;
    font-size: 1.8em;
}

.bg-primary {
    background-color: #0097df!important;
}

a, a:hover, a:focus {
    color: #0097df;
}

.card-block a {
    color: #fff;
    font-weight: 600;
}



.u-pagination-v1-2--active, .u-pagination-v1-2--nav {
    background-color: #0097df;
    border-color: #0097df;
}

.u-pagination-v1-2:hover, .u-pagination-v1-2:focus {
    color: #0097df;
    border-color: #0097df;
}

.testimonials .u-tags-v1 {
    margin:10px
}



@media (min-width: 576px) {
.form-inline .form-control { 
    padding-left: 0px;
}
}


.g-bg-primary--hover:hover {
    background-color: #0097df !important;
}

.u-icon-v1 > i.icon-camera {
    font-size: 1.1em;
}

.u-icon-v1 > i:hover {
    color: #0097df;
}

.u-blockquote-v1::before {
    color: #0097df;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    background-color: #0097df;
}

.g-color-primary {
    color: #0097df!important;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link {
    color: #0097df;
}

.btn-md {
    padding-right: 0;
}

.g-brd-primary {
    border-color: #049593 !important;
}

.g-brd-secondary {
    border-color: #0097df !important;
}

#js-header {
    background-color: #eee;
}

.g-color-gray-dark-v2 {
    margin-bottom: -0.2em;
}

.dt {
    font-size: 0.85em;
    color: #888;
}



.btn-md {
    padding: 0.57143rem 0rem;
}

#searchText {
    width: 8em;
    padding-left: 0;


}

.btn-primary {
    background-color: #0097df;
    border-color: #0097df;
}

.btn-primary:hover {
    background-color:  #0077bf;
    border-color: #0097df;
}


#mainFooter img.img-fluid.logo {
    max-width: 100px;
}

#banner img.img-fluid.logo {
    max-width: 140px;
}

@media (max-width: 1200px) {
    .container {
      width: 100%;
      max-width: none;
    }
  }




  /* EPB Starts Here */

  .cd-section {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      /*min-height: 50vh;*/
      display:flex;
      align-items: center;
  }
  .cd-section--bg-fixed {
      min-height: 100vh;
  }

  

  section#filler {
      height: 60px;
  }

  b, strong {
    font-weight: bold;
    }

.u-btn-outline-primary {
    color: #0097df;
    border-color:#0097df;
}

.u-btn-outline-primary:hover, .u-btn-outline-primary:focus {
    color: #fff;
    background-color:#0097df;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.2em;
}

#mainFooter, footer {
    font-size: 0.9em;
}

.g-bg-primary {
    background-color: #0097df !important;
}

#mainFooter .g-brd-primary {
    border-color: #0067af !important;
}

.g-bg-primary-opacity-0_9 {
    background-color: rgba(0,151,223, 0.9) !important;
}

.g-bg-primary--hover:hover {
    background-color: #0097df !important;
}

.collapse.show {
    margin-top: 20px;
}

.blockquote-gr {
    box-shadow: none;
    margin-bottom: 50px;
}

.blockquote-gr::after {
    border-style: none;
}

/*
@media (min-width: 768px) { 
    .text-right--md {
        text-align: center!important;
    }
}
*/

.servicesRow p {
    margin-bottom: 30px;
}

.servicesRow a:hover {
    text-decoration: none;
}


ul.services li {
    font-weight: 800;
    margin-bottom: 1em;
}

.img-left {
    float: left;
    width: 50%;
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 10px;
}



.u-heading-v3__title {
    padding-bottom: 0.2em;
}

.img-right {
    float: right;
    width: 50%;
    max-width: 100%;
    margin-left: 30px;
    margin-bottom: 10px;
}

.img-portrait {
    width: 30%;
}

.img-grid {
    object-fit: cover;
    height: 300px;
}

@media (max-width: 768px) { 
    .img-right, .img-left {
        width: 100%;
    }
    .img-portrait {
        width: 50%;
    }
    .img-grid {
        object-fit: fill;
        height: auto;
    }
   
   
}
@media (max-width: 576px) { 
    .img-portrait {
        width: 100%;
    }
  
}


@media (min-width: 992px) and (max-width: 1200px) { 
    .navContainer {
        padding-left:0px;
        padding-right:0px;
    }
}

.u-heading-v3-1 {
    border-bottom: none;
}

.u-heading-v3__title.h4 {
    color: #049593;
}

.topSection {
    margin-top: 110px;
}

.speech {
    color: #049593;
}

