/*      SGR Engineering Ltd CSS stylesheet for Veloru.    */
/*      Unathorised use prohibited.                       */

*{ /* Ensure no margins or padding anywhere */
  margin:0px auto;
  padding:0px;
}
html {
  height:100%;
  margin:0px; /* top, left&right, bottom */
  padding:0;
}
body{ /*defaults for the whole document */
  height:100%;
  background:#ffffff;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  font-style:normal;
  color:#190056;
}
a img {border-width:0px;}

a.email:active, a.email:link, a.email:visited {
  text-decoration: none;
  color : #f46320; 
}
a.email:hover {
  text-decoration: underline; 
  color: #ed1b24; 
}
.logo {
  margin: 20px; 
  width:75%;
  max-width:800px;
}
p {
  font-size:22px;
}

