@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import "form.css";

.button1 {
    background-color: #ced9af/*#454545*/;
    color: #111111;
    font-size: 15px;
    font-weight: normal;
    border: 0;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    cursor: pointer;
    letter-spacing: 1px;
}

.button1:hover {
    background-color: #ffffff;
    color: #111111;
}

.button1s {
    background-color: #ffffff;
    color: #353535;
    font-size: 15px;
    font-weight: normal;
    border: 0;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    cursor: pointer;
}

body {
    margin: 0;
    text-align: center;
    background-color: #ACB78E;
    font-family: Roboto, Arial;
    font-size: 15px;
    color: #111111;
    letter-spacing: 1px;
}

a {
    font-family: Roboto, Arial;
    font-size: 17px;
    color: #353535;
    text-decoration: underline;
}

a:hover {
    color: #555555;
    text-decoration: none;
}

body > div:nth-of-type(1) {
    padding: 30px;
    background-color: #ffffff;/*#ff9ce7*/;
}

body > div:nth-of-type(1) > h1 {
    margin: 0;
    font-family: Roboto, Arial;
    color: #9932cc/*#556B2F*/;
    letter-spacing: 2px;
}

body > div:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #ACB78E;
    margin-bottom: 40px;
}

body > div:nth-of-type(2) > div:nth-of-type(1) {
    padding-top: 30px;
    padding-bottom: 0px;
}

body > div:nth-of-type(2) > div:nth-of-type(1) > button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-family: Roboto, Arial;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 30px;
    background-color: #556B2F;
    cursor: pointer;
    min-width: 200px;
}

body > div:nth-of-type(2) > div:nth-of-type(1) > button:hover {
    color: #353535;
    background-color: #ffffff;
}

body > div:nth-of-type(2) > h1 {
    font-family: Roboto, Arial;
    color: #353535;
    font-size: 150px;
    margin: 0;
}

body > div:nth-of-type(2) > h2 {
    margin: 20px;
    font-family: Roboto, Arial;
    color: #353535;
}

body > div:nth-of-type(2) > h3 {
    margin: 10px;
    font-family: Roboto, Arial;
    font-size: 20px;
    color: green;
}

body > div:nth-of-type(2) > div:nth-of-type(2) {
    padding-left: 30px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div {
    float: left;
    width: 300px;
    border: 0;
    margin-bottom: 30px;
    margin-right: 30px;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) {
    position: relative;
    width: 300px;
    height: 233px;
    margin: 0;
    padding: 0;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1) {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #353535;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 0px;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) {
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*background-color: #f0f0f0;*/
    color: #ffffff;
    font-size: 30px;
    padding: 0px 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) > span {
    color: gray;
    font-size: 30px;
    -webkit-text-stroke: 2px #f0f0f0;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) img {
    border: 0;
    width: 300px;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) a {
    font-family: Roboto, Arial;
    font-size: 15px;
    color: #353535;
    text-decoration: none;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) a:hover {
    text-decoration: underline;
    color: #353535;
}

body > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 290px;
    height: 50px;
    margin: 0;
    background-color: #ffffff;/*#EEE8AA*/
    display: table-cell;
    vertical-align: middle;
}

body > div:nth-of-type(2) > div:nth-of-type(3) {
    padding-left: 20px;
    padding-right: 20px;
}

body > div:nth-of-type(2) > div:nth-of-type(3) div > div:nth-of-type(1) {
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

body > div:nth-of-type(2) > div:nth-of-type(3) input {
    appearance: none;
    width: 100%;
    font-family: Roboto, Arial;
    text-align: center;
    background-color: #f0f0f0;
    border: 0;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

body > div:nth-of-type(2) > div:nth-of-type(3) select {
    appearance: none;
    width: 100%;
    font-family: Roboto, Arial;
    text-align: left;
    background-color: #f0f0f0;
    border-radius: 10px;
    border: 0;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

.custom-option {
    font-size: 30px;
    font-weight: bold;
}

body > div:nth-of-type(2) > div:nth-of-type(3) textarea {
    appearance: none;
    resize: none;
    width: 100%;
    font-family: Roboto, Arial;
    text-align: left;
    padding: 0px;
    background-color: #f0f0f0;
    border: 0;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    margin: 0;
}

body > div:nth-of-type(2) > div:nth-of-type(3) div > span {
    font-family: Roboto, Arial;
    color: #555555;
    font-size: 30px;
    font-weight: bold;
}

body > div:nth-of-type(2) > div:nth-of-type(3) button {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-family: Roboto, Arial;
    font-size: 21px;
    font-weight: bold;
    color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 30px;
    background-color: #555555/*#dd7ac5*/;
    cursor: pointer;
}

body > div:nth-of-type(2) > div:nth-of-type(3) button:hover {
    background-color: #ffffff;
    color: #353535;
}

body > div:nth-of-type(3) {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

body > div:nth-of-type(3) > span {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
}

body > div:nth-of-type(4) {
    height: 150px;
    background-color: #ffffff;
}

body > div:nth-of-type(4) > button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-family: Roboto, Arial;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 30px;
    background-color: #9932cc;
    cursor: pointer;
}

body > div:nth-of-type(4) > button:hover {
    background-color: #353535;
}

@media (min-width: 500px) {
   .title { font-size: 40px; }
   .title1 { font-size: 30px; }
    body > div:nth-of-type(2) { max-width: 360px; }
}

@media (min-width: 600px) {
   .title { font-size: 40px; }
   .title1 { font-size: 30px; }
    body > div:nth-of-type(2) { max-width: 360px; }
}

@media (min-width: 700px) {
   .title { font-size: 40px; }
   .title1 { font-size: 30px; }
    body > div:nth-of-type(2) { max-width: 690px; }
}

@media (min-width: 900px) {
   .title { font-size: 40px; }
   .title1 { font-size: 30px; }
    body > div:nth-of-type(2) { max-width: 690px; }
}

@media (min-width: 1100px) {
   .title { font-size: 50px; }
   .title1 { font-size: 35px; }
    body > div:nth-of-type(2) { max-width: 1020px; }
}

@media (min-width: 1300px) {
   .title { font-size: 50px; }
   .title1 { font-size: 35px; }
    body > div:nth-of-type(2) { max-width: 1020px; }
}

@media (min-width: 1500px) {
   .title { font-size: 60px; }
   .title1 { font-size: 40px; }
    body > div:nth-of-type(2) { max-width: 1350px; }
}

@media (min-width: 1600px) {
   .title { font-size: 60px; }
   .title1 { font-size: 40px; }
    body > div:nth-of-type(2) { max-width: 1350px; }
}

@media (min-width: 1800px) {
   .title { font-size: 60px; }
   .title1 { font-size: 40px; }
    body > div:nth-of-type(2) { max-width: 1680px; }
}