@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

body {
	
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
  font-size:1.0rem;
  color:#4a5764;
  font-family:Gordita,Avenir,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight:300;
  line-height:2.15;

  background: no-repeat center center fixed; 
  background-color:navajowhite

}


img {
  width: 30%;
  max-width: 30%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

	
.txt {
  position: relative;
  padding: 0em 2em 0.5em;
}

.sign {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
  font-size:1.0rem;
  color:#4a5764;
  font-family:Gordita,Avenir,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight:300;
  line-height:1.75;	
  text-align: center;
	
}.sign2 {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
  font-size:0.75rem;
  color:#4a5764;
  font-family:Gordita,Avenir,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight:200;
  line-height:1.75;	
  text-align: center;
}

.note {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
  font-size:1.50rem;
  color:#4a5764;
  font-family:Gordita,Avenir,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight:300;
  line-height:1.75;
  position: relative;
  padding: 0em 0em 0.5em;
}


/*for Video*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(360 / 640 * 100%) 0 0;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 00;
  width: 100%;
  height: 100%;
}


/*url link*/
    a {
      color: inherit; /* Makes the link color match the surrounding text */
      text-decoration: none; /* Removes underline from the link */
    }


@media (min-width: 540px) {
	

  img {
  width: 30%;
  max-width: 30%;
  height: inherit;
  vertical-align: middle;
  }	

.txt {
  position: relative;
  padding: 0em 10em 0.5em;
}

.sign {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
  font-size:1.0rem;
  color:#4a5764;
  font-family:Gordita,Avenir,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight:300;
  line-height:1.75;	
  text-align: center;
}

	

	
}





@media (min-width: 1140px) {
	

	
	
   img {
  width: 30%;
  max-width: 30%;
  height: inherit;
  vertical-align: middle;
  }	
	
.txt {
  position: relative;
  padding: 0em 15em 0.5em;
}

.sign {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
  font-size:1.0rem;
  color:#4a5764;
  font-family:Gordita,Avenir,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight:300;
  line-height:1.75;	
  text-align: center;
}


	
}



@media (min-width: 1488px) {
	
  img {
  width: 30%;
  max-width: 30%;
  height: inherit;
  vertical-align: middle;
  }	
	
.txt {
  position: relative;
  padding: 0em 25em 0.5em;
}

.sign {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
  font-size:1.0rem;
  color:#4a5764;
  font-family:Gordita,Avenir,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight:300;
  line-height:1.75;	
  text-align: center;
}


	
}



