@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');

body {
    /* font-family: 'Arial', sans-serif; */
    
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000000;

}

/* header, footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
} */

#contact {
    /* background-color: #f4f4f4; */
    background-image: url('/img/building.jpg');
    padding: 20px 0;
    background-size: 100% 100%;
    font-family: 'Lacquer', cursive;
}

.container {
    width: 80%;
    margin: 0 auto;
    height: 549px;
}

h2 {
    color: #000000;
}

.social-icons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.social-icons img {
    width: 65px;
    height: 65px;
    margin-top: 25px;
}

form {
    max-width: 600px;
    margin: 0 auto;
    display: none;
}

label {
    display: block;
    margin-bottom: 5px;
}

.forminp, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.btnsubmit {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.space{
    width: 99%;
    height: 29px;
}

#footer {
    background-color: #333;
    color: white;
    text-align: center;
    /* padding: 20px 0; */
    position: relative;
    /* bottom: 0; */
    top: 7px;
    width: 100%;
    height: 56px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footercontent {
    background-image: none;
}

.footercontent p {
    background-image: none;
}

.footercontent a {
    background-image: none;
    color: #00ffde;
    padding: 1px;
    margin: 0px;
    text-decoration: none;
    font-weight: bold;

}
