* {
  margin: 0px;
  padding: 0px;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
  color: #112649;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;position: relative;
}

h1 {
  font-family: 'IM Fell English', Georgia, serif; 
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  margin-top:;
}

h5 {
  font-family: 'IM Fell English', Georgia, serif; 
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
}

a, a:link, a:visited {
  color: orange;
  font-weight: 600;
}

a:hover, a:active {
  color: orange;
  text-decoration: underline;
}



.uppercase {
  text-transform: uppercase;
}

strong {
  font-weight: 600;
}

.container {
  /*border: 1px solid red;*/
  height: 100%;
}

.shadow {
  -moz-box-shadow: 0 1 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.shadow-white {
  -moz-box-shadow: 0 1 1px rgba(255,255,255,0.3);
  -webkit-box-shadow: 0 1 1px rgba(255,255,255,0.3);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}

.page {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
  max-width: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  padding-top: 4%;
  padding-bottom: 2%;
}

.clipart-container {
  padding-top: 7%;
  text-align: center;
}

.fade {
  opacity: 1;
}

.fade:hover {
  opacity: 0.5;
  transition: .5s ease;
}

#work:target:before {
  content:"";
  display: block;
  height: 150px; /* fixed header height*/
  margin: -150px 0 0; /* negative fixed header height */
}

.h-100 {
  height: 100vh !important;
}

.h-75 {
  height: 75vh !important;
}

.h-50 {
  height: 50vh !important;
}

.h-25 {
  height: 25vh !important;
}

/*.work-selection-cointainer {
  width: 100%;
  height: 400px;
  background-color: grey;
  background-size: cover;

}

#nickfluence {
  background: url("images/work-nickfluence.jpg")  no-repeat center;
}*/

/*** NAVIGATION ***/
.navbar {
  text-align: left;
  background-color: rgba(0,0,0,0.9);
}

.navbar a {
  font-family: 'IM Fell English', Georgia, serif; 
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #fff !important;
}

.nav-item {
  padding-left: 15px;
  color: #fff;
}

.navbar-toggler {
  border: 1px solid #fff;  
  font-size: 0.8rem;
  color: #fff;
}

.navbar-toggler-right {
  right: 0rem;
}

.navbar a:hover, .navbar a:active {
  color: orange !important;
  text-decoration: none;
}

#navContainer {
  position:fixed;
  top:0px;
  width:100%; 
  z-index:9999;
  display: none;
}
/***/


/*** MASTHEADER STYLE ***/
#masthead.page {
  background-image: url("images/bkgrd-masthead.jpg");
  background-position: center top;
}

#masthead .container {
  text-align: center;
  font-family: 'IM Fell English', Georgia, serif; 
}

.logo-container {
  padding-bottom: 20px;
  display: block;
}

.quote-container {
  padding-top: 1.5rem;
}

.quote {  
  font-size: 1.5rem;
  line-height: 2rem;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

.quote-author {  
  font-size: 1.1rem;
  padding-top: 10px;
  font-style: italic;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.tagline {
  font-size: 1.25rem;  
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 10%;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.email-container {
  margin-top: 0.8rem;
}
/***/


/*** ABOUT STYLES ***/
#about.page  {
  background-image: url("images/bkgrd-about.jpg");
  background-position: center bottom;
  background-color: #01071d;
}

#about .container {
  color: #fff;
}

#divider.clipart-container {
  padding-top: 0%;
  padding-bottom: 3%;
}

.icon-container {
  text-align: center;
}

.icon-box {
  display: inline-block;
  padding: 0 0.8vh;
}
/***/


/*** WORK STYLES ***/
#work.page  {
  background-image: url("images/bkgrd-work.jpg");
  background-position: center top;
}

#work p {
  text-align: center;
  padding-bottom: 3.5%;
}

.img-gallery-container {
  padding-bottom: 4vh;
}

.img-gallery-container img {
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}

.img-gallery-container-heading {
  font-size: 0.8rem;
  font-weight: bold;
  color: #aaa;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding-top: 2%;
}

.img-gallery-container-title {
  font-family: 'IM Fell English', Georgia, serif; 
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}

.innerShadow {
  display: inline-block;
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px inset;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.innerShadow:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 25px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 25px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 25px inset;
}

/*.innerShadow img {
  z-index: -1;
  position: relative;
}*/

