@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/*=== Extra Bootstrap Column Padding ===*/
[class*="col-"] {
  padding: 1em;
}

/*=== Bootstrap Mobile Gutter Fix ===*/

.row, .container-fluid {
  margin-left: 0px!important;
  margin-right: 0px!important;
}



body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #474b4f;
}

.offset:before {
  display: block;
  content: "";
  height: 4em;
  margin-top: -4em;
}


/*==== Navigation ===*/
/*-- Fix for Navbar jumping on scroll --*/
.fixed-top  {
 -webkit-backface-visibility: hidden;
}

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .95em;
  background: rgba(0,0,0,0.6) !important;
}

.navbar-brand img {
  height: 2em;
}

.navbar-nav li {
  padding-right: 1em;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: grey;
}

/*=== Landing Page ===*/
.video-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0,0,0,.2);
}

.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
  z-index: -1;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}

.caption h1 {
  font-size: 2em;
  text-shadow: .1em .1em .5em black;
  padding-bottom: 1.6em;
}

.caption img {
  height: 12em;
  padding-bottom: 1em;
  padding-left: 4em;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .6em 1.3em;
  font-size: 1.1em;
}



/*=== About Section ===*/
.narrow {
  width: 75%;
  margin: 1.5em auto;
  padding-top: 2em;
}

h2 {
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9em;
}

/* Passions Section ===*/

.jumbotron {
  margin-bottom: 0;
  padding: 1em 0em 3.5em;
  border-radius: 0;
}

.heading-underline {
  width: 3em;
  height: .2em;
  background-color: #474b4f;
  margin: 0 auto 2em;
}

.passion h3{
  font-size: 1.3em;
  text-transform: uppercase;
  padding-bottom: .4em;
}

.passion p {
  font-size: 1.2em;
}



/*=== Projects Section ===*/
.heading-underline-projects {
  width: 3em;
  height: .2em;
  background-color: white;
  margin: 0 auto 2em;
}

.modal-content {
  background-color: #E8ECEF;
}

.modal-header{
  color: #474b4f;
}

.fa-html5{
  color: #474b4f;
}

.fa-css3 {
  color: #474b4f;
}

.fa-bootstrap {
  color: #474b4f;
}



.dark {
  background-color: rgba(0,0,0, 0.7);
  color: white;
  padding: 7em 2em;
}

.dark .fa-stopwatch{
  padding: 0.5em 0 1em;
  box-sizing: content-box;
}

.dark .fa-code-branch:hover{
  color: grey!important;
}

.dark .fa-code:hover{
  color: grey!important;
}

.dark .modal-content{
  color: black;
}

.dark .modal-content img{
  height: 10em;
  width: 10em;
  display: block;
  margin: 0 auto;
}

.dark .modal-content .btn-lg{
  color: black;
}

.fixed-background {
  background: url(img/projects.jpg) no-repeat center center fixed;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}


.fixed-background h3 {
  margin-bottom: 2em;
}

.fixed-background p {
  margin-top: 1.5em;
}



/*=== CV Section ===*/
.cv img {
  width: 100%;
  border-radius: 50%;

}

blockquote .svg-inline--fa {
  margin: 1em;
}

.cv-hr {
  border-top: .05em solid;
}

/*=== Contact Section ===*/

footer {
  background-color: #474b4f;
  color: white;
  padding: 2em 0 2em;
}

footer img {
  height: 2.5em;
  margin: 1.5em 0;
}

footer a{
  color: white;
}

footer svg.svg-inline--fa {
  font-size: 1.6em;
}

footer svg.svg-inline--fa:hover {
  color: grey!important;
}

p.footer-quote {
  font-style: italic;
}

hr.socket {
  width: 100%;
  border-top: .2em solid #666b71;
  margin-top: 3em;
}



/*=== Media Queries ===*/
@media (max-width: 991px) {
  .fixed-background {
    background-attachment: scroll;
  }

  .caption {
    top: 25%;
  }

  .caption h1 {
    font-size: 1.125em;
    letter-spacing: .15em;
    padding-bottom: .5em;

  }

  .caption h3 {
    font-size: 1.2em;
    padding-bottom: 1.2em;

  }

  .caption img {
    height: 8em;
    padding-bottom: 1em;
    padding-left: 3em;

  }

  .btn-lg {
    padding: .5em 1em;
    font-size: 1em;

  }

  .narrow h1 {
    font-size: 1.9em;

  }

  .cv img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
}



/*--- Fixed Video Background iOS/Mobile Style--*/
.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1000;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.card-body {
  padding: 0 1.25rem;
}

.card {
  padding-bottom: 1em;
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)

No media query since this is the default in Bootstrap



Small (sm) devices (landscape phones, 576px and up)

@media (min-width: 576px) { ... }



Medium (md) devices (tablets, 768px and up)

@media (min-width: 768px) { ... }



Large (lg) devices (desktops, 992px and up)

@media (min-width: 992px) { ... }



Extra (xl) large devices (large desktops, 1200px and up)

@media (min-width: 1200px) { ... }

=============*/
