/* Root */
:root {
	
}

@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}

}

/* Text */


#invitation h3, #invitation h4, #invitation h5, #invitation h2, #invitation h1 {
    font-family: "tt-travels-next", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 106.616%;
    margin-bottom: 5%;
    text-align: center;
}

#invitation .two-para {
    font-family: "tt-travels-next", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 106.616%;
    margin-bottom: 5%;
    text-align:center
}

#invitation .three-para {
    text-align:center;
    margin-bottom: 5%;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%;

}

#gform_fields_2 input {
    border: 2px solid #000;
    width:100%;
    height:100%;
    background: #C8F348;
    padding: 12px 12px;
    color: #000;
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%;
    border-radius:0;
}

#input_2_5 {
    border: 2px solid #000;
    width:100%;
    height:100%;
    background-color: #C8F348;
    padding: 12px 12px;
    color: #000;
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 115%;
    border-radius:0;
}

#gform_submit_button_2 {
    background-color:#F298FF;
    color:#000;
    padding:15px 40px 15px 40px;
    color: #000;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.529%;
    border:0;
    text-align:left;
    text-decoration:underline;
}

.gform_footer {
    display:block !important;
    text-align: center !important;
}

.gform-theme--foundation #gform_fields_2 {
    grid-row-gap: 20px !important;
}



