.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.section-title {
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    background: #353535;
}

.section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}
.group {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: #f1f1f1;
}

.group .group-img {
    position: relative;
    font-size: 0;
    border-radius: 12px 12px 0 0;
}

.group .group-img img {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0;
}

.group .group-social {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.group:hover .group-social {
    opacity: 1;
}

.group .group-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 12px;
    transition: all .3s;
    margin-top: 50px;
}

.group .group-social a.social-tw {
    background: #00acee;
}

.group .group-social a.social-fb {
    background: #3b5998;
}

.group .group-social a.social-li {
    background: #0e76a8;
}

.group .group-social a.social-in {
    background: #3f729b;
}

.group .group-social a.social-yt {
    background: #c4302b;
}

.group .group-social a:last-child {
    margin-right: 0;
}

.group:hover .group-social a {
    margin-top: 0;
}

.group .group-social a:hover {
    color: #222222;
    background: #ffffff;
}

.group .group-content {
    padding: 20px;
}

.group .group-content h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}

.group .group-content h3 {
    font-size: 16px;
    font-weight: 300;
}

.group .group-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.group .group-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#mySidebar {
    background: linear-gradient(-45deg, #2196F3, #2798f2, #bf21f3, #d1bef7);
    /* Video - background: linear-gradient(-45deg, #2196F3, #2798f2, #d1bef7, #8a21f3); */
    /* background: linear-gradient(-45deg, #2196F3, #2798f2, #d1bef7, #c1abed); */
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.menu-colour-background {
    background: linear-gradient(-45deg, #2196F3, #2798f2, #bf21f3, #d1bef7);
    /* Video - background: linear-gradient(-45deg, #2196F3, #2798f2, #d1bef7, #8a21f3); */
    /* background: linear-gradient(-45deg, #2196F3, #2798f2, #d1bef7, #c1abed); */
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.box-outline {
    border-radius: 12px;
}

.box-outline:hover {
    transition: 0.3s;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15);
}

.menu-box-outline {
    border-radius: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.menu-box-outline:hover {
    transition: 0.3s;
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.15);
    opacity:  1;
}

.model-outline {
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.container {
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container:after {
  background-color: #f2f2f2;
  content: "";
  height: 10px;
  position: absolute;
}

.container:hover {
  transform: scale(0.54);
}

.menu-bar-button{
    position: relative;
    top: -200px;
}

.container-inner {
    bottom: 0px;
    left: -100px;
    top: -360px;
    right: 0px;
  clip-path: path(
    "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
  );
  position: relative;
  transform-origin: 50%;
  min-width: fit-content;
}

.circle {
  background-color: #fee7d3;
  border-radius: 50%;
  cursor: pointer;
  height: 380px;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 210px;
  width: 380px;
  border: 8px solid whitesmoke;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.img {
  pointer-events: none;
  position: relative;
  transform: translateY(20px) scale(1.15);
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container:hover .img {
  transform: translateY(0) scale(1.2);
}

.img1 {
  left: -46px;
  top: 174px;
  width: 444px;
}

.divider {
  background-color: #ca6060;
  height: 1px;
  width: 160px;
}

.name {
  color: #404245;
  font-size: 36px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}

.centered-cards {
    text-align: center;
}

.nav-bar::-webkit-scrollbar {
    display: none;
}

.title {
  color: #6e6e6e;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}

.showcase-container {
  margin: 3em auto;
  max-width: 200px;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-img {
  position: relative;
}

@media (min-width: 1540px) {
  .featured-img img {
    border-radius: 1.2vw;
    width: 21vw;
    height: auto;
    display: block;
  }
}

@media (max-width: 1540px) {
  .featured-img img {
    border-radius: 1.2vw;
    width: 19vw;
    height: auto;
    display: block;
  }
}

.featured-img:hover:after {
  bottom: 0rem;
  right: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.featured-img:hover:before {
  top: 0rem;
  left: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.featured-img:before, .featured-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}

.featured-img:after {
  background: #c13a50;
  border-radius: 20px;
  bottom: 1.5vw;
  right: 1.5vw;
}

.featured-img:before {
  background: #ffeded;
  border-radius: 20px;
  top: 1.5vw;
  left: 1.5vw;
}

.crossways-img {
  position: relative;
}

@media (min-width: 1540px) {
  .crossways-img img {
    border-radius: 1.2vw;
    width: 21vw;
    height: auto;
    display: block;
  }
}

@media (max-width: 1540px) {
  .crossways-img img {
    border-radius: 1.2vw;
    width: 19vw;
    height: auto;
    display: block;
  }
}

.crossways-img:hover:after {
  bottom: 0rem;
  right: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.crossways-img:hover:before {
  top: 0rem;
  left: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.crossways-img:before, .crossways-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}

.crossways-img:after {
  background: #cf995b;
  border-radius: 20px;
  bottom: 1.5vw;
  right: 1.5vw;
}

.crossways-img:before {
  background: #070707;
  border-radius: 20px;
  top: 1.5vw;
  left: 1.5vw;
}

.league-img {
  position: relative;
}

@media (min-width: 1540px) {
  .league-img img {
    border-radius: 1.2vw;
    width: 21vw;
    height: auto;
    display: block;
  }
}

@media (max-width: 1540px) {
  .league-img img {
    border-radius: 1.2vw;
    width: 19vw;
    height: auto;
    display: block;
  }
}

.league-img:hover:after {
  bottom: 0rem;
  right: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.league-img:hover:before {
  top: 0rem;
  left: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.league-img:before, .league-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}

.league-img:after {
  background: #faebd7;
  border-radius: 20px;
  bottom: 1.5vw;
  right: 1.5vw;
}

.league-img:before {
  background: #440000;
  border-radius: 20px;
  top: 1.5vw;
  left: 1.5vw;
}

.blocks-img {
  position: relative;
}

@media (min-width: 1540px) {
  .blocks-img img {
    border-radius: 20px;
    width: 21vw;
    height: auto;
    display: block;
  }
}

@media (max-width: 1540px) {
  .blocks-img img {
    border-radius: 20px;
    width: 19vw;
    height: auto;
    display: block;
  }
}

.blocks-img:hover:after {
  bottom: 0rem;
  right: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.blocks-img:hover:before {
  top: 0rem;
  left: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.blocks-img:before, .blocks-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}

.blocks-img:after {
  background: #001f3f;
  border-radius: 20px;
  bottom: 1.5vw;
  right: 1.5vw;
}

.blocks-img:before {
  background: #dddddd;
  border-radius: 20px;
  top: 1.5vw;
  left: 1.5vw;
}

.wedding-img {
  position: relative;
}

@media (min-width: 1540px) {
  .wedding-img img {
    border-radius: 20px;
    width: 21vw;
    height: auto;
    display: block;
  }
}

@media (max-width: 1540px) {
  .wedding-img img {
    border-radius: 20px;
    width: 19vw;
    height: auto;
    display: block;
  }
}

.wedding-img:hover:after {
  bottom: 0rem;
  right: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.wedding-img:hover:before {
  top: 0rem;
  left: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.wedding-img:before, .wedding-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}

.wedding-img:after {
  background: #dcc8b4;
  border-radius: 20px;
  bottom: 1.5vw;
  right: 1.5vw;
}

.wedding-img:before {
  background: #dbbcf5;
  border-radius: 20px;
  top: 1.5vw;
  left: 1.5vw;
}

.cv-img {
  position: relative;
}

@media (min-width: 1540px) {
  .cv-img img {
    border-radius: 20px;
    width: 21vw;
    height: auto;
    display: block;
  }
}

@media (max-width: 1540px) {
  .cv-img img {
    border-radius: 20px;
    width: 19vw;
    height: auto;
    display: block;
  }
}

.cv-img:hover:after {
  bottom: 0rem;
  right: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.cv-img:hover:before {
  top: 0rem;
  left: 0rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.cv-img:before, .cv-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
}

.cv-img:after {
  background: #a6d5fa;
  border-radius: 20px;
  bottom: 1.5vw;
  right: 1.5vw;
}

.cv-img:before {
  background: #bf21f3;
  border-radius: 20px;
  top: 1.5vw;
  left: 1.5vw;
}