
/**

===============================

DOCUMENT INFORMATION

===============================

Package: Keithharing
Type: CSS Styling
Author: Binary Dreamz	http://binarydreamz.com
Created By: Nils Johnson http://nilsjohnson.net

**/

@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,700i,900i';


@font-face {
  font-family: 'value-black';
  src:  url('../fonts/value/value-black.eot');
  src:  url('../fonts/value/value-black.eot') format('embedded-opentype'),
    url('../fonts/value/value-black.ttf') format('truetype'),
    url('../fonts/value/value-black.woff') format('woff'),
    url('../fonts/value/value-black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'value-medium';
  src:  url('../fonts/value/value-medium.eot');
  src:  url('../fonts/value/value-medium.eot') format('embedded-opentype'),
    url('../fonts/value/value-medium.ttf') format('truetype'),
    url('../fonts/value/value-medium.woff') format('woff'),
    url('../fonts/value/value-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'value-regular';
  src:  url('../fonts/value/value-regular.eot');
  src:  url('../fonts/value/value-regular.eot') format('embedded-opentype'),
    url('../fonts/value/value-regular.ttf') format('truetype'),
    url('../fonts/value/value-regular.woff') format('woff'),
    url('../fonts/value/value-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'value-serif-bold';
  src:  url('../fonts/value/value-serif-bold.eot');
  src:  url('../fonts/value/value-serif-bold.eot') format('embedded-opentype'),
    url('../fonts/value/value-serif-bold.ttf') format('truetype'),
    url('../fonts/value/value-serif-bold.woff') format('woff'),
    url('../fonts/value/value-serif-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'automaton-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-audio:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-comment:before {
  content: "\e905";
}
.icon-link:before {
  content: "\e906";
}
.icon-loading:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-pencil:before {
  content: "\e909";
}
.icon-pics:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90b";
}
.icon-share:before {
  content: "\e90c";
}
.icon-tag:before {
  content: "\e90d";
}
.icon-video:before {
  content: "\e90e";
}
.icon-email:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e942";
}

/*
===============================
Client Query
===============================
*/



.wtf{color:green !important;}

/*
===============================
Structure Stuff
===============================
*/

html {
  height: 100%;
}

body {
                height:100%;
                width:100%;                                                                
                margin: 0;                                                                     
                padding: 0; 
                font-family:'swiss';                                                               
            }

.mainrow {min-height:100%;
		  min-width:100%;
		}

.row {


    margin-right: 0px;
    margin-left: 0px;
    background: white;
    /** height: 100vh; **/

}

.row.bottom-page {
    height: 50%;
}

.wrapper{min-height:100%;}

.site-wrapper {height:100vh;
				  padding-left:0px;
				  padding-right:0px;}

.main-wrapper {height:100%;							/***** changed from 100vh *****/
			   width:100%;
				  padding-left:0px;
				  padding-right:0px;}

.main-column-top{
				    min-height: 100vh;
				    min-width: 100vw;
				    background-color: white;
				    display: inline-block;
            padding: 0px;
            overflow: hidden;
					}

.main-column-carousel{
				    min-height: 100vh;
				    min-width: 100vw;
				    background-color:#ffffff;
				    display: inline-block;
            padding: 0px;
            overflow: hidden;
            background: white;
					}

.main-column-video{
            min-height: 100vh;
            min-width: 100vw;
            background-color: white;
            display: inline-block;
            padding: 0px;
            overflow: hidden;
          }


.main-column-bottom{
				    min-height: 100vh;
				    min-width: 100vw;
				    background-color:white;
				    display: inline-block;
            padding: 0px;
            overflow: hidden;
            max-width: 100%;
					}

.main-column-blurb1{
            min-height: 100vh;
            /** min-width: 100vw; **/
            background-color:white;
            display: inline-block;
            padding: 0px;

            overflow: hidden;
            max-width: 100%;
            background-color: white;
            
}

          }

.main-column-blurb2{

           min-height: 100vh;
            
           /**
            min-width: 100vw;
            background-color:white;
            **/

            display: inline-block;
            padding: 0px;
            overflow: hidden;
            max-width: 100%;
            padding-right: 10%;
            background-color: white;
     
}
          }

.main-column-blurb3{
            min-height: 100vh;
            min-width: 100vw;
            background-color:white;
            display: inline-block;
            padding: 0px;
            overflow: hidden;
            max-width: 100%;
            background-color: white;

          }

.col-lg-3.col-md-3.col-sm-3.col-xs-3.main-column-heart {
    padding-right: 0px;
}

.heart-container {
    text-align: right;
    /** padding-top: 50%; **/

}


.col-lg-3.col-md-3.col-sm-3.col-xs-3.main-column-dog {
    /**padding-left: 0px;
    min-height: 100vh;
    min-width: 100vw;
    **/

    background-color: white;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    max-width: 100%;
    background-color: white;
}


.dog-container {
    text-align: left;
    padding-top: 25%;

}



.main-column-final {
    min-height: 100%;
    min-width: 100vw;
    background-color: white;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    max-width: 100%;
    background-color: white;}

.main-column-bottom{
    min-height: 100%;
    min-width: 100vw;
    background-color: white;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    max-width: 100%;
    background-color: white;
}
.title-container {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

a {
        color: rgba(130, 218, 255, 1);
}

a.galleryaddress {
    color: #292c35;
}

img {
    vertical-align: middle;
    max-width: 100%
    ;
}


.partners {font-family:helvetica neue;}




/*
===============================
ARROW
===============================
*/


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body {
  background: white;

}

.arrow {
  position:absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  z-index:990;
  margin-bottom: 40px;

}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}






.blurb1 {font-size: 2.5vh;
    font-family: helvetica neue;
    padding: 20px;
    padding-top: 4%;

    padding-top: 15%;
    padding-left: 10%;
    /** padding-right: 40%; **/
    font-weight: bold;
    text-transform:uppercase;
    font-weight: 400;
    color: midnightblue;
}
 

.blurb2 {font-size: 2.5vh;
    font-size: 2.5vh;
    height:100vh;
    font-family: helvetica neue;
    padding-top: 4%;
    padding-top: 15%;
    padding-left: 20%;
    font-weight: bold;
    margin-right: 5%;
    text-transform:uppercase;
    font-weight: 400;
    color: midnightblue;
}


.blurb3   { font-size: 2.5vh;
    font-family: helvetica neue;
    padding-top: 4%;
    padding-top: 15%;
    font-weight: bold;
    margin-right: 10%;
    margin-left: 10%;
    text-transform:uppercase;
    font-weight: 400;
    color: midnightblue;
}

.middle-row {min-height:100vh;}

/*
===============================
LINK
===============================
*/

.author {
    font-family: 'value-medium';
        padding-left: 20px;
}

p.authorpara {
    text-align: center;
    font-family: 'value-medium';
    font-size: 23px;
    padding-top: 60px;
    letter-spacing: 9px;
}

.link-description {
    display: block;
    text-align: center;
    font-family: 'value-medium';
    margin-top: 45px;
    font-size: 22px;
    letter-spacing: 3px;
    color: rgba(130, 218, 255, 1);
}

.booklaunch {
    letter-spacing: 3px;
    margin-bottom: 29px;
    font-family: value-black;
    color: #292c35;
    padding-left: 20px;
}

h1 {color:#f742ad!important;
      font-weight:bold;
      font-size: 8vh;}

.date{
    letter-spacing: 3px;
}

.link-description p {margin-bottom: 0px}

.blurb {
    display: block;
    /* position: absolute; */
    color: #292c35;
    font-family: 'value-regular';
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2em;
    margin-top: 80px;
}


.blahblah {
    padding: 0 80px 0 80px;
    font-size: 22px;
    margin-top: 50px;
    color: #292c35;
    letter-spacing: 3px;
    font-family: 'value-regular';
}

.public-viewing {
    margin-top: 50px;
    letter-spacing: 9px;
}

.address {
    margin-top: 70px;
    color: #292c35;
    font-size: 20px;
    letter-spacing: 3px;
}

.map {
    padding-top: 30px;
}

a.mapicon {
    opacity: 0.5;
     -webkit-transition: opacity 0.2s; /* Safari */
  	transition: opacity 0.2s;
}

a.mapicon:hover {
    opacity:1;
}

p {
    margin: 0 0 0px;
}

a.rsvp-link {
    color: white;
}

p.rsvp-text-2 {
    font-size: 52px;
    margin-top: 33px;
    letter-spacing: 9px;
}

.rsvp-button:hover {
                  color:#E52233;
                  letter-spacing:9px;
                  cursor:pointer;
                  font-size:30px;
				 transition:0.5s;
				   transition: 0.5s;
    				-webkit-transition:0.5s;
              		}


.rsvp-buttontwo {
                  font-size: 52px;
                  color: rgba(130, 218, 255, 1);
                  letter-spacing:9px;
                  height:100% !important;
              		  transition: 0.5s;
    				-webkit-transition:0.5s;
    			line-height: 0.9;
    			}

.rsvp-buttontwo:hover {
                  font-size: 52px;
                  color: #292c35;
                  letter-spacing:9px;
                  cursor:pointer;
                   transition: 0.5s;
    				-webkit-transition:0.5s;
              		}


/*
===============================
LOGO
===============================
*/

.titleimage {max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.logos {
    margin-bottom:40px;
}

.rsvp-button {
    display: inline-block;
    font-size: 3em;
    z-index: 990;
    position: absolute;
    top: 76%;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    text-align: center;
    font-family: 'value-medium';
    letter-spacing: 9px;
    height: 60px;
    width: 135px;
    margin-left: auto;
    margin-right: auto;
    font-size:30px;
    transition: 0.5s;
    -webkit-transition:0.5s;
}

.rsvp-buttontwo {
     display: inline-block;
    z-index: 990;
    height: 35px;
    width: 169px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    transition: color 0.2s;
    font-family: value-black !important;
    -webkit-transition: color 0.2s;

    /**
    border: 2px solid black;
    padding: 5px;

    **/


}

.title {
    display: block;
    font-size: 5em;
    z-index: 990;
    position: absolute;
    /** top: 15%; **/
    /** bottom: 0; **/
    right: 0;
    left: 0;
    color: #E52233;
    text-align: center;
    font-family:'value-medium';
    /** max-width: 70%; **/
    /** margin-left: auto; **/
    /**  margin-right: auto; **/
}

.subtitle {
    display: block;
    font-size: 2em;
    z-index: 990;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    color: #E52233;
    text-align: center;
    font-family: 'value-medium';
}

.logos-two {
 	/**margin-top: 120px;**/
  	margin-bottom: 60px;
     max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

img.hervelarenlogo {
    max-width: 80%;
}

a.nicklogo {
    padding-right: 0px;
}

.verologodiv     {max-width: 12%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}



/*
===============================
STRAPLINE
===============================
*/


/*
===============================
VIDEO PLAYER
===============================
*/

video {
    min-height: 100%;
    min-width: 100%;
    z-index:1;
    position:absolute;

}

video.mobile-video {
    max-height: 100%;
    max-width: 100%;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}


.carousel-control.left {
    display: none;
}

.carousel-control.right {
    display: none;
}

.carousel-inner {
    position: relative;
    width: 65%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button
  {display: none!important
  -webkit-appearance: none}

*::-webkit-media-controls-panel
  {display: none!important
  -webkit-appearance: none}

*::--webkit-media-controls-play-button
  {display: none!important
  -webkit-appearance: none}


  video::-webkit-media-controls {
    display:none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-panel {
    display:none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-timeline {
    display: none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-mute-button {
    display: none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-volume-slider {
    display: none !important;
    -webkit-appearance: none
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
    -webkit-appearance: none
}

video::-internal-media-controls-download-button {
    display: none !important;
    -webkit-appearance: none
}

/* Firefox Shadow DOM Fix */

*::-moz-list-bullet, *::-moz-list-number {
    display:none !important;
}

*::-moz-meter-bar {
    display:none !important;
}

:-moz-full-screen:not(:root)::backdrop {
    display:none !important;
}

*::backdrop {
    display:none !important;
}

:fullscreen:not(:root) {
    display:none !important;
}

.carousel-indicators {
    bottom: 20px;
    display: none;
}

.rev_slider video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}



/*
===============================
LOGO SECTION
===============================
*/


img.fettermanlogo {
    max-width: 80px;
}

.binarydreamz {
    text-align: right;
    font-family: 'value';
    padding-right: 8px;
}

.fettermanlink {
    color: #282c36;
}

/*
===============================
LINKS
===============================
*/

a:focus, a:hover {
    color: #292c35;
    text-decoration: none;
}



/*
===============================
MEDIA QUERIES
===============================
*/

@media only screen and (max-width: 425px) {

.blahblah {
    padding: 0 40px 0 40px;
    font-size: 22px;
    margin-top: 50px;
    color: #908F8F;
    letter-spacing: 9px;
    }

.address {
    margin-top: 50px;
    color: #292c35;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 20px 0 20px;
}
.date {
    letter-spacing: 3px;
    padding: 0 20px 0 20px;
}

.title {

    /** top: 35%; **/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.carousel{padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;}   

.rsvp-button {top: 68%;}

.arrow {

    margin-bottom: 70px;
}

.verologodiv {
    max-width: 44%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.main-column-carousel {
    min-height:0vh;
}

.row.middle-row {
    padding-top: 10%;
    padding-bottom: 50%;
}

.blurb1 {font-size: 2vh;
    }

h1 {
    font-size: 4vh;
}

.blurb2 {font-size: 2vh;
    }

.blurb3   { font-size: 2vh;
  }

.logos-two {
    margin-left: 30%;
    margin-right: 30%;
}

.main-column-blurb1 {
     min-height:0vh;
     }

.heart-container {
    margin-top: 12vh;
}

.dog-container {
    margin-top: 10vh;
}

.mobile-video-bat {
    max-width: 100vw;
}

}

@media only screen and (max-height: 375px) {

.title {
    display: block;
    font-size: 5em;
    z-index: 990;
    position: absolute;
    /** top: 35%; **/
    bottom: 0;
    right: 0;
    left: 0;
    color: #E52233;
    text-align: center;
    font-family: 'value-regular';
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.rsvp-button {
    display: block;
    font-size: 3em;
    z-index: 990;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    text-align: center;
    font-family: 'value-regular';
    letter-spacing: 3px;
    font-size:30px;
     transition: 0.5s;
    -webkit-transition:0.5s;

}

.carousel{padding-top: 120px;}   

.rsvp-button {top: 50%;}

.arrow {

    margin-bottom: 70px;
}

.verologodiv {
    max-width: 44%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}



}



@media only screen and (max-width: 375px) {

.blahblah {
    padding: 0 40px 0 40px;
    font-size: 14px;
    margin-top: 50px;
    color: #292c35;
    letter-spacing: 3px;
    font-family: 'value-regular';
}


.public-viewing {
    margin-top: 50px;
    letter-spacing: 3px;
    padding: 0 40px 0 40px;
}

.link-description {
    display: block;
    text-align: center;
    font-family: 'value-medium';
    margin-top: 45px;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 0 40px 0 40px;
    }

    .title {

    
    /** top: 35%; **/
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;

}




.arrow {

    margin-bottom: 70px;
}

.verologodiv {
    max-width: 44%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}




}






@media only screen and (max-width: 768px) {

    .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    }

    .desktop-video{display:none;}


}



@media only screen and (min-width: 769px) {
  .mobile-video-bat{display:none;}
  .desktop-video{display:block;
                  max-width: 100%;}
  .mobile-video {display:none;}





.heart-container {
    margin-top: 20vh;
}

}

.desktop-video-bat {width:100%;}

.mobile-video-bat {width:100%;
                  width: 100%;
                  height: 100%;
                  background-color: #f3d156;}


@media only screen and (max-width:700px){

.title {margin-top:;}

}



@media only screen and (min-width:400px) and (max-width:900px) and (max-height:1200px) {

.blurb2,.blurb1,.blurb3 {font-size: 2.2vh; height: 100%;}
h1 {font-size: 4vh;}
.main-column-carousel { min-height: 100vh;
                        padding-top:;}


                        .mobile-video-bat {background-color:;}

                        video {
                              max-height: 100%;
                              max-width: 100%;
                              z-index: 1;
                              position: absolute;
                                  }



}

@media only screen and (min-width:720px) and (max-width:900px) and (max-height:500px) {

.blurb2,.blurb1,.blurb3 {font-size: 3vh; height: 100%;}
h1 {font-size: 4vh;}
.main-column-carousel { min-height: 100vh;
                        padding-top:;}


                        .mobile-video-bat {background-color:;}

                        video {
                              max-height: 100%;
                              max-width: 100%;
                              z-index: 1;
                              position: absolute;
                                  }

                        img {
                        max-width: 72%;
}



}



@media only screen and (max-height: 400px) and (max-width:500px;){

.title {margin-top: -8vh;}

}

@media only screen and (max-width:500px){

.chevron-down {width:50px !important;}


}

@media only screen and (max-width:667px) and (max-height:375px){

.chevron-down {width:50px !important;}


}


.title{display:flex;
      justify-content: center;
      align-items:center;
      height: 100%;}
        }


@media only screen and (max-width:770px){

.desktop-video-bat {
    display: none;
}

}



/*
===============================
CONTACT FORM
===============================
*/

input, textarea {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    padding: .4em;
    border-bottom: 1px black dotted;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
}

.name {text-align:left}

.email {text-align:left}

.guest {text-align:left}

.closebutton {
    text-align: right;
    width: 20px;
    margin-left: auto;
    opacity: 0.5;
}

.closebutton:hover{
    text-align: right;
    width: 20px;
    margin-left: auto;
    opacity: 1;
    cursor:pointer;
}

#contactForm h1 {
    color: #292c35;
    margin-bottom: 25px;
    letter-spacing: 5px;
    font-family:'value-black';
}


#contactForm p {
    margin: 0 0 10px;
}

.small, small {
    font-size: 85%;
    margin-bottom: 25px;
}

@media only screen and (max-width: 426px) {

        #contactForm { 
          width: 90%;        
                      }

}

@media only screen and (min-width: 426px) {

        #contactForm { 
          width: 50%;        
                      }

}


@media only screen and (min-width: 769px) {

        #contactForm { 
          width: 30%;        
                      }

}

@media only screen and (min-width:1441px) {

        #contactForm { 
          width: 20%;        
                      }

}

* { box-sizing: border-box; }

h1{ margin: 0; }
#contact { 
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
 
  text-align: center;
  cursor: pointer;

  z-index:990;
  /** text-shadow: 2px 2px 5px #c0b9b9ad; **/
}

#contact:hover { }
#contact:active {  }

#contactForm { 
  display: none;
  border: 2px solid black; 
  border-radius:2px;
  padding: 2em;
  text-align: center;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  font-family: 'value-medium';

  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index:999;
  letter-spacing:1px;
  
}

input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  
  background: black;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  text-transform:uppercase;
  letter-spacing: 5px;
   transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

.formBtn hover{ 
  width: 140px;
  display: inline-block;
  
  background: black;
  color: #E52233;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  text-transform:uppercase;
  letter-spacing: 5px;
}

input, textarea {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    padding: .4em;
}








body.custom-background {
    background-color: #0a0808;
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    z-index:999;
}

.sidebar-overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(130, 218, 255, 0.6);
    position: fixed;
    z-index: 998;
    display: none;
    cursor: e-resize;
    height:100%;
    overflow:hidden
  }

