/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.whole-body {
    overflow: hidden;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-control-left {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url('../images/controls/ic_keyboard_arrow_left_black_48px.svg');
    cursor: pointer;
}

.carousel-control-right {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url('../images/controls/ic_keyboard_arrow_right_black_48px.svg');
    cursor: pointer;
}

#company-logo {
    font-family: 'Raleway', sans-serif;
}