@import url(/vendor/bootstrap/css/bootstrap.min.css);
@import url(/vendor/font-awesome/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

body {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
}

.wrap {
    height: 100vh;
    width: 100%;
    padding-top: 40px;
}

.tokenpass {
    color: #ffffff2e !important;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    padding-top: 40px;
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #758592; /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 50px; /* 30px top margin to avoid conflict with the close button on smaller screens */

}

/*!* The navigation links inside the overlay *!*/
.overlay a {
    padding: 5px;

    text-decoration: none;
    font-size: 20px;
    color: #ededed;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */

    font-family : Raleway;
    font-size : 18px;
    line-height : 36px;
    letter-spacing : 1.8px;
    color : #F7F6F4;
    color : rgb(247, 246, 244);
}

/* The navigation links inside the overlay */
.overlay span {
    position: absolute;
    bottom: 30px;
    text-decoration: none;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */

    font-family : Raleway;
    font-weight : bold;
    font-size : 14px;
    line-height : 28.45px;
    letter-spacing : 1.4px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
}



.overlay a.cmdRSVPMenu {
    position: absolute;
    right: 10%;
    bottom: 10%;
}
.overlay .cmdRSVPMenu:hover {
    cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #ffffff;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.footer {
    background : #758592;
    background : rgba(117, 133, 146, 1);
}




.wrap input {
    font-family : Raleway;
    font-weight: 300;
    background: #00000000;
    padding: 10px;
    font-size : 16px;
    line-height : 16.67px;
    letter-spacing : 2.4px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    border: none;
    border-bottom-style: solid;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-radius: 0;
}
.wrap input:focus {
    background: #00000000;
    color: #fff;
    text-align: left;
    box-shadow: none;
}

.wrap ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family : Raleway;
    font-weight: 300;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
    text-shadow: 1px 2px 4px #6c757d;
    text-align: left;
    font-size: 14px;
    line-height: 19.13px;
    letter-spacing: 2.8px;
}

.wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family : Raleway;
    font-weight: 300;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
    text-shadow: 1px 2px 4px #6c757d;
    text-align: left;
    font-size: 14px;
    line-height: 19.13px;
    letter-spacing: 2.8px;
}

.wrap ::-ms-input-placeholder { /* Microsoft Edge */
    font-family : Raleway;
    font-weight: 300;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
    text-shadow: 1px 2px 4px #6c757d;
    text-align: left;
    font-size: 14px;
    line-height: 19.13px;
    letter-spacing: 2.8px;
}