/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


html,
body {
    height: 100%;
}

@font-face {
    font-family: akuandkamu; src: url(../fonts/akuandkamu.otf);
}

h1, h2, h3, h4, h5, h6 {
  font-family:akuandkamu, sans-serif!important;
}


.carousel,
.item,
.active {
    /*margin-top: 100px;*/
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption{
   right: 0;
   left: 0;
}

   .carousel-caption h2{
      font-size: 32px;
      margin-top: 20px;
      margin-bottom: 65px;
   }

   /*.carousel-control {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 15%;
   opacity: .5;
   filter: alpha(opacity=50);
   font-size: 20px;
   color: #fff;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0,0,0,0.6);
   border-radius: 90px;
}*/

/*.carousel {
    border-radius: 55px 55px 55px 55px;
    overflow: hidden;

}*/

.carousel .item {
    border-radius: 10px;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
}
.carousel-control {
    border-radius: 10px;
}

/*.carousel-inner {
border-radius: 25px;
background-color: rgba(0,0,0,0);
overflow: hidden;
}*/

footer {
    margin: 50px 0;
}
