/* Global */
@import url(//fonts.googleapis.com/css?family=Lato:300);

html,
body {
  font-size: 16px;
  height: 100%;
}

body {
  font-family:'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin: 0px;
  padding: 0px;
  padding-top: 25px;
  text-rendering: optimizeLegibility;
  min-width: 320px;
  color: #555555;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  position: relative;
  cursor: default;
}

body,
.ui.segment {
  background: rgb(245, 245, 245);
}

a:hover {
  cursor: pointer;
}

.masthead.segment {
  padding-bottom: 50px !important;
}

.ui.section.segment,
.ui.section.header {
  margin-left: 10%;
  margin-right: 10%;
}

.ui.label, .ui.button {
  font-family: 'Helvetica', 'Arial', sans-serif;
}

a.icon {
  text-decoration: none !important;
}

h1.ui.header {
  font-size: 2.5rem !important;
  color: black;
}

h1.ui.header > .ui.sub.header {
  font-size: 2.0rem !important;
}

img.ui.full.image {
  width: 100%;
}

.separator {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.3;
  font-size: 125%;
}

div.modal {
  min-width: 500px;
  max-width: 500px;
}

.form-inform textarea {
  min-height: 6em !important;
  max-height: 6em !important;
  height: 6em !important;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.headers p {
  font-weight: bold;
}

