@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
header {
	background-color: #ffffff;	
	
}
body {
	margin-left: auto;
	margin-right: auto;
	background-color:  #665454;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.col {
	width: 100%;
}
.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #665454;
	text-align: center;
	display: block;	
	padding: 2px 18px 2px 18px;
	font-weight: bold;
}

.style-header-pic {
	margin-left: auto;
	margin-right: auto;
	display: block;	
	}
.page-background {
	background-color: #ffffff;
	display: block;
	text-align: center;
	padding: 15px;
}
.button {
	border: 4px #ffffff double;
	padding: 05px 15px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;	
	font-weight: bold;
	background-color: #665454;
    margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 150px;
	text-align: center;
}
.style-painting {
	padding-left: 20px;
	padding-right: 20px;
}
.style-painting-vert {
	padding-left: 20px;
	padding-right: 20px;
}
p {
	font-size: 12pt;
	display: block;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
h1  {
	font-size: 20pt;
	font-weight: bold;
	color: #410BC5;
	text-align: center;
}
h2 {
	font-size: 20pt;
	font-weight: bold;
	color: #410BC5;
	text-align: center;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #410BC5;
	text-align: center;
}
h4 {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
h5 {
	font-size: 10pt;	 
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h6 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
h7 {
	font-size: 10pt;	 
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h8  {
	font-size: 20pt;
	font-weight: bold;
	color: #17b9bb;
	text-align: center;
	padding-top: 10px;
	}
h9 {
	font-size: 12pt;
	font-weight: bold;
	color: #410BC5;
	text-align: center;
}
h10 {
	font-size: 10pt;
	font-weight: italic;
	color: #000000;
	text-align: center;
}
.footer-backgr {
	background-color: #6F9EF0;
	padding-left: 20px;
	padding-right: 20px;
	
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;

/*Tablet View*/
	
}@media (min-width: 768px){
	
body {
		max-width: 778px;
	}
 
	
.col {
	float: right;
	float: left;
}
p  {
	font-size: 13pt;
	display: block;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;	
	}
h1  {
	padding-left: 90px;
	padding-right: 90px;	
	}
.style-nav ul li {
	display: inline-block;
}
.style-nav ul {
	text-align: center;
}
	.style-painting {
	padding-left: 90px;
	padding-right: 90px;
}
	.style-painting-vert {
	padding-left: 160px;
	padding-right: 160px;
}
	}

/*Desktop View*/
@media (min-width: 900px){

	body {
		max-width: 1300px;

	}
	p {
		font-size: 14pt;
		margin-left: 150px;
		margin-right: 150px;
	}
	h7 {
		font-size: 12pt; 
	}
	
	.style-painting {
	padding-left: 280px;
	padding-right: 280px;
}
	.style-painting-vert {
	padding-left: 350px;
	padding-right: 350px;
}
}
	
