/*#ffcc66 is the light yellow hex #0A46A8 is the blue*/

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url("http://techhounds2.tigerhuang.com/2016-website/backgrounds/header_bg.jpg");

	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	line-height: 2em;
}
*, *:before, *:after {
	box-sizing: border-box;
}

.desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    
    padding: 10px 20px;
    
    background: rgba(0, 0, 0, 0.9);
    color: white;
}

.everything{
	width: 1263px;
	height: 100%;
	margin: 0px auto;
}

.header ul {
	overflow: hidden;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	align-items: baseline;
}
.header ul > li {
	display: block;
	
	padding: 18px;
	margin: 6px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 20px;
}
.header ul > li > a {
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
}
#headerDivTwo ul > li:hover {
	background-color: #fbc005;
	border-radius: 2px;
}
#headerDivTwo ul > li:hover > a {
	color: black;
	border-bottom-color: black;
}
#underline {
	border-bottom: 4px solid #fbc005;

	padding: 0px 8px 8px 8px;
}
#headerDivTwo > h2 {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-top: 17px;

	font-size: 48px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 4px;

	text-align: center;
	color: white;
}
.navbar {
	padding-left: 0px;
}

header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 40px;
	margin-top: 40px;
	position: absolute;
	width: 100%;
	z-index:1;
}

.img {
	height: 200px;
}
.all {
	position: relative;
	display: block;
	height: 250px;
	width: 1263px;
}
#TECHHOUNDS {
	font-size: 48px;
	margin-bottom: 20px;
	margin-top: 20px;

	font-family: 'Raleway', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	color: white;
}
.upper {
	font-size: 1.2em;
}
.lower{
	font-size: 0.8em;
}
.header{
	margin-top: 15px;
	margin-left: 10px;
	position: absolute;
	z-index: 2;
}
#tH {
	border-top: 2px solid #fbc005;
	border-bottom: 2px solid #fbc005;
	padding: 5px 50px 10px 100px;
}
#eight{
	margin-bottom: 0px;
	margin-top: 0px;
	
	text-align: center;
	color: white;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 4px;
}
.flexEnd {
	display: flex;
	justify-content: flex-end;
}
#headerDivTwo {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	line-height: 1em;
}
.slogan {
	color: white;
	font-size: 14px;
	margin-left: 35px;
    height: 130px;
    flex-grow: 1;
}
#one {
	margin-bottom: 0px;
	margin-top: 20px;
}
#two {
	margin: 0px;

}
#three {
	margin-top: 0px;

}

.div{
	text-align: center;
	vertical-align: center;
	background-color: #184776;
	border-bottom: 10px solid #bfc1ca;
}
.robotImg {
	width: 394px;
	margin-left: 55px;
	margin-bottom: 10px;
}
.slideDiv{
	width:1063px;
	height: 375px;
}
.robotDiv{
	height:321px;
	border-width:3px;
	border-color:green;
	display: inline-block;
	width: 400px;
}	
.slideImg{
	margin: 0;
	width:1063px;
	height: 375px;
}
#slideId {
	display:inline-block;
	
}


.secondaryDiv {
	display: inline-block;
	height: 354px;
	width: 1063px;
	margin: 0px;
	background-color: none;
	display: flex;
	
	justify-content: space-between;
	align-items: center;
}
.tertiaryDiv > p {
	color: white;
	font-size: 18px;
	padding: 10px 50px;
}
#p {
	text-align: center;
	height: 192px;
	width: 529.5px;
}
#secondP {
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
	height:212px;
	width: 527.5px;
}
.active {
	background-color: yellow;
}
.footer {
	text-align: center;
	background-color: #FFF;
	padding: 14px 15px 10px;
	height:80px;
	width: 100%;
}
.footer a {
	text-decoration: none;
	display: inline;
	float: right;
}
.footer::after {
	content: "";
	clear: both;
}
.socialmedia {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin: 0 5px;
	display: inline;
	opacity: 1;
	padding: 0px;
}
.socialmedia:hover{
	opacity: .55;
}
.url {
	display: inline;
}
.url1 {
	float: left;
	display: inline; 
	padding-right: 100px;
}
.infoPic {
	display: inline-block;
	height: 354px;
	width: 531px;
}
.surround{
	height:375px;
	width:1063px;

	margin: 40px 0px 0px 100px;

	background-color: white;
}


.prevArrow, .nextArrow{
	position: absolute;
	opacity: 0;
	transition: opacity .45s ease-in;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	outline:0;
	height: 65px;
	width: 65px;
	z-index: 49;
	background: none;
}

