:root{--white: #fff;--lighter: #66aadd;--fulltone: #0019a4;--darker: #171e5d;--dark: #383838;--black: #000}html{color:var(--darker);margin:80px 0 0;padding:0;box-sizing:border-box}body{height:100%}h1,h2,h3,h4,h5,h6{font-weight:700;text-align:center}h1{font-size:2em}h2{font-size:1.8em;padding:30px 0;margin:auto}h3{font-size:1.5em}h4{font-size:1.3em}h5{font-size:1em}h6{font-size:.8em}p{margin:0}a{text-decoration:none;color:var(--fulltone)}a,p{font-size:12pt}.bg-white{background-color:var(--white);color:var(--darker)}.bg-lighter{background-color:var(--lighter)}.bg-full{background-color:var(--fulltone)}.bg-darker{background-color:var(--darker)}.bg-dark{background-color:var(--dark)}.font-white{color:var(--white)}.font-darker{color:var(--darker)}.font-black{color:var(--black)}.ani{transition:.5s}input::placeholder,textarea::placeholder{font-family:Segoe UI}input,textarea{color:var(--darker);font-size:.8em;padding:5px;border-radius:0!important}button,.button{background-color:var(--lighter);color:var(--darker);border:none;padding:8px 12px;cursor:pointer;transition:background-color .3s ease}.text-container{padding:15px 20px;margin:0 auto}.text-container p{margin-bottom:15px}.parallax{width:100%;height:400px;overflow:hidden;position:relative;background-position:center;background-size:cover;background-attachment:unset;background-repeat:no-repeat}.deco-line{background:var(--lighter);width:100%;height:5px}.error{color:tomato}.success{color:#90ee90}.formMessage{margin:15px 0 30px}@media only screen and (min-width: 350px){a,p{font-size:13pt}}@media only screen and (min-width: 700px){h1{font-size:2.5em}h2{font-size:2.3em;padding:30px 0;margin:auto}h3{font-size:2em}h4{font-size:1.7em}h5{font-size:1.4em}h6{font-size:1em}.text-container{width:80%}a,p{font-size:15pt}}@media only screen and (min-width: 1000px){.parallax{height:600px;background-position:center;background-size:cover;background-attachment:fixed}}@media screen and (min-width: 1200px){.parallax{max-height:800px}.text-container{width:60%}}@media print{@page{size:A4;margin:10mm}app-navbar{display:none}}
