@import url('https://fonts.googleapis.com/css2?family=Rowdies&family=Spartan&display=swap');


body {
    font-family: 'Spartan', sans-serif;
  height:100%;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


h1, h2, h3, h4, .med-font {
  font-family: 'Rowdies', cursive;
}

.service-box a:hover
{
  color: #fa7c00!important;
  text-decoration:none!important;
}

.social:hover
{
  color: #fa7c00!important;
}


.social
{
  color: #343a40;
}

hr.style5 {
  width: 40%;
border-top: 3px double #8c8b8b;
}

#photos
{
  display: none;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
padding-bottom: 100px;
}

.card-deck .card {
  min-width: 220px;
}

nav a:hover
{
  text-decoration: none;
  color: #fa7c00!important;
}

#videoClick
{
  background-color:#fa7c00;
}

#head
{
	
	height: 75vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-weddings
{
  background-image: url('../img/wedding-gallery/shannon-field.jpg');
  background-position: center !important;
}

.bg-corporate
{
  background-image: url('../img/corporate-gallery/pathfinder-shoot.jpg');
}

#index-head
{
	height: 100%;
}

@media (max-width:400px)
 {

nav a
{
  font-size: 12px!important;
}
}

@media (max-width:1278px)
 {

#index-head
{
  height: 70vh;
  background-image: url('../img/wedding-gallery/tash-bar.jpg');
  background-attachment: fixed;
  background-position: calc(50% - 70px) 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
video
{
  display:none!important;
}

.bg-weddings
{
  background-image: url('../img/wedding-gallery/shannon-field.jpg');
  background-position: calc(50% - 360px) 50%!important;
}
}
 
 @media (min-width:650px)
 {
#index-head
{
  background-position: center;
 }
 
 .bg-weddings
{
  background-image: url('../img/wedding-gallery/shannon-field.jpg');
  background-position: center !important;
}
 }


#after
{
  background-color: white;
}
video {
	display: block;
  z-index: -1;
  right: 0;
  top: 0;
  max-width: 100%; 
  min-width: 100%;
  min-height: 100%
  filter: brightness(75%);
}

.overlay
{
	z-index: 11;
	right: 0;
	top: 0;
	position:absolute;
	width: 100%;
}

.banner
{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#toggle
{
  text-align: center;
  padding: 30px;
  color: #585454;
  font-weight: bold;
}

#toggle span
{
  cursor: pointer;
}

hr.primary
{
  max-width: 50px;
    border-color: #777;
    border-width: 8px;
    border-radius: 5px;
}


.corporate-header
{
  font-size:1.2rem;
  font-weight: bold;
}

.corporate-desc
{
  font-size: 0.8rem;
}