/* CSS Document */
.myheader{
	background-image:url('../images/header-bg2.jpg') ;	
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
	height:70vh;
}

.ovr{
	
	float: right;
	margin-right: 75px;
	margin-top: 200px;	
	font-family: Roboto;
	width:50%;
	}

.ovr p{
	color:#F7F5F2;
	text-shadow: 2px 2px 2px #20211F ;
	/*text-transform: uppercase;*/
	margin-left: 200px;
	letter-spacing: 15px;
	font-size: 62px;
	text-align: center;
	
}

.myintro{
	width :60%;
	padding: 10px;
	line-height: 1.5rem;
	}

.d-flex{
	margin-bottom: 50px;
}

.box2{
   	margin-left: 70px;
	margin-top: 0px;
}
