@import “compass/css3”

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}




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



form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 130%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: right;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 150%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  
 line-height: 30px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 100%;
  line-height: 30px;
  padding: 10px 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #479089;
  
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
    line-height: 30px;
  }
  

}

/*
@media (min-width: 1024px) {
  form > div > label,
	legend {
  	text-align: left;
  	line-height: 38px;
  }
  

  
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 80%; 
    line-height: 30px;
}
#header {
    height: 560px;
            background-image: url('TGRinviteBGcopy.png');
            margin-top: 15px;
            margin-left: 15%;
            margin-right:15%;
            margin-bottom: 15px;
               
            padding: 5%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
			
	}
	
	  #header, #box, #footer{
            margin-left: 15%;
            margin-right: 15%;
            
        }
        
        	a {
		color:#808080;
		text-decoration:none;
		font-family: 'museo_slab500';
		font-size: 40px;
		
	}
	input {
		padding:0.5em;
		margin-bottom:0.5em;
		font-family: 'museo_slab500';
		font-size: 40px;
	
	}
}
*/

@media screen and (min-width: 601px) and (max-width: 999px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 80%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 70%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 80%; 
    line-height: 30px;
  }
  

}