.prevArrow {
	margin-top: 127px;
	margin-left: 25px;
	transform: scaleX(-1);
}
.nextArrow {
	margin-top:127px;
	margin-left: 974px;
}
.surround:hover > .prevArrow {
	opacity: 1;
}
.surround:hover .nextArrow {
	opacity: 1;
}
.arrow1 {
	height: 65px;
	width: 65px;
	z-index:48;
}
.arrow2 {
	height: 65px;
	width: 65px;
	z-index:48;
}

.surround2 {
	height: 413.906px;
	width: 913px;
}
#inBetween {
	background-color: #0A46A8;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items:center;
	justify-content: center;
	height: 557.172px;
	width: 1063px;
	opacity: 0.9; 
}
#inBetween2 {
	background-color: #0A46A8;
	margin: 50px 100px 50px 100px;	
	display: flex;
	align-items:center;
	justify-content: center;
	height: 669.344px;
	width: 1063px;
	opacity: 0.85;
}
.videoLinkDiv {
	margin-right: 98px;
	margin-left: 98px;

	border-top: 2px solid #fbc005;
	border-bottom: 2px solid #fbc005;
	
	text-align: center;
	color: white;
}
.linkColor {
	color: white;
	text-decoration: none;
}
.FIRST {
	height: 120px;
	margin-top: 9.5px;
}
#secondInfoPic {
	display: inline-block;
}
#thisDiv {
	margin-left: 100px;
	margin-right: 100px;
	width: 1063px;
	height: 708px;
}
.tertiaryDiv {
	width: 527.5px;
	height: 344.531px;
	text-align: center;
}
.bodyHeader{
	color: white;
	text-align: center;
	font-family: "Abel", sans-serif;
	letter-spacing: 4.5px;
	font-size: 34px;
	padding-bottom: 8px;
}
#thing1 {
	border-bottom: 2px solid #fbc005;
	margin-left: 150px;
	margin-right: 150px;
	width: 227.5px;
	padding: 30px 0px 5px;
}
#thing2 {
	padding: 30px 0px 5px 10px;
	border-bottom: 2px solid #fbc005;
	margin-left: 150px;
	margin-right: 150px;
	width: 217.5px;
}
.blueDivision {
	background-color: rgba(15, 100, 240, .7);
}
.titleOfPage {
	color: white;
	text-align: left;
	font-family: "Abel", sans-serif;
	letter-spacing: 4.5px;
	font-size: 40px;
}
#divisions {
	margin: 0px 100px 50px 100px;
	height: 659.063px;
	width: 1063px;
}
.division-row {
	display: flex;
	
	justify-content: center;
}
#topRow {
	border-bottom: 2px solid #fbc005;
}
.division-row > div {
	flex-grow: 1;
	flex-basis: 0;
}
.divisionLeft{
	border-right: 1.5px solid #fbc005;  
}
.divisionCenter{
	border-right: 1.5px solid #fbc005;
	border-left: 1.5px solid #fbc005;
	width: 353px;
	height: 328.531px;
}
.divisionRight{
	border-left: 1.5px solid #fbc005;
}
.division-row > div > h1 {
	margin-left: 40px;
	margin-right: 40px;
}
.divisionP{
	text-align: center;
	vertical-align: top;
	color: white;
	font-size: 17px;
	font-family: "Montserrat", sans-serif;
	padding-left: 30px;
	padding-right: 30px;
	width: 353px;
	height: 224px;
}
#iBP {
	font-size: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
#stronghold{
	height: 110px;
}
.stempic{
	border-radius: 100%;
	border: 4px solid rgba(150, 150, 150, 1);
	margin-bottom: 0px;
}
.Logo{
	display: inline-block;
	text-align: center;
	
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	color: white;
	
	margin-top: 27px;
}
.leftLogo {
	margin-right: 160px;
	margin-left: 80px;
	margin-top: 50px;
	height: 132px;
	width: 92px;
}
.rightLogo{
	margin-right: 80px;
	width: 112.031px;
	height: 133px;
}
.bottomLogo {
	margin-bottom: 10px;
}
.videoLinkDiv2 {
	border-top: 2px solid #fbc005;
	border-bottom: 2px solid #fbc005;
	
	width: 913px;
	height: 519.344px;
	
	text-align: center;
	color: white;
}
.strongholdLogo {
	height: 175px;
}
.gameContent {
	padding-left: 35px;
	padding-right: 35px;
}
.margining {
	margin-top: 0px;
	height: 32px;
	width: 92px;
}
.division {
	margin-bottom: 0px;

}
#engineering {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 140px;
}
#math {
	margin-top: 20px;
	margin-left: 15px;
}
#science {
	padding-left: 8px;
    margin-right: 50px;
    margin-left: 130px;
}
.divisionHeader{
	color: white;
	font-family: "Abel", sans-serif;
	letter-spacing: 4.5px;
	font-size: 45px;
	text-align: center;
	
	margin: 100px 505px 50px;

	height: 47px;
	width: 253px;
	
	padding-bottom: 13px;
	border-bottom: 2px solid #fbc005;
}
/*this is the code for the tabs, mostly text classes*/
.titleText {
	color: black;
	text-align: center;
	font-family: "Abel", sans-serif;
	letter-spacing: 4.5px;
	font-size: 40px;
    padding-top: 29px;
    padding-bottom: 10px;
    margin-left: 350px;
    margin-right: 350px;
	border-bottom-style: solid;
	border-bottom-color: black;

}
.subTitle {
	color: black;
	text-align: left;
	font-family: "Abel", sans-serif;
	letter-spacing: 4.5px;
	font-size: 30px;
	margin-left: 25px;
}
.textDescription {
	color: black;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	letter-spacing: 0px;
	padding-bottom: 15px;
}
#specialThanks{
	background-color: white;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 2px; 
	opacity: 0.85;
	margin-right: 100px;
	margin-left: 100px;
}

