/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*
Olympic Website css styles

body
type - h1 thru 6+ paragraph
layout - all divs both ids and class (text areas, banners, footer)
specialty - links ect
other - ?????

color codes:

White rgba(240,240,240,1.0)
teal rgba(64,200,152,1.0)
light teal rgba(150,236,206,1.0)
dark teal rgba(44,122,96,1.0)
light orange rgba(236,176,112,1.0)
orange rgba(204,120,32,1.0)
dark orange rgba(152,96,36,1.0)
"Light" Black rgba(64,64,64,1.0)
Black rgba(16,16,16,1.0)

type / fonts:
	font - 	main heading - Marcellus
			sub head - Arima Madurai
			Paragraph - Signika Negative
*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
/*	background:#eee;*/
}

#main_content{
	
	/*   min-height: 600px;   */
width:1100px;
background:rgba(255,255,255,1.00);
margin:0 auto;
	padding: 50px;
}

#topper{  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
    overflow: hidden;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}

#bigleftpicture{float:left;
width:600px;
background:rgba(255,255,255,1.00);
margin:0 auto;
	padding-left: 0px;}

#bigrightpicture{float:right;
width:600px;
background:rgba(255,255,255,1.00);
margin:0 auto;
	padding-right: 0px;}

#lefttext{float:left;
width:600px;
background:rgba(255,255,255,1.00);
margin:0 auto;
	padding-left: 0px;}

#righttext{float:right;
width:600px;
background:rgba(255,255,255,1.00);
margin:0 auto;
	padding-right: 0px;}

#thecage{width:1200px;
	min-height:900px;
margin:20px auto;
	position:relative;
}

h1{font-family: 'Orelega One', cursive;
font-size:36px;
color:rgba(44,122,96,1.0);}

h2{;font-family: 'Slabo 27px', serif;
font-size:30px;
color:rgba(44,122,96,1.0);}

h3{ffont-family: 'Zilla Slab', serif;
font-size:24px;}

h4{font-family: 'Zilla Slab', serif;
font-size:18px;}

h5{;font-family: 'Slabo 27px', serif;
font-size:30px;
	text-align:center;
color:rgba(152,96,36,1.0);}

h6{font-family: 'Zilla Slab', serif;
font-size:20px;
	text-align:center;}

a, a:visited {
	color:rgba(44,122,96,1.0);
	text-decoration:none;
}
a:hover, a:active {
	color:rgba(152,96,36,1.0);
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider {
    margin:0px auto 0 auto;
    width:1200px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

footer{width:1200px;
height: 100px;
margin: 0 auto;
margin-left: 100 center;
margin-right: 100 center;
background:rgba(44, 122, 96, 1.0);
text-align:center;
padding-top: 10px;
	background-position: bottom}

footer a:link{color: rgba(255,255,255,1.00);}
footer a:visited{color: rgba(255,255,255,1.00);}
footer a:hover{color: rgba(255,255,255,1.00);
text-decoration: none;}
footer a:active{color: rgba(255,255,255,1.00);}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}