/**
*	Stylesheet file
**/

body{ margin:0; position:relative; }


.main-wrapper {
  position: relative;
  min-height: calc(100vh - 142px - 169px);

}


img{
	width:100%;
}

.main-wrapper img{
	box-shadow: 0px 8px 14px -3px #000;
	
}

.intro-header{
	display: inline-block;
    border-bottom: 6px double grey;
    padding-bottom: 7px;
}

#footer-info-list, #info-list{
	list-style:none;
	padding-inline-start:0px;
}

footer{
	margin-top:50px;
}