/* google fonts: */
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Hi+Melody&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

.gloria {
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
}

.shadows {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}

.indie {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
}

.melody {
  font-family: "Hi Melody", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/

.hachi {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
}


/* framework */ 
 #container {
        margin: 0;
        padding: 0;
        
 }
 
.container-img {
    position: relative;
}

.container-img > img {
     width: 100%;
     height: auto;
     margin: 0;
 }
 
.container-img > .cmv1d-logo {
	width: 30%;
	float: left;
	position: absolute;
	margin: 20px;
}

.cmv1d-top {
    text-align: center;
}

.cmv1d-top img {
    width: 200px;
    padding: 10px;
}

.cmv1d-top p {
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 50px;
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 768px) {
  .cmv1d-top p {
    padding-right: 220px;
    font-size: 60px;
  }
  .cmv1d-top img {
    float: left;
  }
}

.cmv1d-banner {
  text-align: center;
  padding: 30px;
  background-color: #E3001B;
  margin: 0;
}

.cmv1d-banner p {
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
  color: #000000;
}

/*
@media screen and (max-width: 768px) {
    div.text-block p {
        font-size: 20pt;
        font-weight: 500; 
        line-height: 28.5pt;
      / *  line-height: 42.7pt;  * /
     }
}
*/

.text-block {
  position: absolute;
  text-align: center;
  top: 2%;
  width: 100%;
/*  background-color: rgba(255, 255, 255, 50%); */
  border-radius: 4px;
}

.text-block p {
    color: rgb(85, 85, 85);
    font-family: Roboto;
    margin: 0;
}

.text-block a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  font-size: 20px;
  line-height: 1.8;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgb(255, 255, 255, 0.5);
  text-transform: uppercase;
  cursor: pointer;
  color: #E3001B;
  border: 2px solid #E3001B;
  padding: 10px;
  text-decoration: none;
}

.text-block a .glyphicon {
    top: 0.15em;
}

.text-block a:hover, .text-block a:focus {
  text-decoration: unset;
  /*
  background-color: #ffc9d0 !important;
  */
  background-color: rgb(255, 201, 208, 0.5)
}

