/*FONTS  FONTS  FONTS  FONTS  FONTS  FONTS  FONTS  FONTS  FONTS*/
.secondary_font {
  font-family: 'Audiowide', cursive;
}
.lockersoft_font, .main_title_font, aside h2, aside a, nav {
  font-family: 'Milonga', cursive;
}
.sub_font {
  font-family: 'Poiret One', cursive;
}
.dropdown-menu {
  background-color: rgba(0, 20, 40, .8);
}
.dropdown-menu a {
  color: #bbb !important;
}
.text-red {
  color: #D50005;
}
/*GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL*/
body {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: scroll;
  max-width: 1500px;
  margin: 0 auto !important;
  top: 37px;
}
body p {
  font-size: 120%;
}
.main-content {
  padding-top: 2em;
}
img {
  width: 100%;
  max-width: 1500px !important;
}
.pad {
  padding: 1em;
}
.jumbotron h2 {
  font-size: 400% !important;
  transition: font-size 100ms linear;
}
.contentWrapper {
  position: relative;
  top: 0;
}
.pageHeader {
  padding: 2em;
  text-align: center;
}
button {
  background-color: rgba(40, 180, 230, .9);
  transition: background-color 100ms linear;
}
#backtotop {
  position: fixed;
  border: 1px solid rgba(70, 70, 70, .9);
  padding: 2px 6px 2px 6px;
  color: rgba(70, 70, 70, .9);
  text-decoration: none;
  bottom: 5px;
  right: 15px;
  z-index: 999;
}
.secondary_color {
  color: #000;
}
.accent_color {
  color: #ef1909;
}
.secondary_accent {
  border-bottom: 1px solid #ef1909;
}
/*MAIN BANNER STYLING*/
.text_overlay_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/*PARALLAX EFFECT - NEED NEW ONE FOR EACH ADDITIONAL FIXED IMAGE AREA*/
.parallax_t1, .parallax_t2, .parallax_t3, .parallax_t4 {
  -webkit-transform: rotateX(15deg) translateZ(-150px) translateY(-52px); /* Chrome, Safari, Opera  */
  -moz-transform: rotateX(15deg) translateZ(-150px) translateY(-52px);
  transform: rotateX(15deg) translateZ(-150px) translateY(-52px);
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.parallax_t1 {
  transition: transform 300ms linear;
}

.parallax_t1 {
  background-image: url("/images/lockersoft_bg1.jpg");
  height: 200px;
  background-attachment: fixed !important;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_t2 {
  background-image: url("/images/lockersoft_bg1.jpg");
  height: 200px;
  background-attachment: fixed !important;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax_bottom {
  height: auto;
}
/*CONTACT FORM  CONTACT FORM  CONTACT FORM  CONTACT FORM  CONTACT FORM  CONTACT FORM*/
#submit {
  margin-top: 1em;
}
.contact_form {
  background-color: #111 !important;
  padding: 8px;
  color: #666;
}
.contact_background {
  background-color: #111 !important;
  padding-bottom: 2em;
}





#contact {
  padding-left: 1em;
  padding-right: 1em;
}

/*GALLERY  GALLERY  GALLERY  GALLERY  GALLERY  GALLERY  GALLERY  GALLERY  GALLERY*/

#gallery img {
  width: 100%;
  max-width: 400px !important;
  height: auto;
}
#gallery img {
  padding-top: 1em;
  padding-bottom: 1em;
}
.profile_image {
  margin: 1em;
  float: right;
  max-width: 400px;
}

/*COMPUTER STAND ON MAIN PAGE*/
.computer_stand {
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  z-index: -1 !important;
}
.computer_monitor {
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: 400px;
  border: 5px solid #222;
  border-radius: 10px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 2px 6px #000;
}
.top_bar {
  position: absolute;
  width: 100%;
  height: 4%;
  background-color: #222;
  z-index: 100;
}
.bottom_bar {
  position: absolute;
  width: 100%;
  top: 92%;
  height: 8%;
  background-color: #222;
  z-index: 100;
}
.screen_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.computer_power_button {
  position: relative;
  padding-top: 10px;
  color: #fff;
}
#canvas {
  position: relative;
  top: 4%;
  width: 100%;
  height: 88%;
  /*overflow-y: scroll;*/
  border: none;
}