.main-wrapper-flow{ height:100%;
                overflow:auto;}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    background-color: black;
    color: white;
}

input[type=submit]{
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    padding: .4em;
    border: 0px;
    background-color: black;
    color: white;
    letter-spacing:9px;
}

.submit-rsvp:hover {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    padding: .4em;
    border: 0px;
    background-color: black;
    color: red;
    letter-spacing: 9px;
     transition: color 0.2s;
    -webkit-transition: color 0.2s;
}


/* body.no-scroll {
    overflow-y: hidden;
}

*/



/*
===============================
EMAIL SUCCESS PAGE
===============================
*/


.email-thankyou {
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 50px;
    font-family: 'value-medium';
    letter-spacing: 9px;
    /* vertical-align: -webkit-baseline-middle; */
    margin-top: 25%;
    /* margin-bottom: auto; */
}

.email-thankyou-container {
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    height: 100vh;
    width: 100vw;
    background-color: black;
    position: absolute;
}

body { margin: 0; }
main {
  display: flex;
  min-height: 10vh;
  justify-content: center;
}

.chevron-down {
  margin: auto;
  width: 8em;
  height:8em;
  animation: hover-me .5s infinite ease-in-out alternate; 
  z-index:999;

  position:absolute;
  bottom: 0;
  /** left: 47%; **/
  /** margin-left: -20px; **/
  width: 80px;
  height: 80px;
  background-size: contain;
  z-index:990;
  margin-bottom: 70px;
}

@keyframes hover-me {
  100% { transform: translate3d(0, 25px, 0); }
}


