/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #2c343b;
  background-color: #f2f2f2;

}

a {
  color: #d44457;
  text-decoration: none;
}

img, video {
  max-width: 100%;
}

/* -------------------------------- 

Resource style 

-------------------------------- */
/* Main Header */
.cd-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  
}


  .cd-header {
    height: 70px;
  }


.cd-header__logo {
  float: left;
  margin: 13px 0 0 48px;
}

.cd-header__logo img {
  display: block;
}


  .cd-header__logo {
    margin: 23px 0 0 48px;
  }


.cd-header__nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
	display: none;

}

.cd-header {
	background-color:none;
}


.cd-header__navi {
  float: left;
  display: none;

}

	.mobile-cd-header {
		color: #ffffff;
		display: block;
		right: 0px;
		position: absolute;
		padding-right: 2em;
}

.nav {
	list-style: none;
}



#awards {
	margin: 0;
	height: auto;

	width: 100%;
	background: #000000;

	overflow: auto;
	padding: 12px;
}

.awards-title {
	color: #ffffff;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 2em 0 10px 36px;
	margin: 0px;
}

.awards-table {
	margin: 0 auto;
}


.awards-table td {
	display: inline-block;
	padding: 2em;
	width: 50%;
}

@media only screen and (min-width: 768px) {
  .cd-header__nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-header__nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 50px;
  }
  .cd-header__nav ul.cd-is-visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-header__nav li {
    display: inline-block;
    margin-left: 1em;
	  font-family: 'Open Sans', sans-serif;
	  color: #ffffff;
	  font-size: 10pt;
  }
	
	


.cd-header__navi {

  float: left;
  display: block;

}
	
	.mobile-cd-header {
color: #ffffff;
  right: 0px;
		position: absolute;
		display: none;
}

	
	  .cd-header__navi li {
    display: inline-block;
    margin-left: 1em;
	  font-family: 'Open Sans', sans-serif;
	  color: #ffffff;
		  line-height: 50px;
	  font-size: 10pt;
		  transition: all .3s ease;
  }
		  .cd-header__navi li:hover {
    display: inline-block;
    margin-left: 1em;
	  font-family: 'Open Sans', sans-serif;
	  color: #c73021;
		  line-height: 50px;
	  font-size: 10pt;
  }
  .cd-header__nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    
    border-top: none;
  }
}





#contact-slider {
	position: absolute;
	height: 36px;
	width: 96px;
	bottom: 50px;
	background-color: black;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	font-family: 'Open-Sans', sans-serif;
	font-size: 12pt;
	font-weight: 200;
	opacity: 0.6;
	transition: all .3s ease;
}

#contact-slider:hover {
opacity: 1.0;
	background-color:#c73021;
}


.mySlides {
	height: 100vh;
	width: 100vw;
	background-color: #1a1a1a;

}

.hero-button {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	color:#ffffff;
	background: none; 
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-size: 14pt;
	outline: none;
}

.hero-button:hover {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	color:#c73021;
	text-decoration:none;
	background:none;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-size: 18pt;
}

.hero-display-left {
	position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)
}

.hero-display-right {
	position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)
}

#slide1 {
		background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#slide2 {
	
		background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#slide3 {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide4 {
	background-image: url('https://scontent-iad3-1.xx.fbcdn.net/v/t39.2365-6/22509403_918499628316256_6678287061352448000_n.jpg?_nc_cat=0&oh=82b60356d680b0b436b53ad16f802297&oe=5B597B50');
		background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-box {
	
	background-color: none;
	
	position: absolute;
	top: 100px;
}

.hero-title {
	color: #ffffff;
	font-size: 30pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 30pt;
	padding: 2.5em 0 0 1.3em;
	margin: 0px;
}


.hero-content {
	color: #ffffff;
	font-size: 10pt;
	line-height: 14pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-left: 4em;
	padding-right: 4em;

}



.btn-hero {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #ffffff 2px;
  text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	position: absolute;
	right: 0px;
	margin-right: 4em;
	transition: all .3s ease;
}

.btn-hero:hover {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #c73021;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #c73021 2px;
  text-decoration: none;

	position: absolute;
	right: 0px;
	margin-right: 4em;
}

