@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.tagline
{     font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
  font-size:1.5em;
}
.logo
{     font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  line-height: 90%;
  font-size:6em;
}
.logo2
{     font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 90%;	
  font-size:6em;
}
.error-tagline 
{     font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
  font-size:3em;
}
.error
{ margin-left: 1em;
margin-right: 1em;
font-size:1.25rem;
 
}
