@font-face {
    font-family: "BlackMango";
    src: url('fonts/BlackMango-Regular.otf') format('opentype'),url('fonts/BlackMango-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TT_Commons_Pro";
    src: url('fonts/TT_Commons_Pro_Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #fffaf5;
    font-family: "TT_Commons_Pro", "Arial Unicode MS", "Lucida Sans Unicode", "DejaVu Sans", "Quivira", "Symbola", "Code2000";
    font-size: 1.2rem;
}

h1 {
    color: #808b97;
    text-align: center;
    margin-left: 20px;
    font-family: "BlackMango";
}

.mango {
    color: #808b97;
    font-family: "BlackMango";
}

@media only screen and (min-width:2000px) {
    #content {
        font-size: 1vw;
    }
}

@media only screen and (min-width:900px) {
    body {
        display:flex;
    }
    
    #arch {
        position: fixed;
        width: 40%;
        height: 100vh;
    }
    
    #arch img {
        aspect-ratio: 0.72;
    }
    
    #content {
        margin-left: 40%;
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 50px;
    }
    
    #separator {
        display: none;
    }
    
    .vertical-center {
    }
}

@media only screen and (max-width:899px) {
    #arch {
        margin: 0 auto;
        padding-top: 50px;
        display: block;
        max-width:100%;
        max-height:700px;
        aspect-ratio: 0.72;
    }
    
    #separator {
        width: 60%;
        border-top: 2px solid #072a49;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.center {
    text-align: center !important;
    margin: 0 auto;
    display: block;
}

.vertical-container {
    position: relative;
}

#content {
}

#arch img {
    height: 90%;
    width: 90%;
    padding: 5%;
}

#div-gifts, #div-photos {
}

.toggle-group {
    position: absolute;
    right: 8px;
    border: 1px solid #808b97;
    border-radius: 10px;
    float:right;
    display: flex;
    align-items: center;
    padding: 5px;
    height:30px;
    margin-left: auto;
    z-index: 2;
}

.toggle-group button {
    border: none;
    background: none;
    cursor: pointer;
    height: 100%;
}

.home-button {
    position: absolute;
    left: 8px;
    float:left;
    align-items: center;
    padding: 5px;
}

input[type=button], input[type=submit], input[type=reset] {
    border: 1px solid #ccc;
    border-radius: 10px;
    width:140px;
    height:30px;
}

.language-icon {
    height:100%;
    border-radius:8px;
}

.language-icon:hover {
    box-shadow: 0 0 2px 1px #4448;
}

.schedule-item {
    display: flex;
    text-align: left;
    color: #808b97;
}

.schedule-item img {
    width: 20%;
}

.schedule-item span {
    width: 80%;
    align-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    letter-spacing: 4px;
}

#schedule {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}

#schedule-times {
    width: 24%;
    padding-top: 60px;
    padding-bottom: 60px;
}

#schedule-vertical-line {
    width: 8%;
}

#schedule-items {
    width: 68%;
    padding-top: 60px;
    padding-bottom: 60px;
}

#schedule-times .schedule-item {
    text-align: right;
}

#schedule-times .schedule-item, #schedule-items .schedule-item {
    height: 70px;
}

.mainform {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mainform p {
    margin: 0;
    padding: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: none;
    text-align: justify;
    padding-left: 3.82%;
    padding-right: 3.82%;
    padding-bottom: 22px;
}

.mainform label {
  display: block;
  color: #000000;
  font-style: normal;
}

.mainform input {
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #808b97;
  height: 33px;
  display: block;
  line-height: 33px;
  padding: 0 1%;
}

#iban_checkbox input {
    width: auto;
    height: auto;
    min-width: 25px;
    min-height: 25px;
}

#iban_checkbox {
    display: flex;
    padding-left: 3.82%;
}

#iban_checkbox label {
    align-content: center;
    margin-left: 10px;
}

.mainform input[type=submit] {
  height: 44px;
  width: auto;
  float: right;
}

input[type=submit] {
    background-color: #e9e9e9;
    color: #000000;
    border: 1px solid #808b97;
}

input[type=submit]:hover {
  background-color: #d9d9d9;
}

input[type=submit]:active {
  background-color: #b9b9b9;
}

.mainform textarea {
    resize: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #808b97;
    line-height: 33px;
    padding: 0 1%;
    -webkit-appearance: none;
}

#signature {
    padding-top: 30px;
}
