/* Columbia Group Styles */

body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}

.logo {
  height: 100px;
  width: 100%;
  max-width: 80%;
  background-image: url('../images/columbia-group-logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px 0 50px 0;
}

p,
.paragraph {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

address {
  font-style: normal;
}

a,
a:hover,
a:active,
a:visited {
  color: #0287ae !important;
  text-decoration: none;
}
