@charset "UTF-8";
/* CSS Document */

/*This is Eric Meyer's Reset CSS, which he has made available for free at http://meyerweb.com/eric/tools/css/reset/index.html.*/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End of Reset*/


img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* For older browsers*/
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}


body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	width:100%;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
}

main{
	box-sizing: border-box;
	width:100%;
	height:100vh;
	background-image: url(weMoved.jpg);
	overflow: hidden;
	padding-bottom: 30px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}		

#tagline{
    padding-left: 52%;
	text-align: left;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top:50vh;
	color:#444;
}

a{
  color:#444;
  text-decoration: none;    
}
a:hover{
    color:#336633;
}

/*for mobile and tablet*/
@media screen and (max-width: 769px) {	
  #tagline{
      /*padding-left: 43%;*/
      float:right;
      padding-right: 12%;
      
      
	  font-size: 16px;
  }
}
/*end for mobile and tablet*/
