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

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

a {
    color: gainsboro;
}

nav a {
    font-size: 12px;
}

.color {
    color: #1cbac8;
}

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

.carousel-caption {
    bottom: 50%;
}


.box-1 {
    background: #0999a6;
}

.box-2 {
    background: #15b4c2;
}

.box-3 {
    background: #2bd1e0;
}

.img-1 {
    background: url('https://source.unsplash.com/random') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 480px;
}

.greyline {
    background: #000;
    min-height: 5px;
}

.greyline-footer {
    background: #6b6b6b;
    min-height: 5px;
}