@media screen and (min-width:500px){.nav__nav-bar-icon{display:none}}.link{text-decoration:none;color:#fff;outline:none}.nav{width:100%;height:100px;display:flex;background-color:var(--primary-color);align-items:center;padding:10px}.nav__nav-link-logo{width:-webkit-min-content;width:-moz-min-content;width:min-content;height:100%}.nav__nav-logo{height:100%;object-fit:contain}.nav__text-and-icon{width:inherit;display:flex;justify-content:flex-end}.nav__text{padding:10px;margin:0 5px;background-color:var(--faded-primary-color)}.icon{margin:0 2px}@media screen and (max-width:500px){.nav{position:relative;padding-left:0;padding-right:0;justify-content:space-between;z-index:99999}.nav__nav-link-logo{margin-left:10px}.nav__nav-bar-icon{margin-right:10px;font-size:25px;background:transparent;border:none;outline:none}.nav__nav-bar-icon:hover{cursor:pointer}.nav__text-and-icon{width:100%;position:absolute;top:100px;flex-direction:column;background-color:rgba(181,27,219,.9);-webkit-animation:slidedown .4s ease-in-out;animation:slidedown .4s ease-in-out}@-webkit-keyframes slidedown{0%{top:0;opacity:.0001}to{top:100px;opacity:1}}@keyframes slidedown{0%{top:0;opacity:.0001}to{top:100px;opacity:1}}.nav__text{width:100%;margin-left:0}}.action-field{display:flex;margin:0 0 15px;width:100%;flex-direction:column}.progress__load{display:block;height:10px;background-color:#fa4c4c;width:0;-webkit-transition:.4s;transition:.4s}.form{height:-webkit-min-content;height:-moz-min-content;height:min-content;margin:auto;display:flex;justify-content:space-between}.form__formcontrol{width:40%}.form__search-button,.form__search-field{padding:3px}.form__search-field{width:50%;border:thin solid #000;border-right-style:none;border-top-left-radius:10px;border-bottom-left-radius:10px;padding-left:10px;margin-left:1em;outline:none}.form__search-button{background:transparent;color:var(--primary-color);border:thin solid #000;border-left-style:none;font-size:25px;-webkit-transition:.4s;transition:.4s;border-top-right-radius:10px;border-bottom-right-radius:10px;outline:none;width:20%}.form__search-button:hover{cursor:pointer;background-color:var(--primary-color);color:#fff;padding-left:7px;padding-right:7px}@media screen and (min-width:800px){.form{width:80%}}@media screen and (max-width:799px){.form{width:70%}}@media screen and (max-width:500px){.form{width:90%}}.each-school{display:flex;flex-direction:row;height:-webkit-min-content;height:-moz-min-content;height:min-content;justify-content:space-around;align-items:center;margin:auto auto 3em;background:-webkit-gradient(linear,right top,left top,from(#fa4c4c),to(#fa4f4f));background:linear-gradient(270deg,#fa4c4c,#fa4f4f);border-radius:10px;padding:10px 0;text-decoration:none;color:#fff}.each-school:hover{cursor:pointer}.each-school__image{width:200px;object-fit:cover}.each-school__description{display:flex;flex-direction:column;width:50%}.list{list-style-type:none}@media screen and (min-width:800px){.each-school{width:70%}}@media screen and (max-width:799px){.each-school{width:90%}}@media screen and (max-width:600px){.each-school{flex-direction:column}}.school_details--text-image{display:grid;grid-template-columns:auto auto;grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;padding:40px 20px;align-content:center}.school__details{padding-left:10px;padding-right:10px}.school__details-address{display:grid;grid-template-rows:auto;grid-row-gap:10px;row-gap:10px}@media screen and (max-width:800px){.school_details--text-image{grid-template-rows:auto auto;grid-template-columns:none;justify-content:center;grid-row-gap:20px;row-gap:20px}.school__image--mod{display:grid;justify-content:center}}.contact-container{height:300px;justify-content:center;background:-webkit-gradient(linear,right top,left top,from(#fa4c4c),to(#fa4f4f));background:linear-gradient(270deg,#fa4c4c,#fa4f4f)}.contact-container,.contact-me{display:flex;align-items:center}.contact-me{height:250px;width:70%;margin:auto;border-radius:10px;background-color:#e92b2b;position:relative}.contact-me__text{position:absolute;top:-23px;margin:0;font-size:40px;color:#fff}.contact-me__form{display:flex;width:100%;justify-content:space-around}.form__input{display:flex;flex-direction:column;margin-bottom:10px}.form__input-field{padding-left:3px}.form__input-label{margin-bottom:7px;color:#fff}.form__personal-details,.form__textarea{width:45%}.textarea-field{width:100%;height:90px;padding-left:5px;padding-top:5px}.form__button{position:absolute;bottom:-17px;border-style:none;border-radius:10px;height:35px;width:20%;color:#fff;background-color:var(--primary-color);-webkit-transition-duration:.4s;transition-duration:.4s}.form__button:hover{cursor:pointer;background-color:#fff;color:#e92b2b}@media screen and (max-width:800px){.contact-me{height:350px}.contact-me__form{flex-wrap:wrap}.form__personal-details,.form__textarea{width:80%}.form__button{width:40%}}@media screen and (max-width:500px){.contact-me{width:90%}.contact-me__text{font-size:30px;top:-18px}}.footer{width:100%;text-align:center;height:60px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.footer__text{margin:0}.portfolio-link{color:#fff}:root{--primary-color:#b51bdb;--faded-primary-color:rgba(214,131,235,0.3)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.5c11afcc.chunk.css.map */