#specialThanks * {
	color: black;
}
.sponsorDiv {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsorText {
	max-width: 100%;
    max-height: 150px;
}
#CHS {
	padding-right: 50px;
}
#moriarty {
	width: 200px;
	margin-left: 50px;
	font-size: 45px;
}
#RR {
	height: 85px;
}
#RC{
	height: 85px;
	padding-left: 70px;
}
#delphi {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 50px;
	width: 589px;
}
#boeing {
	padding-right: 100px;
	width: 448.563px;
}
.thanks {
	margin-right: 300px;
	margin-left:300px;
	margin-top: 0px;
	border-bottom: 2px solid black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;

	text-align: center;
	font-family: "Abel", sans-serif;
	letter-spacing: 4.5px;
	font-size: 34px;
	padding-bottom: 20px;
}
.subBar {
    color: white;
    display: flex;
    flex-flow: row wrap;
    margin-left: 60px;
    width: 1203px;
    height: 60px;
}
.subNav {	
	margin: 0px 15px 15px 15px;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	color: white;
	
	border-bottom: none;
}
.noDecoration {
	text-decoration: none;
	height: 40px;
}
.subBarNav:hover {
	background-color: #fbc005;
	border-radius: 2px;
}
.subBarNav:hover > h5 {
	color: black;
}
.rightSubBar{
	margin-right: 25px;
}
.slant {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	height: 127px;
	width: 1030px;
	background: linear-gradient(155deg, #0A46A8 -35%, transparent 75%);
	margin-top: 83px;
}
.radius {
	border-radius: 2px;
}
.span{
	width: 0;
    height: 328.531px;
}
/*.appButton{
    margin-bottom: 10px;
    background-color: #0A46A8;
    border: 2px solid rgb(251, 192, 5);
    border-radius: 2px;
    color: white;
    opacity: 0.9;
    width: 100%;
    height: 100px;
}
#zelda{
    font-size:30px;
}*/
.appButton:hover{
    opacity: .5;
    cursor: pointer;
}
#twoThreeTwo{
  text-align: center;
}
.newDivisionHeader{
  margin: 0px 15% 15px;
  padding-top: 10px;
  color: white;
  text-align: center;
  font-family: 'Abel', sans-serif;
  letter-spacing: 4.5px;
  font-size: 34px;
  padding-bottom: 8px;
  border-bottom: 2px solid white;
}
.divisionDesc{
  margin-left: 10px;
  margin-right: 10px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  width: 325px;
}
.middleRow{
  display: flex;
  margin-left: 100px;
  margin-right: 50.;
  margin-right: 100px;
  height: 275px;
  margin-top: 0px;
  border-top: 3px solid #fbc005;
  border-bottom: 3px solid #fbc005;
}
.middleLeft{
  text-align: center;
  border-right: 3px solid #fbc005;
  padding-right: 5;
  width: 352px;
}
.middleCenter{
  padding-left: 5px;
  text-align: center;
  border-right: 3px solid #fbc005;
  width: 352px;
}
.middleRight{
  text-align: center;
  width: 352px;
}

.topRow{
  display: flex;
  height: 275px;
  margin-left: 275px;
  margin-right: 275px;
  margin-top: 15px;
}
.topLeft{
  text-align: center;
  border-right: 3px solid #fbc005;
  padding-right: 5px;
  border-top: 3px solid #fbc005;

}
.topRight{
  text-align: center;
  border-top: 3px solid #fbc005;
}

.bottomRow{
  display: flex;
  height: 275px;
  margin-left: 275px;
  margin-right: 275px;
  margin-top: 0px;
  margin-bottom: 50px;
}
.bottomLeft{
  text-align: center;
  padding-right: 5px;
  border-bottom: 3px solid #fbc005;
  border-right: 3px solid #fbc005;
}
.bottomRight{
  border-bottom: 3px solid #fbc005;
  text-align: center;
}
#middle{
  padding-right: 5px;
}

