@font-face {
  font-family: "nunito";
    src: url("/fonts/nunito-regular-webfont.woff2") format("woff2"),
       url("/fonts/nunito-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "nunito";
    src: url("/fonts/nunito-light-webfont.woff2") format("woff2"),
       url("/fonts/nunito-light-webfont.woff") format("woff");
  font-weight: lighter;
  font-display: swap;
}

@font-face {
  font-family: "nunito";
    src: url("/fonts/nunito-bold-webfont.woff2") format("woff2"),
       url("/fonts/nunito-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}

body {font-family: "Raleway", Arial, sans-serif}

h1, h2, h3, h4, h5, h6 {
font-family: nunito;
}

.david-aguilar {
	color: red;
	font-weight: bold;
}

.w3-row-padding img {margin-bottom: 12px}


#contact {
max-width:1000px;
margin: auto;
} 