﻿.calMain img {
  border-radius: 10px;
}

.calSide {
  width: 200px;
  margin: 1em;
}
img.img-scale {
    border-radius: 5px;
}
.calSide p {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.calLink:hover, .calLink:focus {
  text-decoration: none;
}

.calLink:hover h2, .calLink:focus h2 {
  text-decoration: underline;
  text-decoration-color: #9d0932;
}

.calLink:hover .panel__button--call, .calLink:focus .panel__button--call {
  border-color: #9d44b5;
}

.calLink:hover .panel__button--digital, .calLink:focus .panel__button--digital {
  border-color: #0E79B8;
}
.calLink:hover .panel__button--physical, .calLink:focus .panel__button--physical {
  border-color: #3a8368;
}

.panel__button--call:hover, .panel__button--call:focus {
  background: #9d44b5 !important;
}

.panel__button--digital:hover, .panel__button--digital:focus {
  background: #0E79B8 !important;
}

.panel__button--physical:hover, .panel__button--physical:focus {
  background: #3a8368 !important;
}

.calEvent {
  padding: 10px;
  width: 400px;
}

.calEvent p {
  color: black;
  font-weight: 300;
}

.calMain:after {
  content: "";
  display: table;
  clear: both;
}

.calMain {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .calMain {
    display: block;
  }
  .calEvent {
    width: auto;
  }
}

.panel-bg--light-grey {
    background-color: #eee;
    color: #000;
    margin-left: 1em;
}

.levelTwoB .panel--dd>.panel-inner, .levelTwoB .panel--fwtp>.panel-inner {
    padding: 1em;
}

.calLink .panel-bg--white {
    margin-top: 2em;
}

.panel--quote .panel-col--text, .panel--video .panel-col--text {
    min-height: unset;
}

.panel__body {
    font-weight: 300;
}

.panel-inner {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.year {
  text-align: center;
}

.year h3{
  margin: 0px;
    font-size: 3em;
    color: #949494;
}


.calEvent h2 {
    font-size: 1.5em;
    margin: 0;
}

.details-description {
    margin: 1rem 0;
    background: white;
    border-radius: 10px;
    padding: 20px;
}

.calButton {
  text-align: center;
  background: #9d0932;
  color: white;
  padding: 1em;
  border-radius: 10px;
  border: 3px solid #9d0932;
  width: 100%;
  max-width: 500px;
}

.panel__info {
  margin-top: 0px;
  font-weight: 600;
  padding: 5px;
  background-color: dimgrey;
  color: white;
  width: 100%;
  border-radius: 3px;
}

.panel__info--digital {
  background-color: #0E79B2;
}

.panel__info--physical {
  background-color: #3a8368;
}

.panel__info--call {
  background-color: #9D44B5;
}

      .iconflex-row {
        display: flex;

        align-items: center;
      }

      .iconitem {
        flex: 1;
        margin: 0 10px;
        padding: 10px;
        background-color: #fff;
        text-align: center;
        border: none;
        cursor: pointer;
        font-size: 1.5em;
      }

      .iconitem:focus {
        outline: none;
        box-shadow: 0 0 5px 2px #007bff;
      }

      .fa {
        font-size: 3em;
      }

@media only screen and (max-width: 600px) {

    .iconflex-row {
      flex-direction: column;
  }
}