@font-face {
  font-family: 'TitilliumWeb';
  src: url('./assets/fonts/TitilliumWeb-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: light;
}

@font-face {
  font-family: 'TitilliumWeb';
  src: url('./assets/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb';
  src: url('./assets/fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}

html, body {
  font-family: "TitilliumWeb", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.home {
  background: url("./assets/images/kimiko-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.box {
  margin-top: 90px;
  background: rgba(255,255,255,0.6);
}

.btn {
background-color: #465661;
}

.nav-link {
  color: #1e1e1e!important;
}

.nav-link:hover {
  color: #b40000 !important;
}


h1 {
  font-size: 48px;
  color: #DD0000;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  color: #DD0000;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  color: #282828;
  font-weight: 700;
}


h5 {
  color: #282828;
}


h6 {
  color: #000808;
}

p, .p {
  color: #465661;
  font-size: 18px;
  font-weight: 200;
}

ul {
  font-size: 18px;
  color: #465661;
  font-weight: 200;
}

a {
  color: #666666;
  font-size: 18px;
  font-weight: 200;
}

a:hover {
  color: #7c0000 !important;  
}



@media (max-width: 575.98px) {


  .box {
    margin-top: 50px;
  }

  h1 {
    font-size: 28px;
    color: #DD0000;
    font-weight: 700;
  }
  
  h2 {
    font-size: 24px;
    color: #DD0000;
    font-weight: 700;
  }
  
  h4 {
    font-size: 20px;
    color: #282828;
    font-weight: 700;
  }
  
  h5 {
    font-size: 14px;
    color: #282828;
    font-weight: 700;
  }

  h6 {
    font-size: 12px;
    color: #2a2a2a;
    font-weight: 700;
  }
  
  p, .p {
    color: #465661;
    font-size: 14px;
    font-weight: 300;
  }
  
  ul {
    font-size: 14px;
    color: #465661;
    font-weight: 300;
  }  

  a {
    color: #ffff;
    font-size: 14px;
    font-weight: 300;
  }

}
