@charset "UTF-8";

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 15px 15px 5px 15px;
	background-color: #E1DBC4;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 20px 30px 20px;
	background-color: #ADAAA4;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

a:link {
  color: #000;
}

a:hover {
	color: #E05400;
}

h1 {	
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

p {
	font-size: 12px;
	font-weight: 100;
	margin-bottom: 10px;
	}

a.main:link {color: #fff; font-size: 18px; text-decoration: none; }
a.main:visited {color: #fff;}
a.main:hover {text-decoration: none; color: #C7C7C7; }
a.main:active {color: #fff; }

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 120px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.mosaic_main {
	background-image: url(images/mosaic.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: 220px
}

.pattern_main {
	background-image: url(images/pattern.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: 220px
}

.artwork_main {
	background-image: url(images/painting.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: 220px
}

.glasspainting_main {
	background-image: url(images/glass_painting_2.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: 220px
}

.metal_art_main {
	background-image: url(images/metal_art.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: 220px
}

.illustration_main {
	background-image: url(images/illustration_3.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: 220px
}

.suphi_main {
	background-image: url(images/suphi3.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	height: 220px
}

.hr_styl_1 { 
  display: block;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border-width: 1px;
  color: #8B8A8A;
}

.line_styl {
	padding: 0px 20px 5px 20px;
	
}

.sol_1 {
	background-color: #C63915;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: left;
	min-height: 220px
}
.sol_2 {
	background-color: #509B82;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: left;
	min-height: 220px
}.sol_3 {
	background-color: #3F546D;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: left;
	min-height: 220px
}.sol_4 {
	background-color: #487283;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: left;
	min-height: 220px
}.sol_5 {
	background-color: #05B9AE;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: left;
	min-height: 220px
}
.sol_6 {
	background-color: #C12C65;
	color: #FFFFFF;
	padding: 20px 20px;
	text-align: left;
	min-height: 220px
}

.sag {
	background-color: #D5D5D5;
	color: #FFFFFF;
	padding: 20px 20px ;
	text-align: center;
	min-height: 220px ;
}

.mosaic {
	background-color: #C63915;
	color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	text-align: left;
	min-height: 60px ;
}
.footer-text {
	font-size: 14px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 18px;
		}
	
	h2 {
		margin-bottom: 24px;
	}
	
	.col-small {
		width: 25%;
		color: #FFFFFF;
	}
	
	.col-big {
		width: 75%;
		color: #FFFFFF;
		text-align: right
	}
	
	.col {
		float: left;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1100px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

