:root {
    /* Color Variables */
    --primary-color: rgba(0, 107, 255, 0.6);
    --hover-color: #2965b9;
    --text-color: black;
    --button-text-color: white;
    --border-color: hsla(214, 81.8%, 67.6%, .9);
    --background-light: hsla(360, 100%, 100%, .9);
    --background-dark: hsla(218, 12%, 33%, 0.26);
    --

    /* Font Variables */
    --primary-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --heading-font-size: 1.5em;
    --text-shadow: 2px 2px 10px rgba(0, 107, 255, 0.3);

    /* Spacing Variables */
    --button-padding: 15px 20px;
    --button-margin: 10px;
    --border-radius: 5px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-repeat: no-repeat;
    /*background-color: #f2f2f2;*/
    /*color: #333;*/
    margin: 23px 0 10px 0;
    /*background-image: url("../media/bedroom.png");*/
    display: flex;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    /*background-color: var(--background-light);*/
    margin: auto;
    text-align: center;
  }

.card{
    background-color: #4e5e8338; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin: 0 0 20px 0;
    max-width: 340px;
    width: 100%;
    padding: 12px 20px 0px 20px;
    //margin: auto;
  }

  #logo-container {
    text-align: center;
    background-color: var(--background-light); <!-- rgba(255,255,255,0.2); -->
  }

  #logo {
    max-width: 150%;
    height: auto;
    margin-bottom: 50px;
  } 
  
  a {
      color: var(--button-text-color);
  }
  
  /*  link */
  a:link {
      color: #d8dce4;//var(--text-color);
      text-decoration: none;
      font-size: 18px;
  }
  
  /*  link */
  a:visited {
      color: #d8dce4;
      text-decoration: none;
  }
  
  /*  link */
  a:hover {
      color: var(--button-text-color);
      text-decoration: none;
      /*font-size: 30px;*/
  }
  
  /*  link */
  a:active {
      color: var(--button-text-color);
      text-decoration: none;
  }
  

  
  #info-container {
   // margin: auto;
    width: 100%;
    padding: 0px;
    border-radius: 15px;
    //border: 5px solid var(--border-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    background-color: white;
    text-align: center;
    font-size: 35px;
  }
  
  #info-container2 {
    margin: auto;
    width: 100%;
    padding: 0px;
    border-radius: 15px;
    //border: 5px solid var(--border-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    float: left;
    background-color: white;
    text-align: center;
  }
  
  button {
    padding: 25 15px;
   //  /* margin: 25px; */
    cursor: pointer;
    background-color: var(--primary-color);  
    color: black;
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s;
    text-align: center;
    border: 3px solid;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
  }

  button:hover {
    background-color: #2965b9;
    background-color: var(--hover-color);
    transform: scale(1.05);
  }

  ul {
    list-style-type: none;
    padding: 0;
  }

  li {
    background-color: #d9eaff;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  #left{
    text-align: left;  
   /* background-color: rgba(238, 242, 251, 0.162);*/
    display: grid;
    position: relative;
    margin: 3% 0% 3% 3%;
    width: 36%;
    float: left;
  }
  #right{
    text-align: right;  
    /*background-color: rgba(238, 242, 251, 0.162);*/
    display: grid;
    position: relative;
    margin: 3% 9% 3% 0%;
    width: 36%;
    float: right;
  }

  #bottom{
     width: 100%;
     text-align: center
  }


.submit {
    font-size: 30px;
}

.section {
    text-align: center;
}

  .contact {
    //margin: 6% 2% 0% 2%;
    text-shadow: 2px 4px 4px rgba(46,91,173,0.2);
    font-size: 30px;
    color: var(--button-text-color); 
     /*border: 3px solid var(white); */
  }
  
  h1 {
    font-size: 33px;
    letter-spacing: 0.1rem;
    margin: 8px;
    padding: 9px;
    color: black;
   // background-color: hsla(1,1%,3%,.44);
    border-radius: 5px;
    //box-shadow: 0 4px 8px rgba(26, 24, 24, 0.45);
    //text-shadow: 2px 2px 10px rgba(0, 0, 0,0.6);
    font-weight: 525;
  }
  
  .title {
    font-size: 31px;
    margin: 0px;
    padding: 0px;
    color: black;
    font-weight: normal;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
  }
  
  .share {
    font-size: 31px;
    margin: 0px;
    padding: 0px;
    color: hsl(360, 100%, 61%, .9);
    font-weight: normal;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
  }

  .info {
    color: black;
    font-size: 17px;
    margin: 17px 0 27px 0;
    font-family: Arial;
    text-align: center;
    font-size: 1.1em;
    background-color: white;
    padding: 10px;
    text-shadow: 2px 2px 10px rgba(0, 107, 255,0.3);
  }
  

  hr {
    background: rgb(246, 249, 254);
    height: 1px;
    border: none;
    box-shadow: 0 4px 8px rgba(26, 24, 24, 0.5);
    width: 80%;
    margin: 5px auto 30px auto;
  }
    
.copywrite {
    font-size: 14px;
    color: var(--text-color);
    width: 100
    float: left;
    color: black:
}

 .form-container {
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background: #69a4f0;
            text-align: center;
        }
    form {
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: center;
        }
        label {
            margin-top: 10px;
            justify-content: center;
        }
        input, textarea {
            width: 95%;
            padding: 8px;
            margin-top: 5px;
            justify-content: center;
            font-size: 24px;
            border-color: #88b7f924;
            background: ;
            border-radius: 7px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
            background: rgb(245, 245, 245, .95);
            color: red;
            
        }
        ::placeholder {
          color: grey;
          opacity: .5; /* Firefox */
          font-size: 20px;
}
        button {
            margin-top: 15px;
            padding: 10px;
            background-color: black;
            color: white;
            border: none;
            cursor: pointer;
        }
        button:hover {
            background-color: red;
        }
        
footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}


@media (max-width: 768px) {
  #info-container {
    flex-direction: column;
  }

  .section {
    margin-bottom: 20px;
    text-align: center;
  }
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  font-size: 29px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin: 7px;
}

.button-label {
  font-size: 31px;
  color: black;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-top: 2px;
  margin-bottom: 0;
}

.contact {
  //margin: 0;
  text-shadow: 2px 4px 4px rgba(46, 91, 173, 0.2);
  font-size: 30px;
  color: var(--button-text-color);
}

#nameInput {
  height: 25px !important; /* Use your desired height here */
  min-height: 25px;
}

#emailInput {
  height: 25px !important; /* Use your desired height here */
  min-height: 25px;
}

#messageInput {
  height: 120px !important; /* Use your desired height here */ 
  min-height: 80px;
}

/* Auto-expanding input styles */
.auto-expand-input {
  overflow: hidden;
  resize: none;
  transition: height 0.1s ease;
}