@charset "UTF-8";
/* CSS Document */
body { margin: 0; padding: 0;}

section.homepage {
	background-image: url("../images/bg-body.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: contain;
	padding: 2rem;
}

img { max-width: 100%;}
h1 { color: white; font-family: 'Ubuntu', sans-serif; font-size: 3rem; font-weight: 800;}
h2, H3, H4, H5, H6 {  font-family: 'Ubuntu', sans-serif; font-weight: 400;  }
h2 { color:#357CCF; font-size: 2rem; border-bottom: solid 1px; margin-bottom: 1.5rem; padding-bottom: .8rem; }
h5 { color:#000; }
p { text-align: justify; }
address { color: white;}

.bg-white { background: #fff; border-radius: 35px; margin-top: 2rem; margin-bottom: 2rem;}
.col-img img { max-width: 100%; height: auto; border: solid 1px white;}

