/* Minification failed. Returning unminified contents.
(45,1): run-time error CSS1036: Expected expression, found '}'
 */
.landing {
	background-image:url('../images/back.jpg');
  	height: 500px;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: 95vh;
  	width: 100vw;
  	left: 0;
  	display: flex;
  }
.landing::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.7);
}

.landing img{
	display: block;
	margin: auto;
	padding-top: 50px;
	z-index: 20;

}
.screen2 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.screen3 {
	margin-top: 90px;
}
.box {
	background-color: #badaff;
	padding: 10px;
	margin-bottom: 50px;
	border-radius: 5px;
}
.row2 {
	background-color: 
}
.col-img{
	width: 50%;
	margin: auto;
	display: block;
}
