*, *:before, *:after {
    box-sizing: inherit;
}
html {
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

body {
    margin: 0;
    /* 
    background-image: url(IMG_5987.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    */
}

.tag {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.margin {margin: 16px;}

.round {border-radius: 4px;}
.border {border: 1px solid #ccc;}

.black {background-color: #1c1c1c;}
.white {background-color: #fffafa;}

.black-text {color: #1c1c1c;}
.white-text {color: #fffafa;}

.large-text {font-size: 18px;}

.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-container {
  text-align: center;
  width: 100%;
}

.links-container {
  display: flex;
  flex-direction: column;
  jusify-content: center;
  align-items: center;
}

.link {
  min-width: 50%;
  margin-bottom: 10px;
}

@media (min-width: 1200px) .container {
  max-width: 1140px;
}
@media (min-width: 992px) .container {
  max-width: 960px;
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
  }

.link {
    width: 100%;
  }
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
  }
}

.purple, .hover-purple:hover {
    color: #fff !important;
    background-color: rgba(156, 39, 176, 0.6) !important;
}

.pink, .hover-pink:hover {
    color: #fff !important;
    background-color: hsl(12, 85%, 58%) !important;
}

.spacer {height: 50px;}
.sections {margin: 10px 0 10px 0;}