@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  text-align: center;
  background: #232323;
}

img {
  max-width: 100%;
  height: auto;
}

#big-image {
  width: 100%;
}

.container {
  width: 95%;
  margin: 0 auto;
}

/************
Typography
************/
.title {
  padding: .5em;
  font-size: 2rem;
  margin-bottom: 1.5em;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 2em;
}

.title span {
  padding-top: .4em;
  font-weight: 300;
  display: block;
  font-size: .9em;
}

@media(min-width: 65rem) {
  .title {
    font-size: 3.7rem;
  }
}

/************
Buttons
************/
.button {
  display: inline-block;
  cursor: pointer;

  font-size: 1.15rem;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  padding: .5em 1.75em;
}

.button-accent {
  color: #00FF6c;
  border-color: #00FF6c;
}

.button-accent:hover,
.button-accent:focus {
  background: #00FF6c;
  color: 232323;
}

.show-hide {
  margin: 0;
  padding: 0;
}

@media (min-width: 65rem) {
  .button {
    font-size: 1.5rem;
  }
}

/************
Header
************/
header {
  /*background-color: rgba(0,0,0,.25);*/
  position: absolute;
  left: 0;
  right: 0;
  padding: 1em;

  /*margin: 1em;*/
}

nav {
  margin-top: .5em;

  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

nav ul {
  margin: .0em;
  padding: .2em;
  list-style: none;
}

nav li {
  display: inline-block;
  margin: .5em;
}

nav a {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;

  /* padding: .8em .3em; */

  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 1;
}

nav a:hover {
  color: #DDD;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  all: revert;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;

  border-radius: 25px;
  border: 2px solid #00FF6c;

  background-color: #000000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */

.dropdown-content a {
  display: block;
  padding-top: 5px;
  text-decoration: none;
}

@media(min-width: 80rem) {
  .logo {
    float: left;
  }

  nav {
    margin-top: .5em;
    float: right;
    background-color: rgba(255, 255, 255, 0.4);
  }

	ul.submenu{
		position: absolute;
			margin-left: 250px;
			list-style-type:none;
			opacity:0;
	}

	nav li:hover .submenu {
	opacity:1;
	}

  nav a {
    font-size: 1rem;
  }
}

/************
Home Hero
************/
.home-hero {
  background-image: url(../img/stones.png);
  background-size:cover;
  background-position: center;

  /* Darken Image */
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.35);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.35);

  padding: 10em 0;
  color: #FFF;
}

#system-hero {
  background-image: url("../img/backsys.jpg");
}

#instructor-hero {
  background-image: url(../img/Images/Old_Images/Pictures/AAA%20Jon2.jpg);
}

#supporters-hero {
  background-image: url("../img/thanksback.jpg");
	
}

#const-hero {
	background-image: url("../img/construction.jpg")
}

@media (min-width: 65rem) {
  .home-hero {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15); /* Make the image lighter on the smaller screen*/
    -moz-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15);

    height: 100vh; /* Make the image take up the entire screen when the website is first accessed*/
    padding-top: 30vh;
  }
}

/************
Home Objectives
************/
.home-information-textbox {
  outline:2px solid green;
  border:2px solid transparent;
  box-shadow: 0 0 0 2px red inset;

  background-color: #101010;
  padding: 2.5em; /* Inside Of outline*/
  width: 100vw;
  outline: 2px solid #00FF6c;
  outline-offset: -1.5em; /* How Far in Outline goes */
  color: #FFF;
  position: relative;

  box-shadow: 0 0 4em 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 4em 0 rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 4em 0 rgba(0, 0, 0, .3);
}

.home-information-textbox ul {
  text-align: left;
  margin: 0;
  margin-top: -.5em;
  margin-left: -1.5em;
}

.home-information-textbox li {
  padding: .5em 0; /* In Between Bullet Points*/
}

