
@font-face {
  font-family: Garamond;
  src: url(GARA.TTF); 
}

@font-face {
    font-family: Valentines;
    src: url(Valentines.otf);
}

@font-face {
    font-family: Valentine;
    src: url(Valentine.otf);
}


html{
    background-image: url(../images/background01.jpg);    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0;
    padding: 0;
    font-family: Garamond;
    max-width: 100% !important; 
    overflow-x: hidden !important; 
    min-height: 100%;
    }

body{
    margin: 0;
    padding: 0;
    max-width: 100% !important; 
    overflow-x: hidden !important; 
    min-height: 100%;
}

input {
    font-family: Garamond;
}


h1{
    color: rgb(122, 66, 19);
}


.menubar{
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.menuoption, .menuoptionicon{
    font-size: 24px;
    text-transform: uppercase;
    transition: 0.5s;
    list-style-type: none;
    display:inline-block;
    line-height: 40px;
    padding: 10px;
    cursor: pointer;
}

.menuoption:hover{
    text-decoration: underline rgb(122, 66, 19) 3px;
    color: rgb(122, 66, 19);
    transition: 0.5s;
}

.menubtn{
    height: 60px;
    width: 60px;
    margin-top: 10px;
}

#rsvpid{
    padding: 10px;
    float: right;
    font-size: 24px;
    line-height: 40px;
    margin-right: 60px;
    background-image: url(user.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    padding-left: 30px;
    cursor: pointer;
    text-transform: uppercase;
    list-style-type: none;
    display:inline-block;
}
#rsvpid:hover{
    text-decoration: underline rgb(122, 66, 19) 3px;
    color: rgb(122, 66, 19);
    transition: 0.5s;
}



#banner{
    font-size: 100px;
    line-height: 200px;
    font-family: Valentine;
    color: white;
    text-shadow: 2px 2px 5px black;
    text-align: center;
    padding-top: 155px;
    padding-bottom: 0px;
}

#banner .bannerdate{
    font-size: 50px;
    line-height: 50px;
    color: white;
}

#countdown{
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    width: fit-content; 
}

#countdownbox{
    color: white;
    height: 150px;
    width: 100px;
    float: left;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16.3px);
    -webkit-backdrop-filter: blur(16.3px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin: 30px;
    text-align: center;
    line-height: 75px;
}

#countdownbox .number{
    font-size: 50px;
    color: rgba(44, 44, 44, 1);
}

.welcomeimg{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 3px solid rgb(122, 66, 19);
    cursor: pointer;
}

.homebox {
    background-color: white; 
    width: 100%;
    margin-top: 120px;
    padding: 50px;
    padding-top: 200px;
}


#share-main{
    background-color: rgba(255,255,255,0.95);
    min-height: calc(100% - 60px);
    width: calc(100% - 100px);
    padding: 50px;
    position: absolute;
}

    .attlabel {
	border: 5px dotted rgb(122, 66, 19);
	border-radius: 20px;
	width: 100px;
	height: 100px;
	padding: 5px;
	display: block;
	cursor: pointer;
	background-image: url(../images/upload.png);
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-size: 75%;
    margin-left: auto;
    margin-right: auto;
}


.attinput[type="file"]{
    font-size: 38px;
    background-color: rgba(122, 66, 19, 0.3);
    color: white;
    font-family: Garamond;
    padding: 25px;
    margin: 25px;
    margin-top: 100px;
    border-radius: 25px;
    field-sizing: content;
    text-align: center;
}


.attinput::file-selector-button {
    display: none;
}

.attinput::-webkit-file-upload-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: -100%;
}

.attinput::-ms-browse {
    display: none;
}

.sharesubmit{
    width: 100%;
    background-color: rgba(122, 66, 19, 1);
    color: white;
    padding: 50px;
    text-align: center;
    border: none;
    font-size: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.sharesubmit:disabled{
    background-color: rgba(122, 66, 19, 0.3);
}





.codeinput {
    text-transform:uppercase;
    padding: 20px;
    height: 200px;
    width: 300px;
    font-size:100px;
    text-align: center;
    border-radius: 20px;
    margin: 20px;
}

.codesubmit{
    width: 100%;
    background-color: rgba(122, 66, 19, 1);
    color: white;
    padding: 50px;
    text-align: center;
    border: none;
    font-size: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.codesubmit:disabled{
    background-color: rgba(122, 66, 19, 0.3);
}

.papersheet{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.papersheet input[type='text'],
.papersheet input[type='number'],
.papersheet input[type='email'],
.papersheet input[type='radio']{
    height: 30px;
    font-size: 26px;
    background: none;
    border: none;
    border-bottom: 2px solid black;
    margin-bottom: 6px;
    width: calc(100% - 10px);
    padding: 5px;
}

.papersheet label{
    height: 30px;
    font-size: 20px;
    padding-right: 10px;
    color: rgb(122, 66, 19);
    margin-bottom: 6px;
    font-style: italic;
}

.papersheet #UpdateSubmitButton{
    width: 100%;
    background-color: rgba(122, 66, 19, 1);
    color: white;
    padding: 20px;
    text-align: center;
    border: none;
    font-size: 25px;
}

.papersheet #UpdateSubmitButton:disabled{
    background-color: rgba(122, 66, 19, 0.3);
}


.tabletitle{
    background-color: rgba(122, 66, 19, 1);
    color: white;
    padding: 5pxl
}

.admininput{
    width: calc(100% - 8px);
}

.photothumb{
    border: 5px solid white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
    box-shadow: 2px 3px 21px -6px rgba(0,0,0,0.34);
    -webkit-box-shadow: 2px 3px 21px -6px rgba(0,0,0,0.34);
    -moz-box-shadow: 2px 3px 21px -6px rgba(0,0,0,0.34);
}

.photothumb{
    width: auto;
    height: 150px;
}



#adminmenuitembar{
        background-color: rgba(122, 66, 19, 0.8);
    color: white;
    height:30px;
    padding-left: 50px;
    }

#adminmenuitem{
    float: left;
    height:30px;
    lineheight: 30px;
    padding: 5px;
    cursor: pointer;
}

#adminmenuitem:hover{
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.3);
}

#adminmenuitemspacer{
    float: left;
    height:30px;
    lineheight: 30px;
    padding: 5px;
}