li.title {
	color: #c73021;
	font-size: 14pt;
	font-weight: 700;
}

.list-container li {
	list-style-type: none;
	padding-bottom: 0.5em;

}

#about {
	height: auto;
	min-height: calc(100vh + 50px);
	width: 100vw;
	background-color: #ffffff;
	padding: 1em;
	background-position: right;
}

.about-title {
	color: #2a2a2a;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 2em 0 1em 1em;
	margin: 0px;
}

.about-content {
	color: #4a4a4a;
	font-size: 11pt;
	line-height: 16pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0 2em;

}

.a-link {
	color: #c73021;
	transition: all .3s ease;
}

.a-link:hover {
	background-color: #c73021;
	color: #ffffff;
}

block-quote {
	color: #c73021;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 22pt;
	line-height: 24pt;
	text-align: center;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	border-left: solid 4px #c73021;
	margin: 0 auto;
}

byline {
	color: #c73021;
	
	font-size: 12pt;
	line-height: 24pt;
	text-align: center;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin: 0 auto;

}



#news {
	margin: 0 auto;
	height: auto;
	min-height: 100vh;
	width: 100%;
	background: #E2E2E2;
	padding: 1em;
	overflow: auto;
	
}

.news-title {
	color: #2a2a2a;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 2em 0 1em 1em;
	margin: 0px;
}

.card-container {
	
	min-height: 80vh;
	width: 32vh;
	min-width: 360px;
	background-color: none;
	margin: 0 auto;
	
}

.list-container {
	padding-top: 1em;
	width: 32vh;
	min-width: 360px;
	background-color: none;
	margin: 0 auto;
}



.card {
	float: left;

	height: 15vh;
	width: 15vh;
	min-height: 180px;
	min-width: 180px;
	border: 5px solid #E2E2E2;
	
	background-color: #ffffff;
	transition: all .3s ease;
}


#card-1:hover {
	color: #ffffff;
	background-color: #90C700;
}

#card-2:hover {
	color: #ffffff;
	background-color: #FA3C52;
}

#card-3:hover {
	color: #ffffff;
	background-color: #F4BD00;
}

#card-4:hover {
	color: #ffffff;
	background-color: #1F479A;
}

#card-5:hover {
	color: #ffffff;
	background-color: #1a1a1a;
}

#card-6:hover {
	color: #ffffff;
	background-color: #1a1a1a;
}

#card-7:hover {
	color: #ffffff;
	background-color: #3c96d2;
}

.card p {
padding: 0em 1em 1em 1em;
font-family: 'Open Sans', sans-serif;
font-weight:700;
font-size: 1em;
line-height: 14pt;
}

.card img {
padding: 1em 1em 0em 1em;

line-height: 14pt;
}

card-link {
font-family: 'Open Sans', sans-serif;
font-weight:400;
}




.sm-top {
right: 48px;
	position: absolute;
	display: none;
}




.timeline-1 {
	height: auto;
	min-height: 100vh;
	width: 100%;
	Background:
	    linear-gradient(
      rgba(20,20,20,0.93), 
      rgba(20,20,20,0.93)
    ),
    /* your image */
    url('https://digital.library.wayne.edu/iamaman/archive/fullsize/5e93f4bcb77fc05e371576b3b1147745.jpg');
	background-size: cover;
	background-repeat:no-repeat;
}



@media only screen and (min-width: 768px) {


#contact-slider {
	position: absolute;
	height: 36px;
	width: 96px;
	bottom: 50px;
	background-color: black;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	font-family: 'Open-Sans', sans-serif;
	font-size: 12pt;
	font-weight: 200;
	opacity: 0.6;
	transition: all .3s ease;
}

#contact-slider:hover {
opacity: 1.0;
	background-color:#c73021;
}


.sm-top {
right: 48px;
	position: absolute;
	display: block;
}
	
.sm-top li {
	list-style: none;
	color: #ffffff;
	display: inline-block;
	line-height: 50px;
	padding-left: 0.5em;
	font-size: 10pt;
}

