@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

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

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.logoTable img {
	padding-bottom: 0px;
	border-top: 2px solid rgba(255,255,255,1);
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
}
.logos {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: auto;
	background-color: rgba(0,0,0,0.4);
	min-height: 100vh;



}
.castanLogo {
	position: relative;
	padding-top: 30px;
}
.logoTable {
	margin-top: -2px;
	overflow: hidden;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	width: 100%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.castanLogo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.castanLogo img {
	margin-top: 100px;
	height: auto;
	width: auto;

}
.logos {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100vh;
	min-height: 650px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	min-width: 800px;
	background-image: url(images/logos.png);
	background-color: rgba(255,255,255,0);


}
.logoTable {
	position: absolute;
	margin-bottom: 60px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	min-width: 800px;
}
.logoTable img {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -10px;
	margin-right: -10px;
}







}

body {
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-position: center center;
	text-align: center;
	background-color: #000000;
	background-image: url(images/bg.jpg);
}
.castanLogo img {
	width: 80%;
	max-width: 335px;
	padding-bottom: 80px;
	padding-top: 40px;



}
.logoTable img {
	margin-top: -2px;
	padding-left: 20px;
	padding-right: 20px;

}
.logoTable img:hover {
	background-color: rgba(255,255,255,0.1);
}
