@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Comfortaa);
//@import "../../components/transition.mixin";

/*--- START-VARIABLES --- 
#000: #000;
#000: #000;
13: 13;
#fff: #fff;
#337ab7: #337ab7;
#337ab7:#337ab7;
#337ab7:#337ab7;
500: 450px;

#000000: #000;
#ffffff: #fff;
#ffa500: #9ec4d6;
#ffa500: #7B98A6;
#ffffff: #ccc;

#000000: #000;
#ffa500: #fff;
--- END-VARIABLES --- */

h1,
h2,
h3,
h4,
h5,
h5 {
  color: #000 !important;
}

a:link {
  color: #337ab7 !important;
}
a:hover {
  color: #337ab7 !important;
}
a:visited {
  color: #337ab7 !important;
}

html,
body {
  font-family: "Comfortaa", cursive;
  font-size: 13;
  background-color: #fff;
  color: #000;
}

.home-carousel img {
  width: auto;
  height: 500;
  min-height: 500;
  max-height: 500;
}

.container-fluid {
  padding: 0px 0px;
}

.home-about-me {
  padding: 15px 0px;
  border-bottom: 6px double #ffffff;
}

.home-about-me:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

.page-container {
  padding: 15px 0px;
  border-top: 6px double #ffffff;
}

nav {
  border-color: #ffffff !important;
  background-color: #fff !important;
}

.navbar {
  border: none;
}

.nav-header {
  margin-bottom: 0px !important;
}

.navbar-bottom {
  background-color: #000000 !important;
}

.navbar-bottom .navbar-brand {
  color: #ffa500 !important;
}

.navbar-bottom .navbar-brand .surname {
  margin-left: 20px;
}

.navbar-bottom .navbar-nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #ffa500 !important;
  padding: 25px 20px;
}

.navbar-bottom .navbar-nav li:hover {
  color: #ffa500 !important;
  background-color: #000000;
}

.navbar-bottom .navbar-nav li:hover {
  background-color: #ffa500 !important;
}

.navbar-default {
  background-color: #ffffff !important;
}
.navbar-default .navbar-brand {
  color: #000000 !important;
}
.navbar-default .navbar-brand .surname {
  margin-left: 20px;
}

.navbar-default .navbar-header {
  height: 70px;
}

.navbar-default .navbar-nav li {
  border-bottom: 5px solid #ffffff;
}
.navbar-default .navbar-nav li a {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #000000 !important;
  padding: 25px 20px;
}
.navbar-default .navbar-nav li a:hover {
  color: #ffffff !important;
  color: #ffffff !important;
}

.navbar-default .navbar-nav li:hover {
  transition: all 0.7s ease-out;
  background-color: #ffa500;
  border-bottom: 5px solid #ffa500;
}

.portfolio-video {
  padding-top: 10px;
  min-height: 180px;
}

.portfolio-video video {
  width: auto;
  height: 200px;
}

.footer {
  font-size: small;
}

.footer a {
  text-transform: capitalize;
}

.footer-logo {
  z-index: 10;
  position: fixed;
  bottom: 10px;
  right: 20px;
}

.footer-logo img {
  width: 64px;
}

.home-paragraph {
  padding-bottom: 0px !important;
}

.video-js {
  height: 200px;
}

.photo-boxes {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.photo-boxes div.outer-box {
  position: relative;
  float: left;
  margin: 10px;
  -webkit-box-shadow: 3px 3px 3px #777;
  -moz-box-shadow: 3px 3px 3px #777;
  box-shadow: 3px 3px 3px #777;
  padding-bottom: 60px;
  border: 1px solid #ccc;
}

.photo-boxes div.outer-box div.image-container {
  width: 130px;
  height: 100px;
  text-align: center;
}

.photo-boxes div.outer-box p.image-label {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -5px;
  font-size: 12px;
}

.photo-boxes div.outer-box div.image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}