.mySlides {
	height: 100vh;
	width: 100vw;
	background-color: #1a1a1a;

}

.hero-button {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	color:#ffffff;
	background: none; 
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-size: 14pt;
	outline: none;
}

.hero-button:hover {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	color:#c73021;
	text-decoration:none;
	background:none;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-size: 18pt;
}

.hero-display-left {
	position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)
}

.hero-display-right {
	position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)
}

#slide1 {

		background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#slide2 {

		background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#slide3 {

		background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
	
#slide4 {
	background-image: url('https://scontent-iad3-1.xx.fbcdn.net/v/t39.2365-6/22509403_918499628316256_6678287061352448000_n.jpg?_nc_cat=0&oh=82b60356d680b0b436b53ad16f802297&oe=5B597B50');
		background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}



#awards {
	margin: 0;
	height: auto;

	width: 100%;
	background: #000000;

	overflow: auto;
	padding: 12px;
}

.awards-title {
	color: #ffffff;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 2em 0 10px 48px;
	margin: 0px;
}

.awards-table {
	margin: 0 auto;
}

.awards-table td {
	padding: 2.25em;
	width: 25%;
}


.content-box {
	height: 32em;
	width: 36em;
	background-color: none;
	
	right: 1em;
	position: absolute;
	top: 100px;
}

.hero-title {
	color: #ffffff;
	font-size: 30pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 30pt;
	padding: 2.5em 0 10px 36px;
	margin: 0px;
}

.hero-title-dark {
	color: #2a2a2a;
	font-size: 30pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 30pt;
	padding: 2.5em 0 10px 36px;
	margin: 0px;
}

.hero-content {
	color: #ffffff;
	font-size: 10pt;
	line-height: 14pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-left: 36px;
	padding-right: 96px;
	font-weight:200;
	text-shadow: 0px 0px 2px #000000;
}
	
	
.hero-content-dark {
	color: #2a2a2a;
	font-size: 10pt;
	line-height: 14pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-left: 36px;
	padding-right: 96px;
	
	font-weight:200;
}

.btn-hero {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #ffffff 2px;
  text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	position: absolute;
	cursor:pointer;
	right: 0px;
	margin-right: 96px;
	margin-top: 2em;
	transition: all .3s ease;
}

.btn-hero:hover {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #c73021;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #c73021 2px;
  text-decoration: none;

	position: absolute;
	right: 0px;
	margin-right: 96px;
}

li.title {
	color: #c73021;
	font-size: 14pt;
	font-weight: 700;
	
}

.list-container li {
	list-style-type: none;
	padding-bottom: 0.5em;
}

#about {
	height: auto;
	min-height: calc(100vh + 50px);
	width: 100%;
	background-color: #ffffff;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: left;
}

.about-title {
	color: #2a2a2a;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 2em 0 10px 48px;
	margin: 0px;
}

.about-content {
	color: #4a4a4a;
	font-size: 11pt;
	line-height: 16pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-left: 48px;
	padding-right: 96px;
	width: 60%;
	min-width: 650px;
}

.a-link {
	color: #c73021;
	transition: all .3s ease;
}

.a-link:hover {
	background-color: #c73021;
	color: #ffffff;
}

block-quote {
	color: #c73021;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 22pt;
	line-height: 24pt;
	text-align: center;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	border-left: solid 4px #c73021;
	margin: 0 auto;
}

byline {
	color: #c73021;
	
	font-size: 12pt;
	line-height: 24pt;
	text-align: center;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin: 0 auto;

}

#news {
	margin: 0;
	height: auto;
	min-height: 100vh;
	width: 100%;
	background: #E2E2E2;

	overflow: auto;
	padding: 12px;
}

.news-title {
	color: #2a2a2a;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 2em 0 10px 48px;
	margin: 0px;
}

.card-container {
	display: block;
	min-height: 60vh;
	height: auto;
	min-width: 400px;
	width: 60%;
	background-color: none;
	margin: 1em 0em 0em 36px;
	float: left;

}

.list-container {
	display: block;
	min-height: 70%;
	height: inherit;
	min-width: 100px;
	width: 25%;
	background-color: none;
	margin: 1em 0em 0em 0em;
	float: left;

}



