/* ADDED 20240518 */
@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/327A39_0_0.eot");
    src: url("../fonts/327A39_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/327A39_0_0.woff2") format("woff2"), url("../fonts/327A39_0_0.woff") format("woff"), url("../fonts/327A39_0_0.ttf") format("truetype")
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.otf") format("opentype");
    src: url("../fonts/Gotham-Book.woff") format("woff")
}

@font-face {
    font-family: "Gotham-Book-Italic";
    src: url("../fonts/Gotham-BookIta.otf") format("opentype")
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.otf") format("opentype")
}

@font-face {
    font-family: "Gotham-Bold-Italic";
    src: url("../fonts/Gotham-BoldIta.otf") format("opentype")
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-Light.otf") format("opentype")
}

@font-face {
    font-family: "Gotham-Light-Italic";
    src: url("../fonts/Gotham-LightIta.otf") format("opentype")
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.otf") format("opentype")
}

@font-face {
    font-family: "Gotham-Medium-Italic";
    src: url("../fonts/Gotham-MediumIta.otf") format("opentype")
}


html {
    font-size: 25px;
}

body {
    margin: 0;
    color: #000;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 0.8rem;
    line-height: 40px
}

::selection {
  background: #ad1aac;
}

.headline {
    font-family: 'Gotham-Book';
    color: #FFF;
}

h2 {
    font-family: 'BebasNeue';
    font-weight: 400;
    font-size: 3rem;
    line-height: 3rem;
}

h3 {
    font-family: 'BebasNeue';
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 30px;
}

.title3 {
    font-family: 'BebasNeue';
    font-weight: 400;
    font-size: 1.5rem;
}

header {
    background:  linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0)
    ), url(../assets/head.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: right;
}

#title {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    color: #FFF;
    font-family: 'BebasNeue';
    font-size: 1.5rem;
}

#title h1 {
    margin: 0;
    font-weight: normal;
}

#title p {
    margin-top: 10px;
    color: #DF0067;
}

#logo {
    margin: 50px;
    display: block;
    position: absolute;
    width: 10%;
}

.invite {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #000;
    color: #FFF;
}

.invite p {
    width: 45%;
    margin: 0 auto;
}

.invite h2 {
    color: #DF0067;
}

#address .invite p {
    color: #000;
}

#registration {
    background-color: #DF0067;
    padding: 100px 0;
    text-align: center;
    top: 0;
    left: 0;
    min-width: 100%;
	background-size: cover;
    height: auto;
}

#registration h2 {
    margin-bottom: 0px
}

.full-image {
    background: url(../assets/head2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
}

#address {
    background-color: #ad1aac;
}

#address h2 {
    color: #000;
}

#address .invite {
    background-color: #ad1aac;
}

.container {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 50px;
}

select {
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    border: 0
}

option {
    color: #000;
}

#guestBlock {
    border: none;
    margin-bottom: -50px;
}

*,
:before,
:after {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

a {
    color: #FFF;
    text-decoration: underline;
}

.section {
    width: 80%;
    min-width: 320px;
    margin: 100px auto;
    text-align: center;
    text-shadow: -1px -1px rgba(0, 0, 0, .1);
    color: #fff
}

.section h2 {
    margin: 0 0 .5em;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25rem;
}

.section p {
    margin: 0 0 1em
}

.section form {
    max-width: 320px;
    margin: 0 auto 20px
}

.section form textarea {
    display: block;
    resize: vertical
}

input[type=submit] {
    background-color: #000;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Gotham-Book';
    padding: 8px 15px 5px 15px;
    margin-top: 50px;
}

input[type=submit]:hover {
    background-color: #FFF;
    border: none;
    color: #000;
    cursor: pointer;
}

footer {
    background-color: #000;
    font-family: 'Gotham-Book';
    font-size: 18px;
    width: 100%;
}

footer a {
    text-transform: uppercase;
}

ul {
    list-style-type: none;
    display: inline;
}

li {
    position: relative;
    bottom: 0;
    float: left;
    right: 50px;
}

ul > li:last-child
{
    float:right;
}

#registrationResponse {
    background-color: #DF0067;
    padding: 100px 0;
    text-align: center;
    top: 0;
    left: 0;
    min-width: 100%;
	background-size: cover;
    height: 100%;
}

@media (max-width: 1700px) {
    .invite p {
        width: 60%;
    }
}

@media (max-width: 980px) {
    #logo {
        margin: 20px;
        width: 20%;
    }
    h1 {
        font-size: 1.7rem;
    }
    h2 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
	.invite {
		width: 100%; 
	}
    .invite p {
        width: 90%;
    }
	form .container {
		width: 100%;
	}
}

@media (max-width: 405px) {
    #logo {
        margin: 20px;
        width: 45%;
    }
    input[type=submit] {
        float: right;
        margin-right: 20px;
        margin-top: 40px;
    }
    li {
        right: 20px;
    }
}