.home-information-textbox h1 {
  /* margin-top: -2em;  Move "Objectives" to the border

  color: #00FF6c;
  position: absolute;
  background: #232323;
  padding: 0 .25em;  Add some space to the sides to make outline dissapear

  left: 50%;
  transform: translateX(-50%); */

  /* white-space: nowrap;
  color: #00FF6c;
  margin: 0;
  margin-top: .35em;
  padding: 0;

  position: absolute;
  top: 0;

  background: inherit;
  padding: 0 .25em;  Add some space to the sides to make outline dissapear

  left: 50%;
  transform: translateX(-50%); */



  white-space: nowrap;
  color: #00FF6c;
  margin: 0;
  margin-top: .1em;
  padding: 0;

  position: absolute;
  top: 0;

  background: inherit;
  padding: 0 .25em; /* Add some space to the sides to make outline dissapear */

  left: 50%;
  transform: translateX(-50%);
}

.home-information-textbox p {
  margin: 0;
  text-align: left;
}

/* @supports (outline-offset: -1.5em;) {
  .home-information-textbox {
    background-color: #45523250;
    padding: 250em; /* Inside Of outline
    width: 10vw;
    outline: 5555px solid #00FF6c;
    outline-offset: -525555em; /* How Far in Outline goes
    color: #000;
    position: relative;
  }
} */

@media (min-width: 80rem) {
  .home-information {
    font-size: 1.2rem;

    background-image: url(../../img/Test2.png);
    background-repeat: no-repeat;
    background-size: contain;

    /* background-size: cover; */
    background-position: center;

    padding: 15em 0; /* Padding to make the picture appear*/
  }

  #home-information-textbox-objectives {
    position: absolute;
    margin-top: -17.5em;
    left: 2em; /* Move The Whole Objectives Box up and slightly to the left */
    width: 30%;
  }

  #home-information-textbox-aboutus {
    position: absolute;
    margin-top: -17.5em;
    right: 2em; /* Move The Whole About Us Box up and slightly to the left */
    width: 30%;
  }
}

/************
System Table
************/
.system-table {
  border-spacing: .5em 1.2em;
  max-width: 100vw;
}

.system-table ul {
  text-align: left;
}

.system-table li {
  padding: .5em;
}

.system-table a {
  color: inherit;
  word-break: break-all;
}

.system-table h3 {
  margin: .5em;
}

.system-table h1 {
  /*margin-top: 2em; /* Move "Objectives" to the border*/

  /*font-size: 1.8rem;*/

  white-space: nowrap;
  color: #00FF6c;
  margin: 0;
  margin-top: .1em;
  padding: 0;

  position: absolute;
  top: 0;

  background: #232323;
  padding: 0 .25em; /* Add some space to the sides to make outline dissapear */

  left: 50%;
  transform: translateX(-50%);
}

.system-column-text {/* Text */
  display: block;
  background-color: #232323;
  padding: 2.4em; /* Inside Of outline*/
  outline: 2px solid #00FF6c;
  outline-offset: -1.5em; /* How Far in Outline goes */
  color: #FFF;
  position: relative;

  box-shadow: 0 0 4em 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 4em 0 rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 4em 0 rgba(0, 0, 0, .3);
}

.system-column-text p {
  padding: .65em 0;
  margin: 0;/* Can't use margin because that messes with the drop transition, padding is allowed*/
}

.system-column-image {/* Image */
  display: block;
  padding: 1em;
  background-color: #232323;
}

#force-down {/* Forces elements to stack regardless*/
  display: block;
}

#center-column-image img { /* Centers the column image -> don't put two columns if this is used */
  /* Columns are already centered in mobile */
  width: 50vw;
  text-align: center;
}

@media (min-width: 65rem) {
  .system-column {
    display: table-cell;
    width: 50%;
  }

  #force-down {
    width: 200%;
    max-width: 98vw;
  }

  #center-column-image img {
    margin-left: 25vw;
  }

  .system-column-text p {
    font-size: 1.7rem;
  }

  .system-column-text li {
    font-size: 1.7rem;
  }

  .system-column-text {
    display: table-cell;
    width: 50%;

    outline-offset: -2em;
  }

  .system-column-image {
    display: table-cell;
    width: 50%;
  }

  .system-column-text h1 {
    font-size: 2.8rem;
  }

  .system-column-text h3 {
    font-size: 1.8rem;
  }
}
