  

.intro-text .intro-heading h1{
    color: white !important;
}


#redhillhead {
  background-image: url('https://www.isu.edu/media/top-level/red-hill-i/red_hill_banner.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #efefef;
}


.intro-text {
  padding-top: 300px;
  padding-bottom: 50px;
  background-color:rgb(0,0,0,0.4);
  width: 100%;
}
.intro-text .intro-heading h1{
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 25px;
  	-webkit-text-stroke: 1px #555;
    text-shadow:
   1px 1px 0 #555,
   -1px -1px 0 #555,  
   1px -1px 0 #555,
   -1px 1px 0 #555,
   1px 1px 0 #555;
}

.intro-text hr{
  border: 2px solid #ff6600;
}
@media (min-width: 480px) {
	.intro-text hr{
	  margin: 5px 20px;
	}	
}
@media (min-width: 768px) {
	.intro-text hr{
	  margin: 5px 100px;
	}	
}

@media (min-width: 992px) {
	.intro-text hr{
	  border: 2px solid #ff6600;
	  margin: 5px 200px;
	}	
}

@media (min-width: 1200px) {
	.intro-text hr{
	  margin: 5px 400px;
	}	
}



.intro-text .intro-subheading h2 {
  color: white !important;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 25px;
  	-webkit-text-stroke: 1px #555;
    text-shadow:
   1px 1px 0 #555,
   -1px -1px 0 #555,  
   1px -1px 0 #555,
   -1px 1px 0 #555,
   1px 1px 0 #555;
}

.picrow {
		padding-top:20px;
		padding-bottom:40px;
}

.picrow img {
	border:15px solid #ffffff;
	margin: 0 auto;
}


#projectupdates {
	background-image: url('https://www.isu.edu/media/top-level/red-hill-i/congruent_outline.jpg');
	background-repeat: repeat;
	color:#efefef;
	padding: 10px 0px;
}

#projectupdates h2{
	font-size: 60px;
	line-height: 60px;
	padding-bottom:15px;
	font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform:uppercase;
	color:#fff;
}

#projectupdates strong{
	color:#fa6800;
	font-size: 18px;
}

#projectupdates p{
	background-color: #333;
	font-size: 16px;
}

#ihistory {
	
		
}

#ihistory h2{
	font-size: 60px;
	line-height: 60px;
	padding-bottom:15px;
	font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform:uppercase;
}

#ihistory hr{
    margin-top: 2px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #ff6600;
}

/*==============================
TIMELINE
==============================*/

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 5px;
  background-color: #e0e0e0;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li hr {
  border: 2px solid #f47920;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #666;
  color: white;
  border-radius: 100%;
  border: 3px solid #f47920;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  margin-bottom:0;
  color: inherit;
  font-size: 30px;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
  font-size: 20px;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
	
  .timeline:before {
  width: 3px;
}
  .timeline > li {
    min-height: 300px;
  }
  .timeline > li .timeline-panel {
    padding: 80px 40px 20px 200px;
  }
  .timeline > li .timeline-image {
    width: 300px;
    height: 300px;
    margin-left: -150px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 80px 200px 40px 20px;
  }
}

/*Banner to match Masthead */
.col-12{
  text-align: center;
}

h1.veneer-1 {
  font-family: museo-slab, serif !important;
  font-style: normal !important;
}
p.h3.text-light.masthead-stroke {
  font-family: museo-slab, serif !important;
    letter-spacing: 0.1rem;
    font-size: clamp(2rem, 16px + 4.4vw, 5rem)!important;
        border-top: 1px solid #888;
}



