.form-mc {
	background: #F2F2F2;
	box-sizing: border-box;
	border-radius: 5px;
}

.btn-mc-green {

background: #faf2e4;
/* sage green */

border: 1px solid #faf2e4;
box-sizing: border-box;
border-radius: 5px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-align: center;

/* white */

color: black;

}

.btn-rsvp {
	white-space: normal;
	max-width: 158px;
height : auto;
background: #F2F2F2;
border-radius: 5px; 
margin-bottom: 10px;
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

.btn-mc-white {

/* sage green */

border: 1px solid #99AD94;
box-sizing: border-box;
border-radius: 5px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-align: center;

/* sage green */

color: #99AD94;
}

#rsvp p {
 font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;

/* white */

color: #FFFFFF;
}

#rsvp h1{
	font-family: 'Baskervville';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 31px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
}

#rsvp {
	padding-top: 50px;
	padding-bottom:50px;
}

#cover {
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	background: 0;
	border: 0;
}

#cover img {
	width: 100%;
	position: relative;
}

#cover-bg {
position: relative;
background: black;
width: 100%;
height: 100vh;
}

#cover-invite {
	/* Dear Kevin & Janet, */


position: relative;
width: 176px;
height: 22px;
left: 26px;
top: 280px;


font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 22px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
}

#cover-wrap {

position: relative;
	left: 38px;
	width: 75%;
}

body,p,div,h1,h2,h3,h4,h5,h6,ul,li,span,a,button,input,textarea {
	font-family: 'Montserrat';
}

