/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|
 	
 	Stylesheet
 		
 */
@font-face {
  font-family: 'TheklaExtended';
  src: local("TheklaExtended"), url("fonts/TheklaExtended.woff2") format("woff2"), url("fonts/TheklaExtended.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

.row_main {
  height: 100vh;
  align-items: center; }

h1, h2, h3, h4, h5, h6 {
  color: #003da6;
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

p, a {
  color: #a1a9ac; }

body {
  font-family: 'TheklaExtended', sans-serif; }

/*# sourceMappingURL=css.css.map */