﻿/*
         Mission to the Son Index1 Styles Sheet
         Filename: indexstyles.css
      
         Author:   Ami Sailor
         Date:     12/20/17
*/


/* header section */
	header {
		padding-top:  0.5em;
	}

	h1 {
		height:  3.0em;
	}
	
	h2 {
		color:  white;
	}

	
/* site navigation */
nav.sitenavigation {
   text-align: center;
   font-size:  1.5em;
   color: white;
   background-color:  #FF8000;
}
nav.sitenavigation li {
   margin: 0 1em;
   display: inline-block;
   text-shadow: 0 0 6px #4B0082;
}
nav.sitenavigation a:link {
   color: white;
   text-decoration: none;
   font-weight: bold;
}
nav.sitenavigation a:visited {
   color: white;
}
nav.sitenavigation a:hover, nav.sitenavigation a:focus {
   color:  #4B0082;
   text-shadow: 0 0 6px white;
}



/* main content */
	p {
		text-align:  center;
	}

	body {
		background:  linear-gradient(#08088A, #E6E6FA);
		background-repeat:  repeat-x;
		background-attachment: fixed;

	}
	dt {
		position:  relative;
		float:  left;
	}
	#video {
		padding-top:  5em;
	}
	p1 {
		font-weight:  bold;
	}
	
	h3 {
		color:  white;
		padding-left:  50px;
		padding-right:  50px;
	}
	h4 {
		color:  black;
		font-style: italic;
		font-weight:  bold;
		text-align:  center;
	}
	
	.sidebar-image-gallery { 
		position:relative;
		right: 0px;
		left:0px;
		width: 100%;
	} 
	.sidebar-image-gallery img:hover { 
 	position:relative;
	opacity: .5;
	}

	ul {
	list-style-type: none;
	}
	
	.container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
/* links within the body */

	a:link {
 		 color: black;
  		 text-decoration: none;
  		 font-weight: bold;
	}

	a:visited {
   		color: black;
	}

	a:hover{
   		color:  #CC3300;
   		text-shadow: 0 0 6px white;
	}

/* footer styles */
