/* Pixel Engineering Co -- Custom CSS -- Handcrafted Code -- */

body {
  font-size: 20px;
  background-color: #c3c3c3;
  overflow-x: hidden;
}

a {
 color: white;
 list-style: none;
}

.nav-list li:hover a {
  color: #373737;
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, p {
   font-family: "museo-slab", sans-serif;
}

.col-md-12 {
  text-align: center;
}

/* === HEADER/NAV === */
header {
  position: relative;
  width: 100%;
  height: 53px;
  background-color: #ee6723;
  z-index: 100;
}

/* === RESPONSIVE NAV === */
#mblmenu {
  display: none;
  position: relative;
  width: 100%;
  height: 53px;
  text-align: right;
  padding-right: 2em;
  line-height: 50px;
}

#mblmenu i {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.mblnav {
  display: block;
  width: 100%;
  line-height: 53px;
  background-color: white;
  border-top: 2px solid white;
}

.mblnav ul {
  padding-left: 0px;
  /* removes 40px padding in bootstrap ul */
}

.mbl-list li a {
  display: block;
  color: #373737;
  width: 100%;
  text-decoration: none;
  font-family: "museo-slab", sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  list-style: none;
  border-bottom: 1px dotted #c3c3c3;
  transition: background-color .3s ease-in-out;
}

.mbl-list li:hover {
  background-color: #ee6723;
}

.mbl-list a {
  color: black;
}

.fa-bars:hover {
  color: #373737;
  transition: color .3s ease-in-out; 
}

.fa-bars:hover {
  color: black;
}

/* === Desktop Nav === */

#brand {
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 5px;
  text-align: right;
  font-family: "museo-slab", sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}

#brand a {
  color: #373737;
  text-decoration: none;
  transition: color .2s ease-in;
}

#brand a:hover {
  color: black;
  text-decoration: none;
}

.nav-sect {
  width: 100%;
  text-align: center;
}

.nav-list { /* NAV UL */
  display: inline-block;
  line-height: 52px;
  padding-left: 0px;
}

.nav-list li {
  display: inline-block;
  font-family: "museo-slab",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8em;
  list-style: none;
  height: 51px;
  border-left: 1px dotted #c3c3c3;
  border-right: 1px dotted #c3c3c3;
  transition: background-color .5s ease-in-out, border .3s ease-in-out;
}

.nav-list li a {
  display: block;
  width: 130px;
}

.nav-list li:hover {
  color: black;
  background-color: white;
  border-bottom: 4px solid #1ab0e8;
}

.active {
  background-color: #1ab0e8;
  border-bottom: 3px solid white;
}

.nav-sect img {
  position: relative;
  height: 55px;
  top: 4px;
  padding: 0px 10px 0px 10px;
}

.fullnav {
  display: block;
  height: 54px;
}

.quotes {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  padding: 0.5em;
  margin-top: 1em;
}

/* === SECTION 1 === */

