@charset "utf-8";

/* Global Styles */

body {
	font-family: 'Open Sans', sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}

h2 {
	font-family: 'Playfair Display', serif;
	color: #9999ff;
	text-transform: lowercase;
	font-weight: 100;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.h4
   {
	font-family: 'Playfair Display', serif;
	color: #D1B830;
	text-transform: lowercase;
	font-weight: 100;
}

a {
	color: #9999ff;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* Header */

header {
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]background-size: contain; */
	padding-top: 24px;
	/* [disabled]max-height: 205px; */
	height: auto;
	margin-top: 36px;
}



hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}

.mainContent {
	display: block;
	margin-left: 24px;
	margin-right: 24px;
}
.center {
	display: block;
	padding-right: auto;
	padding-left: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* Footer */
footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	text-align: center;
	width: 100%;
	border-top: 1px solid #9999ff;
	margin-top: 36px;
	padding-top: 12px;
}

p a strong {
	color: #383838;
}
p strong a {
	color: #383838;
}
body header p {
	display: block;
	margin-left: -5000px;
	font-size: 4px;
	line-height: 4;
	height: auto;
}
header.border {
	display:block
	background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(153,153,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(153,153,255,1) 100%);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(153,153,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#9999ff",GradientType=1);
}
.social a img {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
h1 {
	font-family: 'Playfair Display', serif;font-weight: bold;
	font-size: 1.3em;
}
.contactImg {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
/* Media query for Mobile devices*/
@media only screen and (min-width:225px) and (max-width:649px){
/* Header */
header {
	width: 100%;
	float: none;
	background-image: url(../assets/CJ-logo-black-periwinkle-Playfair290x85.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-clip: border-box;
	background-origin: content-box;
	margin-top: 0px;
	clear: both;
}
.border {
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 13.57%,rgba(224,224,255,0.78) 44%,rgba(153,153,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 13.57%,rgba(224,224,255,0.78) 44%,rgba(153,153,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 13.57%,rgba(224,224,255,0.78) 44%,rgba(153,153,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 13.57%,rgba(224,224,255,0.78) 44.00%,rgba(153,153,255,1.00) 100%);
	height: 9px;
	background-position: right bottom;
	margin-top: 475px;
	bottom: 0px;
	background-repeat: no-repeat;
	display: none;
}


/* Main content sections */
.mainContent .section1 {
	text-align: center;
    margin-bottom: 10%;
}

/* Footer */
footer {
	display: block;
	font-family: sans-serif;
	font-size: 0.8em;
	text-align: center;
}

#FM2_CSSMenu1_mobile_button {
	margin-top: 54px;
}


}



/* Media Query for Tablets */
@media only screen and (min-width : 650px) and (max-width : 800px) {
/* Header */
header {
	background-image: url(../assets/cathy-jamison-fine-art-325x95.png);
	background-position: right 0%;
	background-repeat: no-repeat;
	
	display: block;
	/* [disabled]background-size: contain; */
}

/* Main content and sections */


/* Footer */
footer {
	
	
}
.border {
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#9999ff",GradientType=1);
	height: 16px;
	background-position: right bottom;
	margin-top: 64px;
}



}

/* Media Query for Tablets */
@media only screen and (min-width : 801px) and (max-width : 1024px) {
/* Header */
header {
	background-image: url(../assets/cathy-jamison-fine-art-400x117.png);
	background-position: right 0%;
	background-repeat: no-repeat;
	height: 110px;
	display: block;
	/* [disabled]background-size: contain; */
}

/* Main content and sections */


/* Footer */
footer {
	
	
}
.border {
	background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#9999ff",GradientType=1);
	height: 16px;
	background-position: right bottom;
	margin-top: 64px;
}



}


/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */

/* Main content sections */

/* Footer */
footer {
	
}


header {
	background-image: url(../assets/cathy-jamison-fine-art-400x117.png);
	background-position: right 0%;
	background-repeat: no-repeat;
	height: 110px;
	display: block;
	/* [disabled]background-size: contain; */
}
.border {
	background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(153,153,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#9999ff",GradientType=1);
	height: 16px;
	background-position: right bottom;
	margin-top: 64px;
}

}
