/*TABLE OF CONTENTS
_____________________________________________________
- General Content
- Typography
- Headers and Nav
- Images and Media
- Lightbox
- Footer
- Media queries
_____________________________________________________*/

/*General Content
_____________________________________________________*/
.row h1 {padding: 3px 0 0 0;}


/*Typography
_____________________________________________________*/
body{
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-size: 1.75em;
}

.siteTitle{
	float: left;
	font-weight: 900;
	font-variant-caps: all-small-caps;
	color: #fff;
	font-size: 1.8em;
	line-height: .8em;
	margin: 0;
	padding: 0;
}

.siteTitle a{
	color: #fff;
	text-decoration: none;
}

h1{
	font-variant-caps: all-small-caps;
	color: #b74a41;
	margin-bottom: 0;
}

.imageLable{
	font-size: 1.2em;
	margin-bottom: 0;
	padding-left: .35em;
}

.instaLinks .instaInfo p,
.instaLinks .instaInfo li{
	margin-bottom: 0;
	font-size: .9em;
}


/*Headers and Nav
__________________________________*/
header {
	padding: 0 0 0 0;
	/*height: 5em;*/
	background-color: #000;
	/*background-image: url(../_graphics/homeHeader_skbk20_01.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

header.container{
	padding: 0;
	margin: 0;
}

.titleBar{
	background-color: #000;
	opacity: .8;
	bottom: 0%;
	padding: 0;
	margin: 0;
	
}

/*NAVTEST 201810 START*/
.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}
/*NAVTEST 201810 END*/

/*Images and Media
_____________________________________________________*/
img{max-width: 100%;}

.row.thumbs{margin-top: 1em;}

.announcement{margin-top: 1em;}

/*.thumb, .projMain*/

/*Slide Show
_____________________________________________________*/

/* Position the image container (needed to position the left and right arrows) */
.slideContainer {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: relative;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
	
  -webkit-user-select: none;
}

.controls {
	align-content: center;
}

/* 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 {
  color: #505050;
}

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

/* Container for image text */
.caption-container {
  text-align: center;
  padding: 2px 8px;

}

.slideRow:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.slideColumn {
  float: left;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;

}

.active,
.demo:hover {
  opacity: 1;
}

/*Footer
_____________________________________________________*/
ul.social{
	margin: 3% 0;
	display: block;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	display: inline;
	padding: 0 2%;
	font-size: 2em;
}

ul.social li a{
	color: #ccc;
}

ul.social li.twitter a:hover{color: #00aced}
ul.social li.facebook a:hover{color: #3b5998}
ul.social li.instagram a:hover{color: #bc2a8d}
ul.social li.linkedin a:hover{color: #0077b5}
ul.social li.tumblr a:hover{color: #32506d}
ul.social li.flickr a:hover{color: #ff0084}
ul.social li.pinterest a:hover{color: #cb2027}
ul.social li.youtube a:hover{color: #bb0000}



/*Media queries
_____________________________________________________*/

@media (max-width: 750px) {
  .topnav a {padding: 0 10px 0 0;}
    }

/*NAVTEST 201810 START*/
@media screen and (max-width: 600px) {
  .topnav a {display: none;font-size: 17px;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
	.topnav a:first-child {padding-top: 2em;}
}
/*NAVTEST 201810 START*/
