@charset "utf-8";

/** round profile image medium **/
.userimage-md {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/** round profile image medium **/
.userimage-xs {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

a {
  color: inherit;
}

body {
  font-family: Helvetica Neue, Helvetica, -apple-system, Segoe UI, Arial, sans-serif;
  color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #c64e00;
  border-color: #c64e00;
}
.btn-primary:hover {
  color: #fff;
  background-color: #692a00;
  border-color: #692a00;
}

.cardlink {
  text-decoration: none;
}
.content-box {
  border: rgb(221, 221, 221) 1px solid;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.content-box a {
  text-decoration:underline;
}

.content-box-news {
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.content-box-news a {
  text-decoration:underline;
}

.positive-text {
  color: white;
  margin: 20px 0px;
}

.positive-text span {
  background-color: #333;
  padding: 10px;
  border-radius: 6px;
}

.accordion-button.collapsed {
  background: #333;
  color: #fff;
}

.accordion-header {
  background: rgb(255, 255, 255);
}

.accordion-button {
  background: rgb(255, 255, 255);
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

* {
  border-radius: 0 !important;
}



/* Start Resizing Region Image Boxes */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* .row {
  display: flex;
  justify-content: space-between;
} */

.square {
  height: 0;
}

.square-25 {
  width: 25%;
  padding-bottom: 25%;
}

.square-33 {
  width: 33.333333%;
  padding-bottom: 33.333333%;
}

.square-50 {
  width: 50%;
  padding-bottom: 50%;
}

.square-100 {
  width: 100%;
  padding-bottom: 100%;
}

// Styling
.square {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #eee;
}

.grid {
  display: block;
  padding: 0;
  margin: 0 -6px 12px;
  text-align: left;
  font-size: 0;
}

.grid-cell {
  display: inline-block;
  margin: 0;
  padding: 0 6px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
}

.grid-25 {
  width: 25%;
}

.grid-33 {
  width: 33.333333%;
}

.grid-50 {
  width: 50%;
}

/* // Styles that are specific to this demo
body {
  background: #353B6E;
  padding: 5%;
  font-size: 0;
} */

.square {
  overflow: hidden;
  border-radius: 8px;
  background-size: cover;
  box-shadow: 0 3px 12px rgba(#252243, .9);
}

.one {
  background-image: url(../images/regions/okanagan.png);
}

.two {
  background-image: url(../images/regions/vancouver.png);
}

.three {
  background-image: url(../images/regions/kootenays.png);
}

.four {
  background-image: url(../images/regions/okanagan.png);
}

.four {
  background-image: url(../images/regions/beginner.png);
}

.five {
  background-image: url(../images/regions/intermediate.png);
}

.six {
  background-image: url(../images/regions/advanced.png);
}

.seven {
  background-image: url(../images/regions/chipping.png);
}

.eight {
  background-image: url(../images/regions/irons.png);
}

.nine {
  background-image: url(../images/regions/bunker.png);
}

.ten {
  background-image: url(../images/regions/driving.png);
}

.eleven {
  background-image: url(../images/regions/putting.png);
}

.twelve {
  background-image: url(../images/regions/fundamentals.png);
}

.thirteen {
  background-image: url(../images/regions/vancouverIsland.png);
}

.fourteen {
  background-image: url(../images/regions/golfBall.png);
}


.title h2 {
    font-weight: 700;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black; */
  color: #fff;
  text-shadow: 0 0 5px #000000;
  /* text-shadow: 0 .5px rgba(black, .6); */
  color: #e0eff2;
  /* text-shadow: -2px 2px 0 #0a0e27; */
  text-align: center;
  padding: 10% 0 0 0;
}

/* End Resizing Region Image Boxes */


.mediaLinks a {
  text-decoration: none;
  color: black;
}