@charset "UTF-8";

body {
/*background-color: rgba(40,56,145,0.10);
background-image: url("../img/bkgd/7603-venitian-paint-flat.jpg");
background-repeat: repeat;*/
margin: 0;
/*background-attachment: scroll;
background-size: auto;
	background-color: rgba(41,57,145,1.00);*/
}


h1, h2, h3, h4, h5, h6, p, ul {
	font-family: 'Montserrat', sans-serif;
	line-height:1.0em;
	padding: 0px !important;
	margin: 0px !important;
	font-weight: 300;
}

p {
margin: 0px;
padding: 0px;
font-size: 1.0em;
}

/* DESKTOP */
.header {
	background-color: rgba(255,255,255,0.80);
	border-bottom: #FFF 4px solid;
		
}
.header h2 {
	color: rgba(12,106,156,1.00);
	font-size: 1.75em;
}
.content_1 {
	margin-top: 50px;
	background-color: rgba(255,255,255,0.80);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.home_pics {
	margin-top: 50px;
	box-shadow: 0px 0px 40px 1px rgba(0,0,0,1.00);
}
.content_1 p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.content_1 h1, .content_1 h2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px !important;
	color: rgba(12,106,156,1.00);
}
.content_1 h1 {
	padding-bottom: 20px !important;
	
}
.content_1 ul {
	margin: 0px 0px 0px 40px !important;
	padding-top: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
.content_1 a, .content_1 a:visited, .footer a, .footer a:visited {
	text-decoration: underline;
	text-decoration-color: rgba(0,0,0,1.00);
	text-decoration-skip: ink;
	text-decoration-style: dotted;
	color: rgba(0,0,0,1.00);
	transition: .3s;
}
.content_1 a:hover, .footer a:hover {
	color: rgba(179,75,194,1.00);
}
.footer_2 {
	margin-top: 50px;
	background-color: rgba(255,255,255,0.80);
	border-top: #FFF 4px solid;
	padding: 20px 0px;
}


/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 600px) {

	.content_1 {
		width: 100%;
	}
	.home_pics {
		display: none;
	}

}

/* TABLET */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	

.content_1 {
		width: 95%;
	}
	.home_pics {
		display: block;
	}

	
	
}