@charset "UTF-8";
/* CSS Document */

#busunits {
	background-image: url("../images/background-group1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	position: relative; /* needed for absolute positioning of the gradual-top and gradual-bot classes */
    }
.unitscontainer {
    height: 100vh;
    }
.bordyellow {
	height: 33vh;
    }
.bordpink {
	height: 33vh;
    }
.bordlime {
	height: 33vh;
    }
.test {
	height: auto;
    max-height: 33vh;
    }
    
.logposi3 {
    text-align: left;
    }
.logposi4 {
text-align: right;
    }
    
@media only screen and (max-width: 767px) {
    #busunits {
    background-image: url("../images/background-for-phones2.jpg");
    background-color: black;
    }
    .unitscontainer {
    height: auto;
    }
    .bordyellow {
	height: auto;
    }
.bordpink {
	height: auto;
    }
.bordlime {
	height: auto;
    }
.logposi3 {
    text-align: center;
    }
.logposi4 {
    text-align: center;
    }
#carouselExampleSlidesOnly .carousel-item h1 {
	font-size: 50px;
    }
.nicetype h1 {
	font-size: 30px;
    }
#foundervision h1 {
	font-size: 30px;
    }
}