*{
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
}
body{
    height: 100%;
}
#nav2{
    height: 200px;
    width: 100%;
    background-color: gray;
    grid-row: 3;
    margin-top: auto;
    display: grid;
    grid-template-columns: 50px 100px 1fr 130px 130px 130px;
    grid-template-rows: 100px;
    border-top: solid black 5px;
}
#nav {
    height: 100px;
    width: 100%;
    background-color: gray;
    
    display: grid;
    grid-template-columns: 50px 100px 1fr 130px 130px 130px;
    grid-template-rows: 100px;
    align-content: center;
    

}
#emer{
    grid-column: 3;
    font-size: 60px;
    height: auto;
    margin: 0 auto;
    padding: 10px ;
    margin-top: auto;
    margin-bottom: 3px;
    color: black;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #dbbc6d;
    border: solid 3px black;
    border-radius: 20%;
    text-decoration: underline ;
    
    
}
#home{
    grid-column: 4;
    margin: 0 auto;
    padding: 10px;
    
}
#abt{
    grid-column: 5;
    margin: 0 auto;
    padding: 10px;
}
#homeic{
    width: auto;
    height: 90%;
    margin: 0 auto;
    transition: transform 0.3s ease, color 0.3s ease;
            cursor: pointer;
  border: solid 3px #dbbc6d ;
  border-radius: 10%;
  padding: 5px;
  margin-right: 40px;
  margin-bottom: 15px;
}
#abtic{
    grid-column: 5;
    border: solid 3px #dbbc6d ;
  border-radius: 10%;
  padding: 5px;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
    margin: 0 auto;
    margin-right: 20px;
    width: auto;
    height: 90%;
    
}
#cont{
    grid-column: 6;
    margin: 0 auto;
    padding: 10px;

}
#contic{
    grid-column: 6;
    width: auto;
    height: 90%;
    transition: transform 0.3s ease, color 0.3s ease;
            cursor: pointer;
    margin: 0 auto ;
    margin-right: 20px;
    border: solid 3px #dbbc6d ;
  border-radius: 10%;
  padding: 5px;
   
    
}
#logic{ 
    width: auto;
    height: 90px;
    grid-row: 2;
    grid-column: 1;
    border-radius: 50%;
    margin-left: 20px;
    padding: 1px;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
  border: solid  #dbbc6d 3px;

}
#closing{
    grid-column: 4/6;
    font-size: 25px;
    padding: 30px;
    }
    #brock{
        margin-top: auto;
        font-size: 30;
        grid-column: 1/4;
    }
    #main{
        display: grid;
        grid-template-columns: 1fr 95% 1fr;
        column-gap: 50px;
    }
    #content{
        grid-column: 2;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 40% 60%;
        grid-template-rows: 4fr 6fr 200px;
        padding: 100px;
        column-gap: 50px;
        row-gap: 25px;
    }
    #foto{
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: 100%;
    }
    #pic{
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    #hours{
        grid-row: 2;
        grid-column: 1;
        
        height: 100%;
        background-color:#dbbc6d;
        border: solid black 1px;
        border-radius: 15px;
        padding: 15px;
        
    }
    #homeic:hover, #abtic:hover, #contic:hover, #logic:hover{
        transform: scale(1.2); 
                color: #007bff;
    }
    #oret{
        margin: 0 auto;
        font-size: 17px;
        height: 100%;
        width: 100%;
        padding-top: 20px;
        padding: 10px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .form-container {
        background-color: #ffffff;
        padding: 30px 40px;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 400px;
        grid-column: 2;
        grid-row: 1/3;
    }

    .form-container h2 {
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }

    .form-container label {
        display: block;
        margin-bottom: 8px;
        color: #555555;
        font-weight: bold;
    }

    .form-container input,
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 15px;
        border: 1px solid #cccccc;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

    .form-container input:focus,
    .form-container select:focus,
    .form-container textarea:focus {
        border-color: #3b82f6;
        outline: none;
        box-shadow: 0 0 4px rgba(59, 130, 246, 0.3);
    }

    .form-container button {
        width: 100%;
        padding: 12px;
        background-color: #3b82f6;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .form-container button:hover {
        background-color: #2563eb;
    }

    .form-container  {
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        color: #666666;
    }

    .form-container  a {
        color: #3b82f6;
        text-decoration: none;
    }

    .form-container  a:hover {
        text-decoration: underline;
    }
