Skip to content
Snippets Groups Projects
main.css 655 B
body,html {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12;
  font-weight: 300;
  margin: 1%;
}

header {
  padding: 0px 10px 0px 10px;
  color: black;
}

h2 {
  margin: 0;
}

h5 {
  margin: 0;
}

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

a {
  color: #05566D;
  font-weight: normal;
}

a:hover {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

ul {
  margin: 20px 0px 20px 0px;
}

li {
  list-style: none;
  margin-left: -30px;
}

div.row{
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white ;
  padding-top: 10px;
}