@font-face {
  font-family: 'Shantell Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/shantell/shantell-sans-v4-latin-500.woff2') format('woff2'), 
       url('fonts/shantell/shantell-sans-v4-latin-500.woff') format('woff');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #777;
}

#logo {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: normal;
    font-style: normal;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	color: rgb(255,255,255);
	float: left;
	margin: 0;
	padding:0;
	text-shadow: 1px 1px  2px #000000;
}

.bg  {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Text {
  position: absolute;
  left: 20px;
  bottom: 50px;
  margin: 0;
  padding: 0;
  text-align: left;

  
}

.Text span   {
  font-family: 'Shantell Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 5vh;
	line-height:1.3;
  	color: #ffffff;
	text-shadow: 1px 1px 4px #000000;
	background-color: #000000;
}

a:link, a:visited, a:hover	{
	text-decoration:none;
	color:#fff;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 1%;
  width: 100%;
  text-align: center;
  color: #000;
  border-top: solid 2px #fff;
}

.footer  p {
	color: #fff;
	font-size: 13px;
	font-weight:normal;
	text-transform : uppercase;
	letter-spacing:1px;
	line-height: 1; 	
	text-align: left;
	text-shadow: 1px 1px  2px #000000;
	padding: 5px 30px 5px 20px;
}	

.footer p span	{
	float:right;
}

.footer a:link, .footer a:visited	{
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

.footer a:hover	{
	color: #ffffff;
	background-color: #000000;
}	

@media only screen and (min-width:800px) {

	.Text span   {
    	font-size: 8vh;
  
	}


	.footer	p {
		padding: 5px 10px 5px 10px;
	}
}




		