@charset "UTF-8";

html {
}

body {
}


/* Header */

#index-card-10 {
	background: url(../images/gw_blur.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#logo {
	width: 87px;	
	margin: 0px auto;
	padding: 60px 0px;
}

#title {
	font-family: cursive;
	font-size: 20px;
	font-weight: 100;
	color:#FFFFFF;
	letter-spacing: -1px;
    height: 160px;
	background:url(../images/title.png) no-repeat;
	background-size: auto 160px;
	width: 832px;
	text-indent: -9999px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;	
}

#subtitle {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing: 1px;
    /*height: 10px;
	background:url(../images/subtitle.png) no-repeat;
	background-size: auto 10px;
	width: 320px;	
	text-indent: -9999px;*/
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;	
}


#call_to_action_links {
	margin-top: 100px;
	vertical-align: bottom;	
}

.call_to_action_link_panel {
	width: 300px;
	vertical-align: top;	
	display: inline-block;
}

.box_link {
	border: #FFFFFF 1px solid;	
	padding: 10px 30px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
}

#index-card-10 a:link, #index-card-10 a:visited {
	color: #FFFFFF;
}


/* Main content */

#index-card-20 {
	/*background: #E6BA39;*/  /*yellow*/
	/*background: #FF6700;*/
	background: url(../images/gw.jpg) center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#index-card-20 .card-content {
	/*width: 100%;*/
}


#index-card-30 {
	/*background: #E70609;*/ /*red*/
	/*background: #FF6700;*/
	/*background: #0085B2 url(../images/blu_tile_floral.jpg) repeat;*/
	background: url(../images/gw_blur.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	
}

#index-card-30 .card-content {
	width: 90%;
	max-width: 900px;

}

#index-card-30 p {
	font-size: 25px;	
	line-height: 40px;
	/*margin-bottom: 300px;*/
	margin: 0px;
	padding: 80px 0 130px 0;
}

#index-card-30 table {
	width: 100%;
	max-width: 960px;	
	font-size: 15px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	color: #FFF; /*#E96928;*/
	margin-bottom: 100px;
	border: 2px #FFF;
	border-style:  dashed;
	border-collapse: collapse;
	
	margin-left: auto;
	margin-right: auto;
}

#index-card-30 table tr {
	height: 60px;
	line-height: 60px;
}

#index-card-30 table td {
	border: 2px #FFF dashed;
	padding: 5px;
}


#index-card-30 table thead {
	height: 60px;
	/*border-bottom: 3px solid #FFF;*/
	line-height: 60px;
	background: rgba(255,255,255,0.20);
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
}


/* Footer */

#index-card-50 {
	background: #3D64BF; /*blue*/
}



@media only screen and (max-width: 960px) {

	#title {
		height: 107px;
		background:url(../images/title_small.png) no-repeat;
		background-size: auto 107px;
		width: 533px;
	}

}



@media only screen and (max-width: 400px) {
	
	#title {
		height: 77px;
		background:url(../images/title_small.png) no-repeat;
		background-size: auto 77px;
		width: 384px;
	}

}



