.ui-loader {
  display: none;
}

@font-face {
  font-family: 'calibri';
  font-style: normal;
  font-weight: 400;
  src: local('calibri'), local('calibri'), url(assets/fonts/calibri.ttf) format('ttf');

}

.ui-page {
  height: 100%;
}

html, body {
  height: 100%;
}

h1 {
  font-family: "calibri", sans-serif;
  font-weight: 100;
}

h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.btn-info {
    color: #fff;
    background-color: #d16e2c;
}

.btn-info:hover {
    color: #fff;
    background-color: #d15a0a;
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #d16e2c;
    border-color: transparent;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #d16e2c;
    border-color: transparent;
}

.h3, h3 {
    font-size: 20px;
	font-family: calibri;
}

a:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;

}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: transparent;
}

.btn-default:hover {
    background-color: #e6e6e6!important;
    border-color: transparent!important;
}

h4 {
  font-family: "Ubuntu", sans-serif;
}

p {
  font-family: "calibri", sans-serif;
  display: block;
}

a {
  color: inherit;
  font-family: calibri;
}

.icon {
  font-size: 40px;
}

.fadein450 {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 450ms;
  animation-nameL fadein;
  animation-duration: 450ms;
}

.fadein600 {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 600ms;
  animation-nameL fadein;
  animation-duration: 600ms;
}

.fadein700 {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 700ms;
  animation-name: fadein;
  animation-duration: 700ms;
}

.fadein800 {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 800ms;
  animation-name: fadein;
  animation-duration: 800ms;
}

.imagefadein700 {
  -webkit-animation-name: imagefadein;
  -webkit-animation-duration: 700ms;
  animation-name: imagefadein;
  animation-duration: 700ms;  
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}

@-webbit-keyframes imagefadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes imagefadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}


.navbar-nav li {
  display: inline-block;
}

.jumbotron {
  margin: 0;
}

#jumbotron{
	margin:0 auto;
	width:70%;
}




#about, #work, #contact {
  max-width: 800px;
  padding: 20px;
}

.page {
  padding-top: 65px;
  height: 100%;
}

.page-container {
  height: 100%;
  position: relative;
}

.home-link, .navbar-toggle {
  margin: 15px 12px 15px 12px;
}

.navbar-collapse {
  margin-bottom: 15px;
}

li button {
  margin: 15px 12px 15px 0;
  font-family: calibri;
}

.button-holder {
  height: 74px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

#about, #work, #contact {
  display: none;
}

.row {
  margin-bottom: 20px;
}

#work-grid-desktop {
  margin-top: 20px;
}

/*make sure there's room for the buttons */
#about-body, #work-body, #contact-body {
  margin-bottom: 34px;
}

.project {
  text-align: center;
}

.carousel {
  height:250px;
  background-color: #eee;
  margin: 20px -20px 0 -20px; 
}

.item {
  height: 240px;
}

.carousel-control {
  background-image: none!important;
}

#work-carousel-mobile {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  #hide-on-mobile {
    display: none;
  }
  #about, #work, #contact {
    padding: 5px 20px 5px 20px;
  }
  .carousel {
    margin-top: 10px;
  }
  .button-holder {
    height: 50px;
  }
  .image-container {
    margin: 0 auto;
    height: 200px;
    width: 200px;
    
  }
}

@media (max-height: 400px) {
  .button-holder {
    position: relative;
  }
}

