﻿/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}*/
h1 {
  color: #007580;
  font-weight: bold;
  padding: 25px;
  text-align: center;
}

.container-flex {
  margin-top: 25px;
}

.container-flex,
.container-flex-end {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.container-flex-end {
  justify-content: flex-end;
}

.container-section {
  border: 2px solid #a7dd40;
  border-radius: 0 30px 0 0;
  margin: 0 10px 0 10px;
}

.page-info {
  flex-grow: 1;
}
.page-info .page-sections .page-section {
  flex-grow: 1;
  margin-top: 0;
}
.page-info .page-sections .page-section .page-section-item {
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #a7dd40, white);
  flex-grow: 1;
  margin: 0 10px 20px 10px;
  padding: 15px;
}

@media (max-width: 640.98px) {
  .container-flex,
  .container-flex-end {
    flex-direction: column;
  }
}
@media (min-width: 641px) {
  .container-flex,
  .container-flex-end {
    flex-direction: row;
  }
}
