@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

/* ==================================================================================================== */
/* General document settings */
/* ==================================================================================================== */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  font-family: century gothic, trebuchet ms;
  font-family: 'Nunito Sans', trebuchet ms;
  font-size: 18px;
}
button {
  font-family: century gothic, trebuchet ms;
  font-family: 'Nunito Sans', trebuchet ms;
}

button:focus {
  outline: 0;
}

/* Vertically aligns elements within div */
a1 {
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
}

/* Dropdown menu */
select {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: blue;
  font-weight: bold;
}
a:hover {
  color: #0055ff;
}

/* ==================================================================================================== */
/*  */
/* ==================================================================================================== */