.card {
	float: left;
	height: 15vh;
	width: 15vh;
	min-height: 200px;
	min-width: 200px;
	margin: 0.5em 0.3em ;
	border-radius: 5px;
	background-color: #ffffff;
	transition: all .3s ease;
}


#card-1:hover {
	color: #ffffff;
	background-color: #90C700;
}

#card-2:hover {
	color: #ffffff;
	background-color: #FA3C52;
}

#card-3:hover {
	color: #ffffff;
	background-color: #F4BD00;
}

#card-4:hover {
	color: #ffffff;
	background-color: #1F479A;
}

#card-5:hover {
	color: #ffffff;
	background-color: #1a1a1a;
}

#card-6:hover {
	color: #ffffff;
	background-color: #1a1a1a;
}

.card p {
padding: 0em 1em 1em 1em;
font-family: 'Open Sans', sans-serif;
font-weight:700;
font-size: 1em;
line-height: 14pt;
}

.card img {
padding: 1em 1em 0em 1em;

line-height: 14pt;
}

card-link {
font-family: 'Open Sans', sans-serif;
font-weight:400;
}
	
}

#learn {
	height: auto;
	width: 100%;
	background-color: #c73021;
}

.learn-1 {
	height: auto;
	min-height: 100vh;
	width: 100%;
	Background:
	    linear-gradient(
      rgba(199,48,33,0.93), 
      rgba(199,48,33,0.93)
    ),
    /* your image */
    url('https://www.responsiveclassroom.org/wp-content/uploads/2016/04/DSC_2388-1024x682.jpg');
	background-size: cover;
	background-repeat:no-repeat;
}

.learn-2 {
	height: auto;
	width: 100%;
	background-color: #ffffff;

}

.learn-content-box {
	
	width: 60%;
	margin: auto;

}


.learn-title {
	color: #2a2a2a;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 2em 0 10px 0;
	margin: 0px;
}

.learn-title-1 {
	color: #ffffff;
	font-size: 24pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 24pt;
	padding: 6em 0 10px 0;
	margin: 0px;
}

.learn-content {
	color: #4a4a4a;
	font-size: 11pt;
	line-height: 16pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

}

.learn-content-1 {
	color: #ffffff;
	font-size: 11pt;
	line-height: 16pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

}

.learn-arrow {
	color: #ffffff;
	font-size: 24pt;
	line-height: 16pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 3em;
}


.timeline-1 {
	height: auto;
	min-height: 100vh;
	width: 100%;
	Background:
	    linear-gradient(
      rgba(20,20,20,0.93), 
      rgba(20,20,20,0.93)
    ),
    /* your image */
    url('https://digital.library.wayne.edu/iamaman/archive/fullsize/5e93f4bcb77fc05e371576b3b1147745.jpg');
	background-size: cover;
	background-repeat:no-repeat;
}


#footer {
	width: 100%;
	min-height: 100px;
	height: auto;
	background-color: #c73021;
	z-index: 10;
}

.footer-left {
	height: inherit;
	width: 100%;
	background-color: #c73021;
	margin: 0;
	padding: 1em 1em 1em 0em;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 11pt;
}

.footer-left p {
	padding-left: 48px;
	text-decoration: none;
	list-style: none;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 11pt;
	padding-bottom: none;
}

.footer-left ul {
	padding-left: 48px;
	text-decoration: none;
	list-style: none;
}

.footer-left img {
	padding-right: 1em;
	text-decoration: none;
	list-style: none;
}

.footer-left li {
	padding-top: 1em;
	text-decoration: none;

}

.footer-right {
	margin: 0;
	height: auto;
	width: 100%;
	background-color: #1a1a1a;;
	padding: 0px;
}


form label{
	color: #ffffff;
	font-size: 11pt;
	font-weight: 300;
	padding-left: 1em;

}

input[type=text] {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #3a3a3a;
	background-color: rgba(0,0,0,0);
	transition: all .3s ease;
	color: #3a3a3a;
}


input[type=text]:focus {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #c73021;
	background-color: rgba(0,0,0,0);
	outline: none;
	color: #ffffff;
}

