/* CSS Document */

body {
		
	overflow-x: hidden; 
	font-family:Bell MT,Verdana ;
	font-size: 18px;
	width:100%;
}

@font-face {
font-family: Bell MT;
src: url(fonts/Bell MT.otf);
src: url(fonts/Bell MT.eot);
src: url(fonts/Bell MT.eot?#iefix) format('embedded-opentype');
src: url(fonts/Bell MT.woff) format('woff');
src: url(fonts/Bell MT.tff) format('truetype');
}

#wrapper{
	margin: 30 auto;
	max-width: 1200px;
	font-family: Verdana;
	font-size: 17px;
	background-color:#ffffff;
	text-align:justify;
	}
nav {
	
	width: 70%;
	height: auto;
	padding: 0.1% 5% 0 0;
	font-family: Bell MT,Verdana;
	
	font-size:18px; 
	overflow: hidden;
	
}	
			
nav ul {
	margin: 0;
	list-style:none;
	padding-left: 150px;	

		}
nav ul li {
	float: left;
	width: 15%;
	color:#000000;
	}

nav ul li a {
	text-decoration: none;
	padding: 5% 12%;
	
	font-size: 18px;
	background-color:#ffffff;
	text-align:center;
	display: block;
	color:#000000;
	}	

nav ul li a:hover, nav ul li.active a {
	text-decoration: none;
	color: #C0272D;
	
	}

header {

	margin-top: 5px;
	width: 96%;
	min-height: 125px;
	padding: 5px;
	text-align: center;
}
.section {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: left;
	font-size:16px;
	font-family:Bell MT, Verdana;

}

.section2 {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
	font-size:16px;
	font-family:Bell MT, Verdana;

}
.bigbold {
	color:#C0272D;
	font-size:20px;
	font-family: Bell MT, Verdana;
	}
.email {
	text-decoration: none;
	color:#000000;
	}
.fb {
	text-decoration: none;
	color:#000000;
	}
.ig {
	text-decoration: none;
	color: #000000;
	}	
.g {
	text-decoration: none;
	color: #000000;
	}			
	
b{
 color: #C0272D;
 } 
p {
	font-family: Bell MT, Verdana;
	font-size:17px;
}
b{
 color: red;
 }
.bigbold {
	color:red;
	font-size:20px;
	font-family: Bell MT, Verdana;
	}
footer {
	width: 99%;
	overflow: auto;
	font-family:Bell MT, Verdana;
	font-size: 17px;
	background:#601C60;
	color:#ffffff;
}
footer p a {
	text-decoration: none;

}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
li {
	display: inline;
	
}

/*---------media----------*/

.mobileShow { display: none;}
   @media only screen
   and (min-width : 320px)
   and (max-width : 640px){ 


.mobileShow { display: inline;}

.btn {
	position: relative;
	margin-top:2%;
	border: 2px double #993399;
	border-radius: 2px;
	height: 36px;
	width: 36px;
}

#lines:before {
	border-bottom: 17px double #993399;
	border-top: 6px solid #993399;
	content: "";
	height: 5px;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 30px;
}

/*Strip the ul of padding and list styling*/
 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
 li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
 li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-family:Bell MT,Verdana ;
	color: #fff;
	background: #C0272D;
	text-decoration: none;
}

/*Hover state for top level links*/
 li:hover a {
	background: #601C60;
}

/*Style for dropdown links*/
 li:hover ul a {
	background: #993399;
	color: #fffff;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
 li:hover ul a:hover {
	background: #601C60;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
 li ul {
	display: none;
}

/*Make dropdown links vertical*/
 li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
 li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
 ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: Bell MT,Verdana;
	text-decoration: none;
	color: #fff;
	background: #C0272D;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
	
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
.disabled {
	pointer-events:none:
}
@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	 ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	 li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li,  li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		
	}
}
header img{
		width: 100%;
	
	}
.section, .artport, .section2 {
	width: 95%;
	height: auto;	
	margin:0px,0px,0px,20px;	
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

nav {
	
	width: 90%;
	height: auto;
	padding: 0% 5% 0 0;
	font-family: Bell MT,Verdana;
	font-size:18px; 
	overflow: hidden;
	
}

nav ul {
	margin: 0;
	list-style:none;
	padding-left: 100px;	

		}	

 .artport {
	width: 95%;
	height: auto;	
	
	}

}

.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-width : 320px)
   and (max-width : 640px){  

.mobileHide { display: none;}


}


	