





body {
  background-color: #f2f2f2;
  font-family: "Lato"; /* OPTIONAL: Google Fonts - base font */
  font-weight: 300;
  font-size: 16px;
  color: #555;
  text-align: left;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h6 {
  font-family: "Raleway"; /* OPTIONAL: Google Fonts - title font */
  font-weight: 300;
  color: #333;
}

h5{
  font-family: "Raleway"; /* OPTIONAL: Google Fonts - title font */
  font-weight: 300;
  color: #333;
  font-size: 175%;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 20px;
}

.centered {
    text-align: center;
}

/* Links */
a {
  color: #1CBCAD;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*---------------------------------------------------
  SECTION WRAPS
---------------------------------------------------*/

/*Image Rotator*/

.wrapper, 
.wrapper-1,
.wrapper-2,
.wrapper-3,
.wrapper-4 {
    width: 850px;
    height: 350px;
    margin: auto auto auto auto;
    position: inherit;
    /*left:15%;*/
    top: inherit;
    /*left: 50%;*/
  }
  .carousel-left,
  .carousel-left-1,
  .carousel-left-2,
  .carousel-left-3,
  .carousel-left-4,
  .carousel-right,
  .carousel-right-1,
  .carousel-right-2,
  .carousel-right-3,
  .carousel-right-4 {
    width: 150px;
    height: 225px;
    overflow: hidden;
    position: absolute;
    top: 65px;
    z-index: 1;
  }
  .carousel-left,
  .carousel-left-1,
  .carousel-left-2,
  .carousel-left-3,
  .carousel-left-4 {
    left: 50px;
  }
  .carousel-right,
  .carousel-right-1,
  .carousel-right-2,
  .carousel-right-3,
  .carousel-right-4 {
    right: 150px;
  }
  .carousel-center,
  .carousel-center-1,
  .carousel-center-2,
  .carousel-center-3,
  .carousel-center-4 {
    width: 250px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 250px;
    z-index: 2;
  }
  .caroufredsel_wrapper {
    box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
  }
  .caroufredsel_wrapper img {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
  }
  .prev,
  .prev-1,
  .prev-2,
  .prev-3,
  .prev-4,
  .next,
  .next-1,
  .next-2,
  .next-3,
  .next-4 {
    background: #ccc;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
    line-height: 26px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    z-index: 0;
  }
  .prev,
  .prev-1,
  .prev-2,
  .prev-3,
  .prev-4 {
    left: 0;
  }
  .next,
  .next-1,
  .next-2,
  .next-3,
  .next-4 {
    right: 0;
  }
  .prev:hover,
  .prev-1:hover,
  .prev-2:hover,
  .prev-3:hover,
  .prev-4:hover,
  .next:hover,
  .next-1:hover,
  .next-2:hover,
  .next-3:hover,
  .next-4:hover {
    background: #bbb;
  }



/* Header Wrap */
.header {
  background: #1CBCAD;
  background: url(../images/TK_Utah_2016-44.jpg) no-repeat center;
  padding-top:140px;
  text-align:left;
  background-attachment: fixed;
  background-position: center center;
  min-height: 710px;
  width: 100%;
  animation: true;
  
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header h1 {
  font-size: 80px;
  color: white;
  /*background: rgba(0,0,0,0.2);*/
  text-align: left;
  position: relative;
  top: 140px;
}

.header h3 {
  font-size: 20px;
  color: white;
  text-align: left;
  position: relative;
  top: 140px;
}

.header h3 a {
  color: #fff;
}

/* About Wrap */
.about,
.skills {
  /*background: #2c3e50; <-- old background color (blue)*/
  background: #2f2f2f;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
  text-align: left;
} 

.about h5, p {
  color: white;
  text-align: left;
}

.skills h5, p{
  color: white;
  text-align: left;
}

.about i {
  color: white;
  font-size: 15px;
  padding-right: 8px;
  vertical-align: middle;
}

.skills i {
  color: white;
  font-size: 15px;
  padding-right: 8px;
  vertical-align: middle;
}

.education,
.work {
  background: grey;
  padding-top: 60px;
  padding-bottom: 60px;
}

.education h5, 
.work h5 {
  color: white;
  text-align: left;
}

.banner{
  padding-bottom: 4%;
  padding-top: 4%;
  background: red;
  text-align: left;
  color: white;
}

.banner-resume{
  padding-bottom: 5%;
  padding-top: 5%;
}

.banner h5{
  color: white;
}

.footer {
  background: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer p {
  color: white;
}

.footer h5 {
  color: white;
}

.footer t {
  font-weight: 700;
}

/* social icons: */
.footer i {
  padding-right: 8px;
  /*color: #1abc9c;*/
}

/* Global Values */

.desc {
  padding-top: 50px;
}

.desc p {
  color: #2f2f2f;
}

.desc t {
  /*color: #34495e;*/
  color: #2f2f2f;
  font-weight: 700;
}
.desc imp {
  padding: 6px;
  color: white;
  background: grey;
}

.desc more {
  color: #616669;
}


sm {
  font-size: 12px;
}

.col-lg-1{
  width: 27%
}

.col-lg-1 h3{
  text-align: center;
  position: relative;
}

.desc .col-lg-3 {
  text-transform: uppercase;
  padding-left: 5%;
}

.col-lg-4{
  width: 45%;
}

.col-lg-6{
  width: 75%;
}

.col-lg-7{
  width: 50%;
}

.col-lg-8{
  text-align: left;
}

.col-lg-9{
  width: 100%;
}

.col-lg-10{
  width: 58%;
}
/*.container{
  text-align: left;
  padding-right: 250px;
}*/

/*.row{
  text-align: left;
}
*/
.container .row p.tight {
  margin-bottom: 10px;
  text-align: center;
}

.w3-container, .w3-panel {
    padding: 0.0em 0px;
    z-index: 4;
}

.tight{
  font-size: 150%;
}

a {
  font-size: 90%;
}

/* define some CSS3 animations: */
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; 
  }

  100% {
    opacity: 1; 
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  } 
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* 1 */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  }

  /*Navbar*/

  .navbar-fixed-top

  /*Test Bed*/

  .img-responsive {
    width: 7.5%; 
  }

.ul {
  padding-top: 5%;
}

.tools-wrapper{
  font: 100 30px;
  height: 300px;
  width: 30%;
  display: table;
}

.tools-heading{
  color: white;
  padding-bottom: 10px;
}

.dev-tools{
  height: 100%;
  width: 100%;
  display: table;
  padding: 0;
}

.dev-tool {  
    border:2px solid grey;
    border-radius: 50%;         
    padding-bottom: 30%; 
    height: -webkit-fill-available;
    width:30%; 
    margin:1%; 
    float: left; 
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 75px; 
}

/*testbed*/
.Imgcaptions {
  position: relative;
  float: left;
  width: 40px;
  height: 60px;
  margin: 2% 2% 2% 2%;
  padding: 0;
}
.Imgcaptions:first-child {
  margin-left: 0;
}

.caption {
  /*position: absolute;*/
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 40px;
  margin: 2% 2% 2% 2%;
  padding: 0;
  color: black;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

figure {
  width: 45px;
  margin: 2% 2% 2% 2%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
figure:hover+.caption {
  bottom: -36px;
  opacity: 1;
}

.form-wrapper{
  width: 100%
}

.inputstyle{
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 21px;
    color: black;
    background-color: white;
    opacity: .7;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: 1;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
  }

.messegestyle{
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 21px;
    color: black;
    background-color: white;
    opacity: .7;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: 1;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.submit-btn {
  position: relative;
  //display:block;
  height: 45px;
  width: 150px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: white;
  border: 2px white solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.submit-btn:hover {
  color: black;
}

.submit-btn:before {
  content: "";
  position: absolute;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.submit-btn:hover:before {
  top: 0;
}

.social-btn {
  position: relative;
  //display:block;
  height: 45px;
  width: 150px;
  padding: 5px 5px 5px 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: white;
  border: 2px white solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.social-btn:hover {
  color: black;
}

.social-btn:before {
  content: "";
  position: absolute;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.social-btn:hover:before {
  top: 0;
}

.social-buttons{
  text-align: center;
}

.navbar-nav li>a:hover,.navbar-nav li>a:focus,.navbar-nav li.active {
    background-color:#000;
}

.Zup{
  z-index: 7 !important;
}

.Zdown{
  z-index: 4 !important;
  opacity: .99;
}

.caroufredsel_wrapper{

}

/*@mixin hideTapHighlightColor() {
  //Prevent highlight colour when element is tapped
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@mixin hardwareAccel() {
  //Improve performance on mobile/tablet devices
  transform: translateZ(0);
}

@mixin improveAntiAlias() {
  //Improve aliasing on mobile/tablet devices
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: $primaryColour;
  text-decoration: none;
  color: $secondaryColour;
}

/*

/* Pulse Grow */
/*
@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;

  @include hideTapHighlightColor();
  @include hardwareAccel();
  @include improveAntiAlias();

  &:hover {
    animation-name: pulse-grow;
    animation-duration: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
}*/

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.pulse {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.grow {
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.grow:hover {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}