/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBoldx'), local('Montserrat-SemiBold'), url(https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBoldx'), local('Montserrat-SemiBold'), url(https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/sourcecodepro-latin.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/sourcecodepro-latin-ext.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'hk-black';
  src:  url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/HK/HKGrotesk-Black.woff2') format('woff2'),
        url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/HK/HKGrotesk-Black.woff') format('woff');
}

@font-face {
  font-family: 'hk-medium';
  src:  url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/HK/HKGrotesk-Medium.woff2') format('woff2'),
        url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/HK/HKGrotesk-Medium.woff') format('woff');
}

@font-face {
  font-family: 'hk-light';
  src:  url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/HK/HKGrotesk-Light.woff2') format('woff2'),
        url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/fonts/HK/HKGrotesk-Light.woff') format('woff');
}


body{
    margin: 0;
    padding: 0;
    font-family: 'hk-medium';
    color: #1D1D1B;
    background: black;
}

.wrapper{
    width: 100%;
    margin: 0;
    padding: 0;
}

.wrapper-header{
	width:100%;
	height:8vh;
	background:black;
	color: white;
}

.header-left{
	width: 75%;
	float: left;
}

.header-left img{
    height: 55px;
    padding: 13px 13px 0px 3px;
}
.header-left .slogan{
    display: inline;
    position: relative;
    bottom: 16px;
    font-size: 18px;
    right: 3px;
}

.header-right{
	width: 25%;
	float: left;
	text-align: right;
}

.header-right .we-are-all-swarm{
    font-family: 'Source Code Pro';
    padding: 33px 50px 0px 19px;
    letter-spacing: 2px;
}

.header-right .we-are-all-swarm a{
    text-decoration: none;
    color: white;
}

.wrapper-row{
    display: flex;
    float: left;
}

.wrapper-outer{
    display: flex;
    flex: 1;
	min-height: 92vh;
    width: 50vw;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
}

.wrapper-title{
    background-image: url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/book-of-swarm-rsvp-background-orange.png');
    /*height: 100%;*/
}

.wrapper-body{
    background-image: url('https://swarm-gateways.net/bzz:/beta.swarm.eth/assets/book-of-swarm-rsvp-background-black.png');
    /*height: 100%;*/
}

.wrapper-inner{
	display: flex;
    align-items: center;
    justify-content: center;
	/*height: 80vh;*/
	margin: auto;
	text-align: center;
}

.centre-title{
    font-family: 'Montserrat';
    margin: auto;
    text-align: left;
    display: block;
    width: 38vw;
    /* background: beige; */
    font-size: 100px;
    line-height: 123px;
    padding-bottom: 120px;
    padding-left: 10vw;
    padding-right: 2vw;
}

.left{
    position: absolute;
    transform: rotate(-90deg);
    top: 400px;
    left: -141px;
    width: 361px;
    /* background: blue; */
    text-align: center;
    font-size: 23px;
}

.bottom-left{
    position: absolute;
    bottom: 0;
    left: 0;
/*    background: blue;
*/    text-align: center;
    width: 40vw;
    margin: 5vw;
    font-size: 20px;
}

.bottom-left strong{
    font-family: 'hk-black'
}

.bottom-right{
    font-family: 'hk-light';
    position: absolute;
    bottom: 0vh;
    /* background: blue; */
    text-align: center;
    width: 40vw;
    margin: 5vw;
    font-size: 18px;
    left: 0;
}


.bottom-right a{
	text-decoration: none;
	color:black;
}

.small-swarm-logo{
    height: 20px;
    padding: 0;
    top: 3px;
    left: 10px;
    position: relative;
}

.centre-rsvp{
    margin: auto;
    text-align: left;
    display: block;
    width: 36vw;
    /* background: beige; */
    line-height: 35px;
    padding-bottom: 200px;
    padding-top: 40px;
}

.centre-rsvp h2{
	font-size: 32px;
}

.centre-rsvp input{
	font-size: 20px;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	background: transparent;
}

.centre-rsvp input[type="submit"]{
	font-size: 20px;
	background: black;
	color: white;
	padding:10px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.checkbox-field{
    font-size: 17px;
    margin-top: 13px;
    margin-bottom: 19px;
}

.checkbox-wrapper{
    display: inline-block;
    position: relative;
    font-size: 20px;
    top: -2px;
    left: 0px;
    left: -5px;
    margin-right: 0px;
}

.clear{
	clear:both;
}

.add-address{
	transition: height 1s, opacity 0.5s;
	height:180px;
	opacity: 1;
	overflow: hidden;
}

.add-eth-address{
    transition: height 1s, opacity 0.5s;
    height:50px;
    opacity: 1;
    overflow: hidden;
}

#privacy-button{
    text-decoration: underline;
    cursor: pointer;
}

.privacy{
    transition: height 1s, opacity 1s;
    height:50px;
    opacity: 1;
    overflow: hidden;
}

.add-eth-address input{
    width: 450px;
}


.hidden{
    transition: height 1s, opacity 0.5s;
    height: 0px;
    opacity: 0;
    overflow: hidden;
}

input[type="email"]{
    width: 250px;
}

input[type="text"]{
    width: 300px;
}


.response, div.mce_inline_error{
    color: black !important;
    background-color: orange !important;
    padding-left: 10px !important;
}

@media only screen and (max-width: 1200px) {
    .centre-title{
        font-size: 77px;
        line-height: 121px;
    }
}


/* Portrait */
@media only screen and (max-width: 900px) {

    .wrapper-row{
        display: block;
        float: left;
        width: 100vw;
    }

  	.centre-title{
        font-size: 78px;
        line-height: 90px;
        width: 100%;
        padding-left: 0;
	}

  	.centre-rsvp{
	    width: 71vw;
	}

	.wrapper-outer {
        width: 100%;
        min-height: 72vh;
        padding-bottom: 0px;
    }

  	.wrapper-header {
    	height: initial !important; 
    }

  	.header-left {
  		width: 100%;
  		float: initial;
  	}

  	.header-left img{
	    display: block;
	    margin: auto;
  	}

  	.header-right {
  		width: 100%;
  		float: initial;
  	}

	.header-left .slogan {
    position: inherit;
    padding-top: 17px;
    bottom: inherit;
    display: block;
    text-align: center;
    width: 330px;
    margin: auto;
	}

    .header-right .we-are-all-swarm {
    font-family: 'hk-light';
    /* padding: 33px 40px 0px 30px; */
    letter-spacing: 2px;
    margin: auto;
    text-align: center;
    padding: 20px;
}


.wrapper-inner{
    min-height: 99vh;
}

.bottom-left {
    /* position: inherit; */
    bottom: 0vh;
    /* background: blue; */
    text-align: center;
    width: 70vw;
    margin: 30px 15vw;
    font-size: 18px;
}

.bottom-right{
    display: block;
    position: absolute;
    bottom: 6vh;
    /* background: blue; */
    /* text-align: center; */
    width: 100vw;
    margin: auto;

}

.left{
    left: 0;
    position: absolute;
     transform: rotate(0deg); 
    top: 27px;
    /* left: -141px; */
    width: 100vw;
    /* background: blue; */
    text-align: center;
    font-size: 19px;
}

@media only screen and (max-width: 400px) {
    .centre-title{
        width: 80vw;
    }
}