.hero-section {
  color: #fff;
}

.hero-section.hide {
  display: none;
}

.video-back {
  min-height: 678px; /*800*/
  /*background-color: rgba(0, 44, 186, .5);*/
  background-image: /*-webkit-linear-gradient(270deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
  background-image: /*linear-gradient(180deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
  background-position: top; /*0px 0px, 50% 50%*/
  background-size: cover;
  background-attachment:fixed; /*scroll*/
  background-repeat:no-repeat;
  color: #fff;
  
}

.primary-navbar {
  background-color: rgba(0, 44, 186, .5);
}

.primary-navbar.hero {
  background-color: transparent;
}

#menu-primary-navigation > a, .nav-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

#menu-primary-navigation > a:hover, .nav-link:hover {
  color: #e5ebfc;
}

#menu-primary-navigation > a.current-menu-item, .nav-link.w--current {
  color: #e5ebfc;
  font-weight: 700;
  cursor: default;
}

.video-back-container {
  margin-top: 3em;
  text-align: center;
}

.logo-main {
  width: 75%; /*100*/
}

.subhero {
  font-weight: 400;
}

.primary-section {
  position:relative;
  padding-top: 5em;
  padding-bottom: 5em;
  background-image: -webkit-linear-gradient(270deg, #e5ebfc, #fff);
  background-image: linear-gradient(180deg, #e5ebfc, #fff);
  
}

.section-header {
  text-align: center;
  /*margin-bottom: 1em;  
  text-decoration: underline;*/
}

.col-block {
  padding: 1em;
}

.chapters:nth-child(3n+4){clear:both;display:block;}

.col-img {
  width: 1000px; /*100%;*/
  height:auto;
  margin-bottom: 0.5em;
  border: 1px solid #DDD;
}

.head-blue {
  margin-top: 0.5em;
  padding-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
  color: rgba(0, 44, 186, .9);
}

.head-blue.text-center {
  margin-bottom: 0.5em;
  color: rgba(0, 44, 186, .9);
  text-align: center;
}

.social-img {
  /*
  height: auto;
  padding-right: 8px;
  padding-left: 8px;*/
  width: 75%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.social-img:hover {
  margin-top: -0.25em;
}

.section-par {
  color: #333;
  font-size: 16px;
  line-height: 27px;
}

.secondary-section {
  position:relative;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #dadada;
  background-color: #e5ebfc;
  background-image: -webkit-linear-gradient(270deg, #fff, #e5ebfc);
  background-image: linear-gradient(180deg, #fff, #e5ebfc);
  
}

.secondary-section.hide {
  display: none;
}

.footer-section {
  margin-top:-1.5em;
  padding-top: 5em;
  padding-bottom: 5em;
  background-image: /*-webkit-linear-gradient(270deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
  background-image: /*linear-gradient(180deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
  background-position: bottom; /*0px 0px, 50% 50%*/
  background-size: cover;
  background-attachment:fixed; /*/*scroll,*/
  background-repeat:no-repeat;
  color: #fff;

}

.footer-container {
  color: #fff;
  text-align: center;
}

.foot-logo {
  width: 50%;
}

.social-img-foot {
  width: 35px; /*50*/
  height: auto;
  /*padding-right: 8px;
  padding-left: 8px;*/
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.social-img-foot:hover {
  margin-top: -0.5em;
}

.btn-container {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.btn-primary {
  margin-top: 1em;
  padding: 1em;
  background-color: rgba(0, 44, 186, .9);
  font-weight: 700;
}

.btn-rsvp {
  display: inline-block;
  margin: 0em 0em 1em 0em ;
  padding: 1em;
  background-color: rgba(0, 44, 186, .9);
  font-weight: 700;
  color:#FFFFFF!important;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.btn-primary.large {
  min-width: 250px;
  border-radius: 10px;
  background-color: rgba(0, 44, 186, .9);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 20px;
  text-transform: uppercase;
}

.btn-primary.large:hover, .btn-rsvp:hover {
  background-color: rgba(0, 44, 186, .8);
}

.top {
  position: fixed;
  top: 80%;
  right: 8%;
  z-index: 1;
  border-radius: 25%;
  background-color: rgba(0, 0, 0, .6);
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.background-section {
  padding-bottom: 5em;
  background-image: url('../img/cityscape.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../img/cityscape.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  color: #fff;
  text-align: center;
}

.head-title {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  line-height:1.25em;
}

.chapters.hide {
  display: none;
}

.form-block {
  margin-top: 2em;
  margin-bottom: 2em;
}

.nav-menu {
  padding-top: 2em;
}

.col-head {
  color: rgba(0, 44, 186, .9);
  text-align: center;
  margin-bottom: 0.5em;
}

.col-head.text-center {
  margin-bottom: 0.5em;
  color: rgba(0, 44, 186, .9);
  text-align: left;
}

.paginate-links {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}

.content-par {
  font-size: 16px;
  line-height: 27px;
}

.sideblock {
  margin-bottom: 2em;
  padding: 1em 2em;
  border-radius: 1em;
  background-image: -webkit-linear-gradient(270deg, #fff, #efefef);
  background-image: linear-gradient(180deg, #fff, #efefef);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
}

.title-container {
  margin-top: 4em;
}

.navbar-brand {
  width: 25%;
}

.hide {
  display: none;
}

.col-block-content {
  padding: 1em 3em 1em 1em;
}

.col-block-content p {
  color: #333;
  font-size: 16px;
  line-height: 27px;
}

.sideblock p{
  color: #333;
  font-size: 16px;
}

.text-center {
  text-align: center;
}

.video-container {
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn-callout, input[type="submit"] {
  width: 100%;
  margin-top: 1em;
  /*padding: 1em;*/
  border-radius: 5px;
  background-color: rgba(0, 44, 186, .9);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 18px;
  font-weight: 700;
}

.btn-callout:hover, input[type="submit"]:hover {
  background-color: rgba(0, 44, 186, .75);
}

.btn-callout.large {
  min-width: 250px;
  border-radius: 10px;
  background-color: rgba(0, 44, 186, .9);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 20px;
  text-transform: uppercase;
}

.btn-callout.large:hover {
  background-color: rgba(0, 44, 186, .8);
}

.a-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: rgba(0, 44, 186, .9);
  font-weight: 700;
  text-decoration: none;
}

.feed-row {
  /*margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em 2em;*/
  margin:1em 0em 1em 0em;
  padding:1em;
  border-radius: 1em;
  background-image: -webkit-linear-gradient(270deg, #fff, #efefef);
  background-image: linear-gradient(180deg, #fff, #efefef);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
}

.date {
  color: #555;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.feed-row-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

/*.feed-row-link:hover,  .btn-rsvp:hover {
  -webkit-transform: translate(12px, 0px);
  -ms-transform: translate(12px, 0px);
  transform: translate(12px, 0px);
  cursor: pointer;
}*/

.footer-par {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}

.dev a{
  font-weight:bold;
  color:#FFFFFF!important;
}

.excerpt {
  color: #333;
  font-size: 14px;
  line-height: 27px;
}

.feed-col-link {
  margin-top: 12px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
  cursor: pointer;
}

.feed-col-link:hover {
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.col-img-link {
  opacity: 0.75;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.col-img-link:hover {
  opacity: 1;
}

html.w-mod-js *[data-ix="fade-in-out"] {
  opacity: 0;
  -webkit-transform: translate(0px, 2em);
  -ms-transform: translate(0px, 2em);
  transform: translate(0px, 2em);
}

@media (max-width: 991px) {
  .video-back {
    height: auto;
    min-height: 0px;
    padding-bottom: 2em;
    background-image: /*-webkit-linear-gradient(270deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
    background-image: /*linear-gradient(180deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .primary-navbar {
    background-color: transparent;
  }
  #menu-primary-navigation > a, .nav-link {
    margin-top: 0em;
    border-bottom: 1px solid #4b6dce;
    width:100%;
  }
  #menu-primary-navigation > a.current-menu-item, .nav-link.w--current {
    margin-top: 0em;
    background-color: #009;
  }
  .primary-section {
    padding: 2.5em;
    background-image: -webkit-linear-gradient(270deg, #e5ebfc, #fff);
    background-image: linear-gradient(180deg, #e5ebfc, #fff);
  }
  .social-img {
    width: 100%;
  }
  .secondary-section {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
  .background-section {
    background-image: url('../img/cityscape.png'), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url('../img/cityscape.png'), linear-gradient(180deg, transparent, transparent);
  }
  .nav-menu {
    padding-top: 0em;
    background-color: #002cba;
  }
  .collapse-btn {
    margin-top: 2em;
  }
  .collapse-btn:focus {
    background-color: rgba(0, 44, 186, .99);
  }
  .collapse-btn.w--open {
    background-color: rgba(0, 44, 186, .99);
  }
  .navbar-brand {
    margin-top: 3em;
  }
  .feed-row-link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .feed-row-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .feed-col-link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .feed-col-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .logo-main {
    padding-right: 2em;
    padding-left: 2em;
  }
  .primary-section {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .col-block {
    padding-right: 0em;
    padding-left: 0em;
    /*text-align:center;*/
  }
  .secondary-section {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .footer-section {
    background-image: /*-webkit-linear-gradient(270deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
    background-image: /*linear-gradient(180deg, rgba(0, 44, 186, .5), rgba(0, 44, 186, .5)),*/ url('../img/cityscape.png');
    background-position: 0px 0px, 50% 50%;
    background-size: cover;
    background-attachment: scroll, fixed;
    background-repeat:no-repeat;
  }
  .collapse-btn {
    margin-right: 28px;
  }
  .navbar-brand {
    width: 50%;
    margin-left: 28px;
  }
  .col-block-content {
    padding-right: 0em;
    padding-left: 0em;
  }
}

@media (max-width: 479px) {
  .footer-section {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
  .foot-logo {
    width: 100%;
  }
  .btn-primary {
    width: 100%;
  }
  .btn-rsvp {
    width: 100%;
    margin-bottom:1em;
    text-align:center;
  }
  .head-title {
    font-size: 45px; /*48px*/
    padding: 0.25em;
  }
  .head-blue{
    margin-top:0em;
    /*font-size:20px;*/
  } 
  .collapse-btn {
    margin-right: 18px;
  }
  .btn-callout, input[type="submit"] {
    width: 100%;
  }
  .prev.page-numbers, .next.page-numbers{display:none!important;} 
}

@media (min-width:767px) and (max-width:1000px){
  .col-head {font-size: 1.70em;}
}

