body {
  /*padding-top: 60px;
  padding-bottom: 100px;*/
}
.header {
	padding-bottom:1rem;
	padding-top:60px;
}
.mx-auto {
    margin-left: auto!important;
}
.pd3 {
	padding-bottom:3rem;
}
.main-footer {
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width:100%;
	text-align: center!important;
	color:#fff;
	font-size:13px;
	display:flex;
	align-items:center;
}
.p-footer {
	line-height:16px;
}
.logo {
	max-width:100%;
}
.construction {
	font-size: 1.25rem;
	font-weight: 300;
}
.main {
	padding-bottom:100px;
}
.mainh {
	min-height:100vh;
	display:flex;
	align-items:center;
}
h1 {
	font-size:5em;
//    color: #DA001C;
}
h1::first-letter {
   // color: #DA001C;
}
@media screen and (max-width:768px){
  h1{
     font-size:2em;
  }    
}
a {
	color:#DA001C;
}