body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
color: white;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #000000;
}
	
	
.navigation {
	float: center;
	list-style-type: none;
	background-color: black;
	height: 40px;
	width: 100%;
}

.subheading {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif
	font-size: 38px;
	color: #b0bc22;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	font-weight: bold;
	padding: 0px;
	line-height: 32px;
	clip: rect(auto,auto,auto,auto);
	top: 100px;
	position: absolute;
	height: 80px;
	width: 100%;
	font-size: 36px;
	letter-spacing: normal;
}

.main_lower {
background-image: url(images/main_montage.jpg);
background-position: center center;
background-repeat: no-repeat;
    text-align: center;
	width: 100%;
	height: 800px;
	
}

.blank_lower {
background-image: url(images/smc_head01.jpg);
background-position: center center;
background-repeat: repeat=y;
    text-align: center;
	width: 100%;
	height: 800px;
	
}

.header {
background-image: url(images/smc_head01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.wedding_header {
background-image: url(images/smc_wed_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.corporate_header {
background-image: url(images/smc_corp_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.portrait_header {
background-image: url(images/smc_port_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.design_header {
background-image: url(images/smc_des_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.about_header {
background-image: url(images/smc_about_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.contact_header {
background-image: url(images/smc_con_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.events_header {
background-image: url(images/smc_eve_head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	height: 220px;
	top: 0px;
	margin: 0px;
}

.copyblock {
	margin: auto;
	width: 75%;
	height: 400px;
	padding: 40px;
	background-color: #b0bc22;
	position: relative;
	top: 80px;


	font: "Trebuchet MS", Arial, Helvetica, sans-serif
	font-size: 160pt;
	color: #000000;
	text-decoration: none;
	

}


.smcbadge {
	left: 600px;
	margin-left: 80px;

}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 20px;
	text-align: center;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
		font-style: normal;
	text-align: center;
}

.copyright {
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: 10%;
	padding: 20px;
	font-size: 8pt;
	color: #808080;
	font-family: "Trebuchet MS", sans-serif;
}

ul {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline;
	color: white;
}

li {
    display: inline;
	color: white;
    
}


li a {
    display: inline-block;
     color: white;
    text-align: center;
    padding: 12px 36px;
    text-decoration: none;
	background-color: #000000;
}

li a:visited {
    color: white;

}
li a:hover {
    background-color: #b0bc22;
}

li a:active {
    background-color: #b0bc22;
}

a:link {
    color: #ffffff;
	text-decoration: none;
	font-style: normal;
}

a:visited {
    color: #ffffff;
	text-decoration: none;
	font-style: normal;
}

a:hover {
    color: #666666;
	text-decoration: none;
	font-style: normal;
}





* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
	text-align:center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
