@font-face {
    font-family: 'TBC Contractica';
    src: url('Fonts/TBCContractica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TBC Contractica-Medium';
    src: url('Fonts/TBCContractica-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TBC Contractica-Bold';
    src: url('Fonts/TBCContractica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TBC Contractica Caps-Bold';
    src: url('Fonts/TBCContracticaCAPS-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




header {
    display: flex;
    justify-content: space-between;
    padding: 42px 80px;
    background-color: #FFF7F5;
}



header nav {
    display: flex;
    align-self: center;
    gap: 40px;
}

header a {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #000000;

}

header a img {
    vertical-align: middle;
}

header a:hover {
    color: #E42237;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-link {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);

    width: 172px;
    background: #f5efef;
    border: 2px solid #555;
    border-radius: 11px;
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu a {
    display: block;
    padding: 18px 5px;
    text-align: center;
    text-decoration: none;
    font-family: TBC Contractica;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    border-bottom: 1px solid #777;
}

.dropdown-menu a:last-child {
    border-bottom: none;
}

body {
    background-color: #FFF7F5;
}



footer {
    background-color: #353339;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

footer img {
    margin: 44px 0px 67px 126px;
}

h3 {
    display: inline-block;
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFF7F5;
    margin-bottom: 40px;


}

footer a {

    color: #FFF7F599;
    font-family: TBC Contractica;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;

}

div.flex-nav {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

div.nav {
    margin: 40px 0px 0px 223px;

}

div.socials-foot {
    display: flex;
}

div.socials-links {
    display: flex;
    height: 5px;
    align-content: center;
    gap: 10px;

}

.socials-links a {
    width: 40px;
}

main {
    border-top: solid black;
    display: flex;
    padding: 42px 80px 0px 80px;
    background-color: #FFF7F5;
    flex-wrap: wrap;
    flex-direction: column;

}

div.start {
    display: flex;
    gap: 19vw;
    flex-wrap: wrap
}

div.socials {
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;

}

p {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 10px;

}



p.first {
    margin-bottom: 28px;
}

.socials-links a {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;


}

.socials a {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
    text-decoration: none;
    margin-bottom: 9px;
}

.socials a.mail {
    text-decoration: underline;
    margin-bottom: 41px;
}