/* CSS Document */

body, p { font-size: 1.35rem; }
h1,h2,h3 { font-family: 'zapfino_linotype_oneregular'; }
p, ul, li, body, button { font-family: 'NTR', sans-serif; }

button, .button { font-size: 1.25rem; padding: .55em 1.8em; background: #f6f6f6; color: #333; }

h1 { font-size: 6rem; text-align: center; }
h2 { font-size: 4rem; text-align: center; }
h3 { font-size: 3rem; text-align: center; }
h4 { font-size: 1.4rem; font-family: 'NTR', sans-serif; text-transform: uppercase; font-weight: normal; }

hr { border: 2px solid #f0f0f0; margin: 80px 40%; }

.section.first { margin-top: 5%; }

img { width: auto; min-height: 100%; border: 5px solid #fff; }
.footer { margin-bottom: 40px; }

.panel { padding: 30px; background: #f6f6f6; border: 1px solid #eaeaea; }
.panel img { border: 15px solid #f6f6f6; border-left: 5px solid #f6f6f6; border-right: 5px solid #f6f6f6; }


