/* this file includes overrides to default bootstrap classes. */

.input-group-addon {
    background-color: #E7E7E7;
    border: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #888;
}

svg {
  max-height: 100%;
  fill: currentColor;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

body {
  height: 100%;
  background-color: inherit;
}

form {
  margin: 0;
}

::selection {
  background: #73D3AC; /* Safari */
  color: #fff;
}

::-moz-selection {
  background: #73D3AC; /* Firefox */
  color: #fff;
}

a {
  color: #0da7d7;
}

a:hover {
  color: #367da2;
  text-decoration: none;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 3px;
}

h1 {
  font-size: 2.333em;
  font-weight: 600;
}

h2 {
  font-size: 1.75em;
  font-weight: 600;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
}

h4 {
  font-size: 1.25em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  font-weight: 700;
}

p {
  line-height: 1.4em;
}

a:hover, a:focus {
  text-decoration: none;
}

p strong, b {
  font-weight: 700;
}

.btn {
  text-align: center;
}

a.link:visited {
  color: #551a8b;
}


.btn-link:hover {
  text-decoration: none;
}

.popover-title {
  background-color: #fff;
  border: 0;
}

.alert-danger {
  background-color: #FAACA3;
  color: #832E25;
}

.alert-danger a {
  color: #005E7B;
}

.alert-danger a:hover {
  color: #00475F;
}


hr {
  border-bottom: 1px solid #ccc;
}

.media-grid {
  margin: 0;
}

.media-grid li {
  display: inline-block;
}

.media-grid label {
  padding: 0;
}