.content {
  background-image: url('../img/rockLayers.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #373737;
  margin: 0 auto;
}

.sect-1 {
  width: 100%;
  min-height: 400px;
  padding: 2em;
}

.sect-1 {
  color: white;
  font-family: 'museo-slab', sans-serif;
  text-shadow: 2px 2px 1px black;
  text-align: right;
}

.sect-1 div {
  display: block;
  position: relative;
  max-width: 50%;
  left: 50%;  
}

/* === SECTION 2 === */
.sect-2 {
  width: 100%;
  min-height: 400px;
  padding: 2em;
  color: white;
  text-shadow: 2px 2px 1px black;
  font-family: 'museo-slab', sans-serif;
  text-align: left;
}

.sect-2 span {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: right;
  
}

.sect-2 div {
  display: block;
  position: relative;
  max-width: 50%;
  left: 0px;  
}


/* === FOOTER === */

footer {
  position: relative;
  background-color: #20c2ff;
  text-align: center;
  padding-top: 2em;
  bottom: 0px;
  z-index: 0;
  color: #d7d7d7;
  font-family: "museo-slab", monospace, sans-serif;
  font-size: 1em;
}

/*footer texture*/
footer::after {
  content: "";
  background-image: url(/img/px.png);
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.social {
/*  background-color: #848484;*/
/*  border: 2px solid white;*/
  color: white;
  height: 200px;
  padding-top: 1.2em;
  font-family: "museo-slab", sans-serif;
}

.social ul {
  list-style: none;
}

.social span {
  display: block;
  width: 6em;
  margin: 0 auto;
  padding-bottom: .5em;
  border-bottom: 2px solid white;
}

.soc-links {
  min-width: 280px;
}

.social a {
  display: inline-block;
  margin-top: 1em;
  padding: 0px 12px;
  color: #373737;
  border-radius: 10px;
  transition: background-color .2s ease-in-out, color .3s ease-in-out;
}

.social a:hover {
  background-color: white;
  color: #ee6723;
}

.social ul>li:nth-of-type(1) {
  margin-left: -20px;
}

.contact {
  color: #d7d7d7;
  height: 200px;
  font-family: "museo-slab", monospace, sans-serif;
  font-size: 1.2em;
  text-align: left;
  padding-top: 1.2em;
}

.contact p {
  display: block;
  color: #373737;
  max-width: 12em;
  margin: 0px auto;
}

.contact p:nth-of-type(1) {
  border-bottom: 2px solid white;
  color: #373737
}

#logo > img {
  margin: 10px 0px;
  height: 175px;
}

.legal {
  line-height: 40px;
  color: #d7d7d7;
  font-family: monospace;
  padding: 10px 0px;
}

.legal span {
  font-family: "museo-slab", monospace, sans-serif;
  font-size: .8em;
}

/* === SECONDARY PAGE SETUP === */

.content-div {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
}

.top-article {
  width: 70%;
  margin: 0 auto;
  margin-top: 2.5em;
  margin-bottom: 2em;
  padding: .5em 0em;
  color: black;
  text-align: center;
  border-top: 2px double black; 
  border-bottom: 2px double black; 
}

.col-md-12 span {
  color: #ee6723;
  text-shadow: 1px 1px 2px black;
}

.bio {
  font-family: 'museo-slab', sans-serif;
  padding: .5em 2em;
  text-align: left;
}

.bio h3,h4 {
  font-weight: 600;
}

.bio h4 {
  color: #c60800;
}

.media-body hr {
  border-top: 2px solid #c60800;
}

.media-right img {
  width: 80px;
  border-radius: 5px;
}

.card {
  text-align: left;
  padding: 2em;
  min-height: 400px;
  border: 2px solid #73b646;
  border-radius: .8em;
  margin-bottom: 2em;
}

.card a {
  color: #1AB0E8;
}

.card a:hover {
  text-decoration: underline;
}

.thumbnail a {
  color: #ECA422;
}

.thumbnail img {
  margin: 0em auto;
  margin-top: 1em;
}

/* === BLOG SECTION === */
.blog-post {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 0 2em;
  min-height: 8em;
  background-color: ;
  font-family: "museo-slab", sans-serif;
  border-bottom: 1px solid black;
}

.blog-post h3 {
  color: #1ab0e8;
  text-shadow: 1px 1px 1px black;
}

.blog-post h4 {
  font-size: .8em;
  font-weight: bold;
}

.blog-post img {
  margin-bottom: 1em;
}

.codepen {
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  min-height: 500px;
}

/* === MEDIA QUERIES === */
@media (max-width: 890px) {
  #brand {
    display: none;
    left: 0px;
  }
  
  .sect-1 div {
    left: 0px;
    max-width: 100%;
  }
  .sect-2 div {
    max-width: 100%; 
  }
}/*END @media <890px*/

@media (max-width: 700px)  {
  .nav-sect ul>span>img {
    display: none;
    height: 0px;
  }
  
  .fullnav {
    display: none;
  }
  
  #brand {
    display: inline-block;
    line-height: 1.4em;
    margin-left: 2em;
    vertical-align: middle;
  }
  
  #mblmenu {
    display: block;
    line-height: 53px;
  }
  
  .mblnav {
    display: none;
  }
  
  body {
    font-size: 16px;
  }
  
  .blog-post {
    width: 100%;
    padding: 0em .5em;
  }
  
  footer {
    text-align: center;
  }
  
  .contact {
    display: inline-block;
    text-align: center;
  }
  
  
}/*END @media <700px*/

@media (min-width: 701px){
  
  .mblnav {
    display: none;
  }
  
}/*END @media >700px*/