.client-container {
  padding-bottom: 4vh;
  text-align: center;
}

.client-container:first-child {
  padding-top: 2vh;
}

.client-container:last-child {
  padding-bottom: 0vh;
}

.descriptionContainer {
  font-size:0.9rem;
  font-style: italic;
  padding: 0.5rem 1rem 0 1rem;
  text-align: center;
}
/***/


/*** CONTACT STYLES ***/
#contact.page {
  background-image: url("images/bkgrd-footer.jpg");
  background-position: center top;
}

#contact .clipart-container {
  padding-top: 0%;
}

#contact header {
  padding-top: 13%;
  padding-bottom: 8%;
}

#contact .container {
  color: #fff;
  text-align: center;
}

.form-control {
  background-color: #34394a;
  border-bottom: 1px solid #5d616e;
  color: #636c72;
}

.form-group textarea {
  height: 100%;
}

.btn {
  font-family: 'IM Fell English', Georgia, serif;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
  background-color: #11284e;
  border: 2px solid #11284e;
  -webkit-box-shadow: inset 0 1px 0px #293e60;
  -moz-box-shadow: inset 0 1px 0px #293e60;
  box-shadow: inset 0 1px 0px #293e60;
  padding-top:12px;
  padding: 1.2rem 2rem 0.8rem;
}

.footer-icon-container {
  margin-top: 5vh;
}

.footer-icon-container .icon-box {
  display: inline-block;
  padding: 0 0.5vh;
}

.footer-text-container {
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding-top: 2vh;
}
/***/


/*** SHOWCASE ***/
#showcase.page {
  background-image: url("images/bkgrd-showcase.jpg");
  background-position: center top;
  width: 100%;
  height: initial;
  padding-top: 4%;
  padding-bottom: 2%;
}

.showcaseContainer img {
  border: 1px solid #181818;
  -moz-box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 7px rgba(0,0,0,0.5);
}

#showcaseInner.page {
  background-image: url("images/bkgrd-showcase_inner.jpg");
  background-position: center top;
  width: 100%;
  height: initial;
}

#showcaseInner .contentContainer {
  padding-top: 4%;
  padding-bottom: 4%;
}

#showcaseInner h1 {
  font-size: 2.7rem;
}

#showcaseInner h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #aaa;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
  letter-spacing: 0.05rem;
}

.footer-container {
  background-image: url("images/bkgrd-showcase_footer.jpg");
  background-position: top center;
  background-size: cover;
  color: #fff;
  width: auto;
  height: initial;
  text-align: center;
}

.footer-container .footer-icon-container {
  padding-top: 14vh;
}

.footer-container .footer-text-container {
  padding-top: 2vh;
}
/***/


/*** @MEDIA ***/
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 1.6rem;
  }

  header {
    padding-top: 10%;
  }

  p {
    font-size: 1.1rem;
  }

  .tagline {
    margin-top: 5%;
  }

  .navbar .container {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-brand img {
    height:20px;
  }

  #about.page  {
    background-image: url("images/m-bkgrd-about.jpg");
    background-position: center top;
  }

  #work.page  {
    background-image: url("images/m-bkgrd-work.jpg");
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-y;
  }

  .clipart-container img {
    width: 20%;
  }

  #work .clipart-container img {
    width: 55%;
  }

  #contact .clipart-container {
    display: none;
  }

  .icon-container {
    text-align: center;
    padding-bottom: 20%;
  }

  #contact header {
    padding-top: 0%;
  }

  #showcase.page {
    padding-top: 15%;
  }

  .footer-container .footer-icon-container {
    padding-top: 10vh;
  }
}

@media (max-height: 720px) {
  #about.page  {
    background-image: url("images/smll-bkgrd-about.jpg");
    background-position: center top;
  }

  p {
    font-size: 0.95rem;
  }

  #about header {
    padding-bottom: 1.5%;
  }

  #divider.clipart-container {
    padding-top: 0%;
    padding-bottom: 2%;
  }
}

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

  #showcase.page {
    padding-top: 15%;
  }

  .footer-container .footer-icon-container {
    padding-top: 2vh;
  }

  .client-container:first-child {
    padding-top: 0vh;
  }
}

@media only screen and (max-width: 320px) {

  html, body {
    font-size: 12px;
  }

  .footer-container .footer-icon-container {
    padding-top: 4vh;
  }
}