/*
Structure
================================
The variables define the widths for the different viewports.

**Structure**<br/>
`$phoneLandscapeViewportWidth` - viewport phone-landscape width *(default: 480px)*<br/>
`$tabletViewportWidth` - viewport tablet width *(default: 768px)*<br/>
`$tabletLandscapeViewportWidth` - viewport tablet-landscape width *(default: 1024px)*<br/>
`$desktopViewportWidth` - viewport desktop width *(default: 1260px)*<br/>
*/
/*
//ab 480px
@media screen and (min-width: $phoneLandscapeViewportWidth) {}

//ab 768px
@media screen and (min-width: $tabletViewportWidth) {}

//ab 1024px
@media screen and (min-width: $tabletLandscapeViewportWidth) {  }

//ab 1260px
@media screen and (min-width: $desktopViewportWidth) {}
*/
.video-flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.video-wrapper {
  max-width: 544px;
  width: 100%;
  height: 306px;
  background-color: #ccc;
  margin: 25px auto; }

.news-wrapper {
  margin: 30px 0;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .news-wrapper .description {
    font-size: 19px; }

.button-wrapper {
  margin-top: 50px; }

body {
  margin: 0; }

header {
  padding: 20px 0;
  margin-bottom: 60px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #ccc;
  text-align: center; }
  header img {
    width: 70%;
    max-width: 417px;
    height: auto; }

footer {
  margin-top: 60px;
  border-top: 1px solid #ccc; }
  footer h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px; }
  footer .flexbox-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    footer .flexbox-wrap .footer-logo {
      text-align: center;
      width: 100%;
      margin: 25px 0; }
      footer .flexbox-wrap .footer-logo:first-child {
        margin-left: 0; }
      footer .flexbox-wrap .footer-logo:last-child {
        margin-right: 0; }
      footer .flexbox-wrap .footer-logo.tierpark img {
        max-width: 150px; }
      footer .flexbox-wrap .footer-logo img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto; }
  footer .bottom-bar {
    height: 50px;
    margin-top: 60px;
    line-height: 50px;
    background-color: #EFEFEF;
    border-bottom: 4px solid #45c4fe; }

@media screen and (min-width: 64em) {
  footer .flexbox-wrap .footer-logo {
    width: 250px; } }
@media screen and (min-width: 78.75em) {
  footer .flexbox-wrap .footer-logo {
    width: 300px; } }
h1, h2, h3, h4, h5, h6 {
  color: #45c4fe; }

a, a:hover {
  color: #45c4fe; }

.btn-primary {
  color: #fff;
  background-color: #45c4fe;
  border-color: #2cbcfe; }

/*# sourceMappingURL=all.css.map */
