

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #333;
	color:#eee
}

a {color:#ccc;}

header{
background-color: #000;
	color:#eee
	padding-left:15px;

    }

header div{  float: right;
  height:100px;
  letter-spacing: 4px;
  padding-right:10px;
  line-height: 100px;
  }

.toptext{font-family: 'Indie Flower', cursive;font-size:20px;}

@media (max-width : 600px) {.toptext{font-size:12px;}}
@media (max-width: 450px) {header div{display:none;}}



.container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

.container div {
  box-sizing: border-box;
  min-height: 50px;
  min-width: 150px;
}


.heading {margin:25px auto;Padding: 25px;font-family: 'Pragati Narrow', sans-serif;}
.heading-title {letter-spacing: 3px;text-transform: uppercase;}
.heading-intro{font-size:20px;letter-spacing: 2px;}



dl {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dt {
  font-weight: italic;
}
dt, dd {
  line-height: 20px;
  padding-top:5px;
  padding-bottom:5px;

}
dt {
  display: block;
}


.dl-horizontal dd {
  margin-left: 100px;
}





/* =============================================================================
Footer
========================================================================== */

footer {
border-top:solid 1px #000;
width:100%;
background: #333;
padding: 10px 0 20px;
color: #ccc;
}

footer ul {
  list-style: none outside;
  margin-bottom: 20px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


footer li {
	font-weight: bold;
	font-size: 12px;
	display: inline;
	padding-left: 12px;
	margin-left: 0;
	border-right: 1px solid;
	padding-right: 15px;
}

footer li:first-child {
	padding-left: 0;
}

footer li:last-child {
	border-right: none;
}

footer li a{color:#ccc;}



      @media (min-width: 600px) {

        	nav ul {
			  			float:right;
			}


      }


@media (min-width: 1200px) {
		.container,nav,header,footer,#slides{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;

		}
}

@media (min-width: 1200px) {
.container,nav,header,#slides{
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.57);
		-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.57);
		box-shadow:
		3px 0 1px 0px rgba(0,0,0,0.57),
		-3px 0 1px 0px rgba(0,0,0,0.57);
		}
}