/*TESTING*/
body {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
.snippet {
  margin-top: 3em;
  margin-bottom: 3em;
}
.parallax_t1 h2, .parallax_t2 h2 {
  position: relative;
  top: 70%;
  color: #fff;
  transition: top 300ms linear;
}

/*PREVENTS ZOOM CONTAINER FROM SPIRALING OUT OF CONTROL*/

.chest {
  margin: 0 auto;
  width: 150px;
  height: 100px;
}
.pirate {
  margin: 0 auto;
  width: 300px;
  height: 300px;
}
.map {
  margin: 1em auto;
  width: 100%;
  max-width: 300px;
  height: auto;
  border-top: 5px dashed #333;
  border-bottom: 5px dashed #333;
}


.panel ul li:hover {
  background-color: rgba(40, 180, 230, .9) !important;
  color: #fff;
  transition: all 300ms linear;
}
ul li {
  transition: all 200ms linear;
}
.lockersoft_animations {
  display: block;
}
.animation_container {
  border: 5px solid #000;
  box-shadow: 1px 2px 3px #555;
}

.path {
  stroke-dasharray: 100;
  animation: dash 5s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
/*END TESTING*/







/*BOOTSTRAP ADJUSTMENTS*/
.col-xs-12, .col-sm-6, .col-lg-3 {
  transition: width 300ms linear;
}
.jumbotron {
  background-color: transparent;
  height: 200px;
  background-attachment: fixed !important;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #aaa;
}
.panel-heading {
  background-color: rgba(0, 20, 40, .8) !important;
}
.panel-footer {
  background-color: rgba(0, 20, 40, .8) !important;
}
.container, .container-fluid, .row {
  margin: 0 auto !important;
}
footer a {
  color: rgba(0, 20, 40, .8) !important;
}
.btn-primary {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;

  background-color: rgba(40, 180, 230, .8) !important;
  border-color: #fff;
  transition: all 300ms linear;
}
.btn-primary:hover {
  background-color: rgba(40, 180, 230, .9) !important;
  transition: all 300ms linear;
}
.contact_form label {
  color: #aaa;
}





/*MEDIA QUERIES  MEDIA QUERIES  MEDIA QUERIES  MEDIA QUERIES  MEDIA QUERIES  MEDIA QUERIES*/
/*EXTRA SMALL SCREENS*/
@media screen and (max-width: 500px ) {
  .snippet {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  #canvas {
    -webkit-display: none;
    visibility: hidden;
  }
  #submit {
    font-size: 50%;
  }
}





/*SMALL SCREENS*/
@media screen and (max-width: 767px) {
  .lockersoft_animations {
    display:none;
  }
  .snippet {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .profile_image {
    max-width: 300px;
  }
  #mobile-contact {
    position: fixed;
    color: rgba(0, 20, 40, .8);
    top: 12px;
    right: 70px;
    z-index: 9999;
    padding: 2px 6px 2px 6px;
    border: 1px solid rgba(0, 20, 40, .8) !important;
  }
  #contact_link {
    display: none;
  }
  .jumbotron h2 {
    font-size: 250% !important;
    text-align: center;
    transition: font-size 100ms linear;
  }
  .parallax_t1 h2, .parallax_t2 h2 {
    position: relative;
    top: 50%;
    color: #fff;
    font-size: 150%;
    line-height: 30px;
    transition: top 300ms linear;
  }
  .dropdown-menu a {
    color: #aaa !important;
  }
}




/*MEDIUM TO LARGE SCREENS*/
@media screen and (min-width: 768px) {
  #mobile-contact {
    display: none;
  }
}