@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:lightgray

}


img {
  width: 100%;
  max-width: 100%;
  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;
}

.note {
  -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:300;
  line-height:1.75;
  position: relative;
  padding: 0em 5em 0.5em;
}





@media (min-width: 768px) {
	
  img {
  width: 75%;
  max-width: 75%;
  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;
}

.note {
  -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:300;
  line-height:1.75;
  position: relative;
  padding: 0em 20em 0.5em;
}
	
}



@media (min-width: 992px) {
	
  img {
  width: 50%;
  max-width: 50%;
  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;
}

.note {
  -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:300;
  line-height:1.75;
  position: relative;
  padding: 0em 22em 0.5em;
}
	
}



@media (min-width: 1488px) {
	
  img {
  width: 50%;
  max-width: 50%;
  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;
}

.note {
  -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:300;
  line-height:1.75;
  position: relative;
  padding: 0em 40em 0.5em;
}
	
}



