 #main_container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:80em;}#contact_container{display:flex;flex-direction:column;width:80%;height:35em;background-color:#f7f7f7;margin-top:3em;}#form{display:flex;margin:2em;flex-direction:column;justify-content:center;align-items:center;}#form > h3{font-size:.9em;}.form-text{display:block;text-align:center;margin:.5em;color:#01aead;font-family:"Roboto", Helvetica, sans-serif;}.inputs{border:0;border-bottom:2px solid #01aead;color:#01aead;background-color:#fff;width:50%;padding:.5em;font-family:"Roboto", Helvetica, sans-serif;transition:all 1000ms;}.inputs:hover{background-color:#9c9b9b;border-bottom:2px solid #01aead;color:#fff;}.inputs:focus{border:0;background-color:#5e5c5c;border-bottom:2px solid #01aead;outline:none;color:#fff;}.inputs:focus::selection{background-color:#01aead;}#message{resize:none;height:10em;}#send{height:2em;width:4em;margin-top:1em;border:0;background-color:#01aead;color:#fff;padding:.5em;font-size:1em;transition:all 500ms;}#send:hover{background-color:#115555;color:#fff;}#send:active{background-color:#081d1d;color:#635959;}#warnings{position:relative;color:#01aead;margin-top:1.5em;font-size:1em;}#map_container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:5em;height:35em;width:100%;background-image:url("../../assets/images/white-map.webp");background-attachment:fixed;background-size:cover;font-family:"Roboto", Helvetica, sans-serif;overflow:hidden;}#text_container{width:100%;height:15em;}#text_container > h1{text-align:center;}.map-text{color:#081d1d;text-shadow:1px 1px 1px #01aead;font-size:.1em;margin:3em;}p > span{text-decoration:underline;}.text-links_maps{color:#01aead;}.text-links_maps:hover{color:#635959;}#map_container > iframe{margin-top:10em;height:5em;width:80%;}@media screen and (min-width:200px){.inputs{width:90%;}#form > h3{font-size:.9em;}#send{height:3em;width:6em;}.map-text{margin:.5em;}#text_container > h1{font-size:1.5em;}#text_container > p{font-size:1em;}#map_container > iframe{height:10em;margin-top:7em;}}@media screen and (min-width:320px){#contact_container{height:30em;}#warnings{font-size:1.2em;}#text_container > h1{font-size:1.5em;}.map-text{margin:.5em 1.5em;}#map_container > iframe{margin-top:4em;height:10em;}}@media screen and (min-width:375px){#contact_container{height:40em;}#form > h3{font-size:1.5em;}#form > label{font-size:1.4em;}#send{margin-top:3em;}#warnings{margin-top:2em;font-size:1.4em;}}@media screen and (min-width:450px){#warnings{margin-top:3.3em;}#map_container{flex-direction:row;}#map_container > iframe{margin:0em 1em 0 1em;height:8em;width:12em;}#text_container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:50%;height:100%;margin:1em;}#text_container > h1{font-size:1.7em;}#text_container > p{font-size:.9em;margin-top:1em;}.map-text{margin:0em;}}@media screen and (min-width:768px){#contact_container{height:40em;}.inputs{width:80%;}#form > h3{font-size:2.5em;}#form > label{font-size:1.7em;}#send{height:4em;width:8em;margin-top:2em;}#warnings{margin-top:1.3em;}#map_container > iframe{height:15em;width:25em;}#text_container > h1{font-size:3em;}#text_container > p{font-size:1.3em;margin-top:1em;}.map-text{margin:0em;}}@media screen and (min-width:1280px){#contact_container{height:40em;}.inputs{width:50%;}#form > h3{font-size:2.5em;}#form > label{font-size:1.7em;}#send{height:4em;width:8em;margin-top:2em;}#warnings{margin-top:1.3em;font-size:1.5em;}#map_container > iframe{height:15em;width:30em;}#text_container{margin-right:5em;}#text_container > h1{font-size:3.5em;}#text_container > p{font-size:1.4em;}.map-text{margin:0em;}}