html{
/*--	overflow-y:scroll; --*/
	}
	
body{
	background-color: rgba(20,20,20,1.00);
	color: #c2781b;
	font-family: 'Share Tech', sans-serif;
	font-size: .8rem;
	line-height:110%;
	}

header {
	opacity: .5;
}

footer{
	font-size: 0.75rem;
	font-family: 'Share Tech', sans-serif;
	color: rgb(0,0,0);
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
	z-index: 50;
	background: rgb(150,150,150);
	padding: 15px 10px;
	margin-top: 20px;
	}


.logo {
    background-color: aqua;
}


.clear {
	width: 960px;
	height: 2px;
	clear: both;
	background-color: none;
}

.right {
	float: right;
}

.bar {
	height: 2350px;
	background-color: none;
	float: right;
	border-color: darkgoldenrod;
}

.part {
	margin-top: 10px;
	background-color: none;
	width: 700px;
	float: left;
}

.bottom {
	margin-bottom: 20px;
	margin-left: 60px;
}

/*------------------------   Navigation bars  ---------------------*/
nav{
	font-size: .8rem;
	color: #a65c00;
	font-family: 'Share Tech', sans-serif;
	text-align: center;
	background-color: rgb(150,150,150);
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 0px 00px;
	}
	
	a:link{
	text-decoration:none;
	color: white;
	letter-spacing: .7px;
	}
	
	a:visited{
	text-decoration:none;
	color: white;
	letter-spacing: .7px;
	}
	
	a:hover{
	text-decoration:none;
	color: #a65c00;
	letter-spacing: .7px;
	}
	
	a:active{
	text-decoration:none;
	color: #a65c00;
	letter-spacing: .7px;
	}
	
nav2{
	font-size: .8rem;
	font-family: 'Share Tech', sans-serif;
	text-align: left;
	background-color: #a65c00;
	line-height: 35px;
	margin-top: 17px;
	margin-bottom: -1px;
	padding-top: 10px;
	padding-bottom:12px;
    padding-left: 0;
    border-radius: 10px;
	float: left;
	width: 140px;
	}

nav2 a:hover{
	text-decoration:none;
	color: palegoldenrod;
	letter-spacing: .7px;
	}
	
nav2 a:active{
	text-decoration:none;
	color: palegoldenrod;
	letter-spacing: .7px;
	}

nav2 li {
    padding-left: 8px;
    display: block;
    background-color: none;
    letter-spacing: .7px;
}


nav ul{
    padding-left: 0px;
    letter-spacing: 0px;
}

nav li{
    text-decoration: none;
    display: inline-block;
}

nav li + li a:before {
    content: "|";
    color:#a65c00;
    padding-right: 20px;
    padding-left: 20px;
}

aside{
	font-size: .72rem;
	line-height: 150%;
	color:rgb(155,150,155);
	}



/*------------------------   Type  ---------------------*/

.grey p {    /*---   navigation header  ---*/
	letter-spacing: .6px;
	color: #424446;
	margin-left: -10px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}  

.gold p {    /*---   navigation header  ---*/
	color: black;
	margin-left: -10px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
} 


	
h1 {
	font-family: 'Share Tech', sans-serif;
	font-weight: 100;
	line-height: 110%;
	color: rgb(200,200,200);
	padding: 40px 0px 0px;
	}


h2 {
	color: rgb(200,200,200);
	padding: 0px 0px 0px;
	line-height: 110%;
}

.center {
    text-align: center;
}

.more {
	color: rgb(200,200,200);
	padding: 20px 0px 0px;
}


/*span.tab1 {padding-left: 1.3em;}*/
	
.subhead{
	font-family: 'Share Tech', sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 150%;
	color: goldenrod;
    text-indent: 30px;
    padding: 0px 10px;
    background-color: none;
	margin-top: 0px;
	font-size: 100%;

    
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	}


p {
    color: goldenrod;
	text-indent: 0px;
	padding-right: 0px;
	line-height: 150%;
    padding: 0px 0px 0px 10px;
}

.grey {
	background-color: rgb(150,150,150);
}

.red {
	background-color: rgb(255,0,0);
}


classname{
	font-family: 'Share Tech', sans-serif;
	font-style: italic;
	font-weight: 100;
	line-height: 150%;
	color: rgb(150,150,150);
	}

quarter{
	font-family: 'Share Tech', sans-serif;
	font-size: 1rem;
	line-height: 150%;
	color: rgb(200,200,200);
    font-weight: 100;
	}
	
school{
	font-family: 'Share Tech', sans-serif;
	font-size: 1rem;
	font-weight: 100;
	line-height: 120%;
	text-align: center;
	color: rgb(200,200,200);
	}

border {
	border-color: darkgray;
}


/*-----------   Capstone only  ------------*/
.movie {
	float: left;
	width: 350px;
	height: auto;
	padding: 0px 15px 0px 5px;
	background-color: none;
}

.white {
	color: navajowhite;
	padding-top: 5px;
}


.pad {
	margin-bottom: 20px;

}

.halfpad {
	margin-bottom: 10px;

}

hr {
	margin: 10px 0px 30px;
	display: block;
    border-width: 2px;
	border-color: saddlebrown;
}

.awards {
	margin: 0px 0px 10px;
	display: block;
    border-width: 2px;
	border-color: saddlebrown;
}

p.li {
	text-decoration: none;
}



/*---------------- Modal ----------------*/

/*-----https://codepen.io/ryanrhie9/pen/ZQMXVr  (deleted out responsive code) ------------*/ 


/* The Image */
div.img img {
    width: 100%;
    height: auto;
    cursor: pointer;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}


/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-height: 1500px;
	padding: 2em;
	
/*---------------added box shadow code from previous modals-------------*/
	
	box-shadow: 1px 1px 3px rgba(0,0,0,0.65);
	background-color: grey;

}


.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	/*---------------added box shadow code from previous modals-------------*/
	
	box-shadow: 1px 1px 3px rgba(0,0,0,0.65);
	background-color: grey;
	
	
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}


/*---------------- Slide Show ----------------*/

.container{
    position:relative;
    width:100%;
    height:481px;
    border-radius:15px;
    overflow:hidden;
        }

.container2{
    position:relative;
    width:620px;
    height:301px;
    border-radius:15px;
    overflow:hidden;
	margin: 60px 0px 20px 0px;
        }

.mySlides { 
	overflow: hidden;
	}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}


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

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


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

.green {
	background-color: green;
}


.orange {
	background-color: orange;
}

/*-----------------  UNUSED .  --------------

img.clients{
margin-bottom:19px;
}



iframe {
	padding-bottom: 15px;
}




----*/

/*-----------------  Twitter  --------------*/

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 300px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

iframe {
	background-color: white;
}