.normally-hidden {
  display: none !important;
}

.hide-on-desktop {
  display: none !important;
}

.no-line-break {
  white-space: nowrap;
}

.wrapper {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.copyright-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.mg-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mg-link:hover {
  color: #0a14ff;
}

.footer {
  background-color: #222;
}

.footer-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-section .text-span-4{
  margin-left: 10px;
}
.footer-section a{
  text-decoration: none;
}
.social-media-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h6 {
  font-family: Lato, sans-serif;
  color: #c7c7c7;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.fontawesome {
  margin-left: 15px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #c7c7c7;
  font-size: 22px;
  text-transform: uppercase;
}

.fontawesome:hover {
  color: #fff;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link {
  margin-right: 0px;
  margin-left: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #e0e0e0;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.events-block {
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.gold-text {
  color: #a7824e;
}

.slider {
  display: block;
  width: 80%;
  height: 550px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 13px 0 rgba(71, 71, 71, .76);
}

.right-arrow {
  top: 0px;
  right: -80px;
  bottom: 0px;
}

.icon {
  color: #5d5d5d;
}

.icon-2 {
  color: #5d5d5d;
}
.text-block-2{
  text-align: center;
  padding-top: 10px;
  display: block;
}
.left-arrow {
  left: -79px;
  top: 0px;
  bottom: 0px;
}

.slide {
  background-color: #fff;
}

.event-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.row {
  height: 100%;
}

.column {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: -45px;
}

.event-photo {
  height: 100%;
}

.event-photo.a {
  background-image: url('../images/Family_Festival_Collage_V1_Homepage.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.event-photo.b {
  background-image: url('../images/Centennial_Gala_Collage_V1_Homepage.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.event-photo.d {
  background-image: url('../images/Breakfast_Collage_V1_Homepage.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.event-photo.c {
  background-image: url('../images/stock-photo-diversity-group-of-people-meet-up-party-concept-387029653.jpg');
  background-position: 0px 0px;
  background-size: 750px;
}

.event-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 40px;
}

.event-h3 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.event-date-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 40px;
  margin-bottom: 45px;
  margin-left: 40px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  border-bottom: 1px solid rgba(93, 93, 93, .5);
  padding-bottom: 2px;
}
.call-us{
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}

.text.contact {
  margin-right: 34px;
  font-size: 18px;
  font-weight: 700;
}

.read-more-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #a7824e;
  font-size: 18px;
  text-decoration: none;
}

.read-more-link:hover {
  color: #000;
}

.date-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #bebebe;
  font-size: 16px;
  line-height: 25px;
}

.arrow-icon {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 16px;
  padding-left: 10px;
}
.instacard{
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: transform 600ms;
}
.instacard:hover{
  outline: 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.slide-2 {
  background-color: #fff;
}

.slide-3 {
  background-color: #fff;
}

.header-div {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 39px;
  margin-left: auto;
}

.header-div.right{
  right: 0px;
  position: absolute;
  z-index: -2;
}

.title-text {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, .15);
  font-size: 200px;
  font-weight: 900;
}

.title-text.right {
  text-align: right;
}

.hero-image {
  height: 675px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/.hero-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/hero-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.footer-section {
  border-top: 6px solid #b48c54;
  background-color: #222;
}

.copyright-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid dimgrey;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.sm-container{
  max-width: 850px;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.clear:after {
    clear: both;
}
.twitter-container{
  max-width: 340px;
  height: 500px;
  display: block;
  float: right;
  width: 100%;
}
.fb-page{
  float: left;
  display: block;
}
.text-block {
  font-family: Lato, sans-serif;
  color: #b1b1b1;
}

.media-genesis-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #b1b1b1;
  text-decoration: none;
}

.media-genesis-link:hover {
  color: #fff;
}

.footer-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright-links {
  font-family: Lato, sans-serif;
  color: #b1b1b1;
}

.footer-link-2 {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #b1b1b1;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

.footer-div {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-address-text {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 300;
}

.text-span-3 {
  color: #2ea8fa;
}

.twitter-text {
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.twitter-h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.image-4 {
  margin-right: 10px;
}

.twitter-text-block {
  height: 250px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 3px none #00a79d;
}

.twitter-handle-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.twitter-text-time-stamp {
  font-family: 'Open Sans', sans-serif;
  color: #c2bebe;
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  font-weight: 400;
}

.twitter-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.twitter-feed-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-text {
  margin-top: 12px;
  font-family: Lato, sans-serif;
  color: #bebebe;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.footer-location-span {
  color: #b48c54;
  font-weight: 400;
}

.instagram-block {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.text-span-4 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #5d5d5d;
}

.follow-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.follow-link:hover {
  color: #a7824e;
}

.follow-link-div {
  font-family: Lato, sans-serif;
  color: #a7824e;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.instagram-row {
  margin-top: 25px;
}

.instagram-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.twitter-text-block-2 {
  height: 250px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 2px solid #bebebe;
}

.user-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.media-image {
  position: relative;
  overflow: hidden;
  width: 325px;
  height: 400px;
  background-image: url('../images/Antonio-Centennial.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.media-image.b {
  background-image: url('../images/Antonio-Centennial.jpg');
}

.media-image.b {
  background-image: url('../images/Brice-Centennial.jpg');
}
.media-image.c {
  background-image: url('../images/Karla-Centennial.jpg');
}
.media-image.d {
  background-image: url('../images/James-H-Cole-Centennial-Release-1.8.19-Image.jpg');
}

.instagram-card {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  /* background-image: url('../images/image-1.png'); */
  background-image: url('../images/IMG_20190906_222452_619.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.instagram-card.b {
  /* background-image: url('../images/image-2.png'); */
  background-image: url('../images/IMG_20190906_222445_657.jpg');
}

.instagram-card.c {
  /* background-image: url('../images/4-Generations.png'); */
  background-image: url('../images/IMG_20190906_222438_528.jpg');
}

/* .instagram-card.d {
  background-image: url('../images/JHC-100YrsLogo.png');
  background-size: cover;
} */
.fb-tw-header{
  width: 100%;
}
.fb-tw-header h2{
  display: inline-block;
  margin-right: 25px;
}
.instagram-user-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-linear-gradient(90deg, #000 37%, rgba(32, 46, 56, 0));
  background-image: linear-gradient(0deg, #000 37%, rgba(32, 46, 56, 0));
}

.instagram-user-text {
  margin-right: 7px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 30px;
}

.instagram-column-2 {
  position: static;
  display: inline-block;
  width: 285px;
  margin-left: 20px;
  margin-right: 20px;
}

.instagram-row-2 {
  margin-bottom: 24px;
  text-align: center;
}

.user-name {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.heart {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 18px;
}

.about-us-block {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.about-us-row {
  margin-top: 50px;
}

.about-us-image-div {
  height: 452px;
  background-image: url('../images/About Us_cole100_homepage.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.about-us-content-div {
  width: 85%;
}

.h3 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
}

.text-copy {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 33px;
}

.history-block {
  padding-top: 75px;
  padding-right: 0px;
  padding-bottom: 75px;
  position: relative;
}

.history-row {
  margin-top: 50px;
}

.history-content-div {
  width: 85%;
}

.history-image-div,
.history-video-div {
  width: auto;
  height: 375px;
}

.history-image-div {
  background-image: url('../images/OurHistory_cole100_homepage.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.history-video {
  width: 100%;
  height: 100%;
}

.contact-section {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #b48c54;
}

.contact-block {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 110px;
}

.form-block {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-butto {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #000;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.submit-butto:hover {
  border: 2px solid #000;
  background-color: #a7824e;
  color: #000;
}

.contact-header-div {
  width: 25%;
}

.text-field {
  width: 27%;
  margin-top: 3px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-h4 {
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 90%;
  position: relative;
  bottom: 40px;
}

.contact-h4.sub {
  font-size: 20px;
  font-weight: 400;
}

.mobile-nav {
  padding-top: 10px;
  background-color: transparent;
}

.mobile-nav-link {
  margin-top: 5px;
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.mobile-nav-link:hover {
  background-color: #b48c54;
}

.desktop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button {
  width: 138px;
  margin-left: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.nav-button:hover {
  background-color: #b48c54;
}

.footer-moblie-contact-landscape {
  margin-top: 12px;
  font-family: Lato, sans-serif;
  color: #bebebe;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.footer-moblie-contact-vertical {
  margin-top: 12px;
  font-family: Lato, sans-serif;
  color: #bebebe;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centennial-logo {
  margin-top: 50px;
}

.cta {
  margin-top: 19px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #000;
  color: #fff;
}

.twitter-block {
  padding-top: 74px;
  padding-bottom: 50px;
  position: relative;
}

.facebook-block {
  padding-top: 74px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.facebook-block .heading,
.instagram-block .heading,
.twitter-block .heading{
    margin-bottom: 50px;
}
.event-info-button {
  width: auto;
  margin-top: 35px;
  margin-left: 10px;
  padding-right: 43px;
  padding-left: 43px;
  border: 1px solid #fff;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.event-info-button:hover {
  background-color: #b48c54;
}

.interior-nav {
  border-bottom: 5px solid #b48c54;
  background-color: #222;
}

.bread-crumbs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.breadcrumb-text {
  font-family: Lato, sans-serif;
  color: #c7c7c7;
  text-transform: uppercase;
}

.home-link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #c7c7c7;
  text-decoration: none;
}

.home-link:hover {
  color: #5d5d5d;
}

.interior-hero-image-block {
  height: 350px;
  margin-top: 20px;
  margin-bottom: 70px;
  background-image: url('../images/Screen-Shot-2018-05-07-at-11.12.22-AM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.interior-content-block {
  display: block;
  width: 90%;
  margin: 20px auto 60px;
}

.contact-row {
  margin-top: 40px;
  margin-bottom: 0px;
}

.contact-div {
  margin-bottom: 50px;
}

.contact-h5 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #b48c54;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.contact-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.contact-form-block {
  margin-left: 30px;
}

.column-3 {
  border-right: 1px none #bebebe;
}

.submit-button {
  border: 1px solid #000;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-button:hover {
  border-width: 2px;
  background-color: #fff;
  color: #000;
}

.form-field {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.form-field.message-field {
  height: 185px;
}

.label {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.column-4 {
  border-left: 1px solid #bebebe;
}

.event-card {
  display: block;
  width: 95%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.event-photo-div {
  height: 365px;
}

.event-photo-div.media-page {
  height: auto;
}

.event-photo-div.a {
  height: 465px;
  background-image: url('../images/Family_Festival_Collage_V1_Event.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.event-photo-div.b {
  background-image: url('../images/Centennial_Gala_Collage_V1_Event.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.event-photo-div.d {
  background-image: url('../images/Breakfast_Collage_V1_Event.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.event-photo-div.e {
  background-image: url('../images/James-H-Cole-Centennial-Release-Cropped.jpg');
  background-size: cover;
}


.event-content-block {
  display: block;
  width: 100%;
  margin: 60px auto;
  margin-top: 110px;
}

.event-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bebebe;
}

.event-date {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #bebebe;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.event-title {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.event-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.contact-us-button {
  margin-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #000;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.contact-us-button:hover {
  background-color: #fff;
  color: #000;
}

html.w-mod-js *[data-ix="instagram-user"] {
  opacity: 0;
  -webkit-transform: translate(0px, 57px);
  -ms-transform: translate(0px, 57px);
  transform: translate(0px, 57px);
}

.flickr-slideshow {
  margin-top: 30px;
}

.inline-image {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}

.box-images-container {
  margin-top: 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-image-item {
  width: 23%;
  margin: 0.5%;
}

.box-image {
  width: 100%;
  height: 350px;
  padding: 17px;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  position: relative;
}

@media (max-width: 1023px) {
  .instagram-row-2 {

  }

  .instagram-column-2 {
    width: 175px;
  }

  .instagram-card {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 991px) {
  .footer-block {
    padding-right: 22px;
    padding-left: 22px;
  }
  .event-content {
    padding-top: 20px;
  }
  .title-text {
    font-size: 230px;
  }
  .title-text.right {
    font-size: 194px;
  }
  .hero-image {
    height: 646px;
  }
  .copyright-div {
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-contact-text {
    padding-right: 96px;
    padding-left: 96px;
    font-size: 18px;
  }
  .instagram-block {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    text-align: center;
  }
  .instagram-card {
    width: 200px;
    height: 200px;
  }
  .instagram-user-text {
    font-size: 20px;
  }
  .user-name {
    font-size: 14px;
  }
  .heart {
    font-size: 14px;
  }
  .about-us-row {
    margin-right: 12px;
    margin-left: 12px;
  }
  .about-us-image-div {
    background-position: 50% 50%;
  }
  .text-copy {
    font-size: 16px;
    line-height: 28px;
  }
  .history-row {
    margin-right: 12px;
    margin-left: 12px;
  }
  .form-block {
    margin-right: 25px;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form {
    width: 94%;
  }
  .contact-header-div {
    width: 100%;
  }
  .icon-3 {
    color: #fff;
  }
  .nav-menu {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #000;
  }
  .footer-moblie-contact-landscape {
    padding-right: 96px;
    padding-left: 96px;
    font-size: 18px;
  }
  .wrapper.mobile-int{
    overflow: visible;
  }
  .footer-moblie-contact-vertical {
    padding-right: 96px;
    padding-left: 96px;
    font-size: 18px;
  }
  .twitter-block {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    position: relative;
    text-align: center;
  }
  .facebook-block {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .bread-crumbs {
    margin-right: 15px;
    margin-left: 15px;
  }
  .interior-hero-image-block {
    margin-bottom: 50px;
  }
  .contact-h4 {
    position: inherit;
  }
  .contact-h5 {
    line-height: 23px;
  }
  .contact-text {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .hide-on-desktop {
    display: inherit !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .mobile-follow-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mobile-follow-block .follow-link-div {
    line-height: 1.5em;
    padding-left: 15px;
    text-align: left;
  }
  .footer-block {
    padding-right: 8px;
    padding-left: 8px;
  }
  .social-media-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h6 {
    margin-bottom: 8px;
  }
  .footer-link-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  iframe .timeline-Widget{
    margin: 0 auto;
  }
  .slider {
    width: 88%;
    height: 676px;
  }
  .right-arrow {
    right: -58px;
  }
  .left-arrow {
    left: -58px;
  }
  .column {
    height: 40%;
  }
  .event-content {
    height: 60%;
    padding-top: 0px;
  }
  .title-text {
    font-size: 171px;
  }
  .title-text.right {
    font-size: 147px;
  }
  .hero-image {
    height: 520px;
  }
  .footer-contact-text {
    padding-right: 21px;
    padding-left: 21px;
  }
  .instagram-row-2 {
    display: none;
  }
  .about-us-block {
    padding-bottom: 0px;
  }
  .about-us-content-div {
    width: 100%;
    margin-bottom: 20px;
  }
  .history-content-div {
    width: 100%;
    margin-top: 13px;
  }
  .contact-section {
    padding-bottom: 164px;
  }
  .contact-form {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field {
    width: 90%;
  }
  .mobile-nav-link {
    margin-right: 15px;
  }
  .footer-moblie-contact-landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-moblie-contact-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centennial-logo {
    margin-top: 32px;
  }
  .interior-hero-image-block {
    height: 250px;
  }
  .contact-form-block {
    margin-left: 0px;
  }
  .column-4 {
    border-left-style: none;
  }
  .event-photo-div.a {
    height: 250px;
  }
  .event-photo-div.b {
    height: 250px;
  }
  .event-title {
    line-height: 31px;
  }
  .event-text {
    width: 85%;
  }

  .box-images-container {
    margin-top: 5px;
    display: block;
  }

  .box-image-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .box-image {
    width: 235px;
    height: 350px;
  }

  .history-video-div {
    height: 375px;
  }
}

@media (max-width: 599px) {
  .event-photo-div.media-page {
    display: none;
  }
}

@media (max-width: 479px) {
  .footer-block {
    padding-right: 6px;
    padding-left: 6px;
  }
  .heading {
    font-size: 26px;
  }
  .right-arrow {
    right: -55px;
  }
  .left-arrow {
    left: -55px;
  }
  .column {
    height: 30%;
  }
  .event-content {
    height: 67%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .event-h3 {
    font-size: 20px;
  }
  .text {
    font-size: 14px;
    line-height: 23px;
  }
  .title-text {
    font-size: 98px;
  }
  .twitter-container{
    float: none;
    margin: 0 auto;
  }
  .title-text.right {
    font-size: 81px;
  }
  .twitter-feed-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-contact-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .submit-butto{
    margin-left: 0px;
  }
  .instagram-block {
    padding-top: 35px;
    padding-bottom: 0px;
    padding-left: 5px;
  }
  .text-copy {
    font-size: 14px;
    line-height: 23px;
  }
  .history-block {
    padding-top: 35px;
  }
  .contact-section {
    padding-bottom: 15px;
    height: 500px;
  }
  .contact-header-div {
    width: 85%;
    margin-bottom: 18px;
  }
  .footer-moblie-contact-landscape {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
  }
  .footer-moblie-contact-vertical {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
  }
  .twitter-block {
    padding-top: 35px;
    padding-bottom: 0px;
    padding-left: 5px;
  }
  .facebook-block {
    padding-top: 35px;
    padding-bottom: 0px;
    padding-left: 5px;
  }
  .event-photo-div.a {
    height: 175px;
  }
  .event-photo-div.b {
    height: 175px;
  }
  .event-content-div {
    margin-bottom: 65px;
    padding-bottom: 60px;
  }
  .event-title {
    font-size: 24px;
  }
  .event-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
