/*-----------------------CSS Reset-------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dd, dt, ol {
	font-family:"Tahoma", Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0;
	margin:0;
	}
/*------------------------Container Styling----------------------------*/
div#container{
	max-width:980px;
	min-width:320px;
	margin:2px auto;
	}
div#content {
	background-color:rgba(255,255,255,.5);
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
div#LinksOther {
	font-family:"Tahoma", Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0;
	margin:0;
	}
/*-----------------------Header Styling--------------------------------*/
header {
	padding:0 25px;
	}
figure.header {
	margin-top:50px;
	margin-bottom:0px;
	text-align:center;
	}
body {
	background-image:url(images/motherBoardHorizontal.jpg);
	background-repeat:no-repeat;
	transform:rotate(90);
	background-color:white;
	background-position: center top;
	}
header h1 {
	margin-bottom:50px;
	font-size:50px;
	color:#000000;
	text-shadow: 1px 1px #ffffff;
	text-align:center;
	}
/*-------------------------Top Navigation Styling-------------------------*/
	/* Add a black background color to the top navigation */
.topnav {
	position: relative;
	background-color: #333;
	overflow: hidden;
		}
	/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
		}
	/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
		}
	/* Add a color to the active/current link */
.topnav a.active {
	background-color:#808080;
		color: white;
		}
	/* Centered section inside the top navigation */
.topnav-centered a {
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		}
	/* Right-aligned section inside the top navigation */
.topnav-right {
	float: right;
		}
	/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
		}
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
		}
/*-------------------------Bottom Navigation Styling-------------------------*/
	/* Add a black background color to the top navigation */
.bottomnav {
	position: relative;
	background-color: #333;
	overflow: hidden;
		}
	/* Style the links inside the navigation bar */
.bottomnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
		}
	/* Change the color of links on hover */
.bottomnav a:hover {
	background-color: #ddd;
	color: black;
		}
	/* Add a color to the active/current link */
.bottomnav a.active {
	background-color:#808080;
		color: white;
		}
	/* Centered section inside the top navigation */
.bottomnav-centered a {
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		}
	/* Right-aligned section inside the top navigation */
.bottomnav-right {
	float: right;
		}
	/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
  .bottomnav a, .bottomnav-right {
    float: none;
    display: block;
		}
  .bottomnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
		}
}/*---------------------------Text Styling------------------------------*/
div#content h1 {
	padding-top:38px;
	padding-bottom:10px;
	font-size:60px;
	text-align:center;
	font-family:"Tahoma", Geneva, sans-serif;
	}

div#content h2 {
	font-size:28px;
	color:black;
	clear:both;
	font-weight:bold;
	text-align:center;
	}
div#content h3 {
	font-size:72px;
	color:white;
	background:black;
	clear:both;
	text-align:center;
	font-family: "Courier New", monospace;
	}

div#content h4 {
	font-size:24px;
	color:#1B0708;
	text-align:left;
	font-weight:bold;
	}
div#content h5 {
	font-size:16px;
	color:black;
	clear:both;
	text-align:left;
	font-weight:bold;
	}
div#content h6 {
	font-family: "Brush Script MT", cursive;
	padding-top:10px;
	padding-bottom:10px;
	font-size:60px;
	text-align:center;
	animation-name:blink;
	animation-duration:2s;
	animation-iteration-count:infinite;
	}
	
	@keyframes blink{
		0%{color:red;}
		25%{color:orange;}
		50%{color:yellow;}
		75%{color:green;}
		100%{color:blue;}
		}
		
div#content p {
	color:#1B0708;
	font-size:20px;
	}
div#content p.resume {
	margin-left:15%;
	margin-right:15%;
	}
div#content p.contact {
	display:block;
	font-size:24px;
	color:black;
	margin:10px 0px;
	clear:both;
	text-align:center;
	}
div#content dt {
	font-size:17px;
	margin: 10px 10px;
	border-top: solid 2px black;
	}
div#content dd {
	font-size:17px;
	margin: 25px 25px;
	border: 1px;
	}
.hidden {
	visibility:hidden;
	}
p.hidden {
	font-size:2px;
	padding:0px;
	}
div#topOfPage {
	text-align:right;
	}
div#topOfPage a {
	color:black;
	}
#grad1 {
  height: 200px;
  background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet, red);
	}
/*---------------------------Link Styling------------------------------*/
div#content ul a:link {
	color:black;
	text-decoration:none;
	}
div#content ul a:visited {
	color:black;
	text-decoration:none;
	}
div#content h2 a:link{
	color:black;
	text-decoration:none;
	}
div#content h2 a:visited {
	color:black;
	text-decoration:none;
	}
/*-----------------------Footer Styling--------------------------------*/
/*-----------------------Slide Show Styling---------------------------------*/
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  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: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
  
}figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center, top;
}
/*-----------------------Image Gallery Styling---------------------------------*/
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}