

body, html {
      height: 100%;
      margin: 0;
	  color:#4E4E4C;
	  text-transform:uppercase;
	  font-weight:500;
	
    }
	
.img-fluid

 {
   
    height: auto;
    max-width: 580px!important; 
	width: 100%;
}

.link { color:#4E4E4C; text-decoration:none;}
.link:hover {color:#F07E01;}

h1 {  margin-bottom: 50px; color:#4E4E4C!important; font-size:18px; }
h2 {  margin:20px 0px 20px 0px; color:#4E4E4C;}
h3,h4,h5 { margin-bottom: 30px; color:#4E4E4C;}

.display-5 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(0.425rem + 1.5vw)!important;
}