input {
	color: #ffffff;
}


textarea#subject {
	background-color: rgba(0,0,0,0);
	border: solid 2px #3a3a3a;
	color: #3a3a3a;
}

textarea#subject:focus {
	background-color: rgba(0,0,0,0);
	border: solid 2px #c73021;
	outline: none;
	color: #ffffff;
}

.btn-form {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #ffffff 2px;
  text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	transition: all .3s ease;
	margin-left: 2em;
}

.btn-form:hover {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #c73021;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #c73021 2px;
  text-decoration: none;
}


@media only screen and (min-width: 768px) {
	
#footer {
	width: 100%;
	height: auto;
	min-height: 489px;
	background-color: #c73021;
}

#footer .footer-left {
	height: auto;
	
	width: 20%;
	background-color: #c73021;

	padding: 1em 1em 1em 0em;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 11pt;
}


.footer-left ul {
	padding-left: 48px;
	text-decoration: none;
	list-style: none;
}

.footer-left img {
	padding-right: 1em;
	text-decoration: none;
	list-style: none;
}

.footer-left li {
	padding-top: 1em;
	text-decoration: none;
}

.footer-right {
	height: 100%;
	width: 80%;
	background-color: none;
	float: right;
}
	
.col-md-6 {
	width: 45%;
	display: inline-block;
	padding-right: 2em;
	padding-bottom: 1em;
}	
	
	form-group > label {
		display: inline-block;
	}

.btn-form {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #ffffff 2px;
  text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	transition: all .3s ease;
	margin-left: 2em;
}

.btn-form:hover {
	background: none;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  color: #c73021;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border: solid #c73021 2px;
  text-decoration: none;
}

}

/*modal */


/* 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); 
	align-content: center;
	/* Black w/ opacity */
}

/* Modal Content */
.modal-content {
     background-color: rgba(0,0,0,0.8);
    margin: auto;
    padding: 20px;
    width: 700px;
	
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #c73021;
    text-decoration: none;
    cursor: pointer;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */



* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 0.5em;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #ffffff;
    resize: vertical;
}

label {
    padding: 12px 0px 12px 0px;
    display: inline-block;
}

input[type=submit] {
    background-color: rgba(0,0,0,0);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}



#btn:hover {
    background-color: #c73021;
}


.container {
    

    padding: 20px;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}






.menu{z-index:1000000; font-weight:200; font-size:12pt; width:100%; background:#1a1a1a;  position:absolute; text-align:center; padding-top: 70px; font-size:12pt;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:15px 0 15px 0; border-bottom:#3a3a3a 1px solid;}
.menu li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#666;}
.menu ul li a:hover {  color: #666; text-decoration:none;}
.menu a{text-decoration:none; color:#fff;}
.menu a:hover{text-decoration:none; color:#1a1a1a;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}
header{display:inline-block; font-size:12px;}
span{padding-left:20px;}
a{color:#336699;}

.hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:70px;
  padding-right: 2em;
  color:#fff;
  border:0;
  font-size:1.4em;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  line-height:70px;
  padding-right: 2em;
  color:#fff;
  border:0;
  font-size:1.4em;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}


@media only screen and (min-width: 768px) {
	
	
.timeline-1 {
	height: auto;
	min-height: 100vh;
	width: 100%;
	Background:
	    linear-gradient(
      rgba(20,20,20,0.93), 
      rgba(20,20,20,0.93)
    ),
    /* your image */
    url('https://digital.library.wayne.edu/iamaman/archive/fullsize/5e93f4bcb77fc05e371576b3b1147745.jpg');
	background-size: cover;
	background-repeat:no-repeat;
}


.tl-content {
	color: #4a4a4a;
	font-size: 11pt;
	line-height: 16pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 40%;
	display: inline-block;
}

.tl-img {
	display: inline-block;
	position: relative;
	width: 50%;
	background-color:none;
	vertical-align: top;
	overflow: visible;
	padding: 1em;
}

.tl-img img {
	float: right;
}

.tl-img img.check {
	transform: rotate(-10deg);
}

.tl-img img.strikebegins {
	transform:translateX(-1em);
}
}

