body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 100px;
  margin: 0;
  background-color: #696969;
}

/*global*/
.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

ul{
  margin: 0;
  padding: 0;
}

.button_1{
  height: 38px;
  background: #4682B4;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFFFFF;
}

.dark{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*header*/
header{
  top: 0;
  position: fixed;
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #4682B4 3px solid;
}

header a{
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}


header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float: left;
}

header #branding h1{
  margin: 0;
}

header nav{
  float: right;
  margin-top: 10px;
}

header .highlight, header .current a{
  color: #ff8c00;
  font-weight: bold;
}

header a:hover{
  color: #CCCCCC;
  font-weight: bold;
}


/*Showcase*/

#showcase{
  min-height: 400px;

  background: url('../img/DSC_2690.jpg') no-repeat 0 -450px;
  background-size: 1400px 800px;
  background-position: center;
  text-align: left;
  color: #FFFFFF;
}

#showcase h1{

  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p{
  font-size: 20px;
  margin-bottom: 685px;
}

#newsletter{
  padding: 15px;
  color: #FFFFFF;
  background: #35424A;
}

/* newsletter*/

#newsletter h1{
  float: left;
}

#newsletter form{
  float: right;
  margin-top: 15px;
}

#newsletter input[type="email"]{
  padding: 4px;
  height: 25px;
  width: 250px;
}

/*boxes*/

#boxes{
  margin-top: 20px;
}

#boxes .box{
  float: left;
  width: 30%;
  padding: 10px;
  text-align: center;
}

#boxes .box img{
  width: 90px
}

/*sidebar */
aside#sidebar{
  float: right;
  width: 30%;
  margin-top: 10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width: 90%;
  padding: 5px;
}
/*main-col*/
article#main-col{
  float: left;
  width: 65%;
}
/*code-col*/
article#code-col{
  width: 100%;
}
/*Resources*/
#resourcesd li figure{
  margin: 0;
  padding: 0;
}


#resourcesd li h3::before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden;
  pointer-events: none;
}

#resources li a{
  text-decoration: none;
  color: #35424A;
}
#resources li a:hover{
  color: #4682B4;
  font-weight: bold;
}

ul#resourcesd li{
  list-style: none;
  padding: 20px;
  border: #CCCCCC solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6;
}
ul#resourcesd li img{
  max-width: 100%;
  height: auto;
}
ul#resources{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul#resources li{
  float: left;
  width: 27%;
  display: block;
  text-align: center;
  padding: 16px;
  border: #CCCCCC solid 2px;
}
ul#linklist li{
  float: none;
  list-style-type: circle;
  padding: 1px;
  border: none;
  margin-bottom: 1px;
}

/*
pre, code {
  font-family: monospace, monospace;
}
pre {
  overflow: auto;
}
pre > code {
  background-color: #FFFFFF;
  text-align: left;
  display: block;
  padding: 1rem;
  word-wrap: normal;
}
*/
footer{
text-align: center;
background-color: #696969;
padding: 15px;
margin-top: 0px;
}

/*media queries*/
@media (max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  article#code-col,
  aside#sidebar,
  ul#resources li{
    float: none;
    text-align: center;
    width: 100%;
  }

  ul#resources li{
    border: None;
  }

  .container{
    width: 90%;
    margin: auto;
    overflow: hidden;
  }


  header{
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #showcase h1{
    margin-top: 40px;

  }

  #newsletter button,
  .quote button{
    display: block;
    width: 100%;
  }

  #newsletter form input[type="email"],
  .quote input,
  .quote textarea{
    width: 100%;
    margin-bottom: 5px;
  }
}






/*PRISM*/
