@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/ 
*/
body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    background-color: #EAEAEA;
}

.w3-card {
	background-color: white;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

header {
	background-color: #680E4B;
	color: white;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding-bottom: 20px;
}
.scenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-bottom: 20px;
}
/* Style all font awesome icons */
.fa {
    padding: 20px;
   font-size: 30px;
    width: 50px;
	height: 50px;
   text-align: center;
    text-decoration: none;
	margin: 2px 2px;
}
.fa:hover {
    opacity: 0.7;
}
.fa:visited { 
	text-decoration: none;
}
	
/* Facebook */
.fa-facebook {
    background: white;
    color: #680E4B;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
} 
.fa-linkedin {
  background: #007bb5;
  color: white;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	
*/
.navbar-default {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #680E4B;
	color:#FFF;
}

/*CSS Styling for the footer*/
footer {
	background-color: #680E4B;
	color: white;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	text-align: center
}

/* Center column */
.column {
	align-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	text-align: center;
	
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the twocolumns stack on top of each other instead of next to each other */
@mediascreen and (max-width: 600px) {
    .column {
       width: 100%;
	   
	   
    }
}



/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
}

/* 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: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
}
