html {height:100%;}

body{
		height:100%;
		font-family:open sans,verdana,arial,helvetica,sans-serif;
	}
	

#bg-container{
	text-align:center;
}


.inside{
	padding: 50px 20px 50px 20px;
	background-color: #fff;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 3px 3px -2px rgb(0 0 0 / 12%);
	}
	
	
h1 {
  font-size: 36px !important;
  font-weight: 700 !important; 
  color:#e6332c !important;
  margin-top: 0px !important;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
h1 { font-size: 50px !important; }
}


h2 {
   font-size: 25px !important;
	font-weight: 500 !important; 
	color: #808080 !important;
	margin: 20px !important;
	padding-top: 20px;
}

h3 {
   font-size: 20px !important; 
   font-weight: 400 !important; 
   color: #fffff !important;
}


