@import "./header.css";
@import "./index.css";
@import "./Autobody.css";
@import "./automotive.css";
@import "./bet.css";
@import "./culinary.css";
@import "./digitalmedia.css";
@import "./drafting.css";
@import "./electrical.css";
@import "./hairdressing.css";
@import "./plumbing.css";
@import "./welding.css";
@import "./it.css";

*,*::before,*::after {
    box-sizing: border-box;
}
:root {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    --header-height: 50px;
    --top-header-height: 125px;
    --head-height: calc(var(--header-height) + var(--top-header-height));
}
body {
    margin: 0;
    padding: 0;
}
.container {
    width: 100vw;
    height: 100vh;
    left: 0;
    margin: 0;
    padding: 0;
    top: var(--head-height);
    position: absolute;
}
.translate {
    top: 120px;
    left: 0;
    z-index: 100;
    position: absolute;
}
.headtop {
    width: 100vw;
    height: auto;
    background: white;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: fixed;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}
.topheader {
    width: 100vw;
    height: 125px;
    background: white;
    padding: 0;
    margin: 0;
    padding: 0;
    left: 0;
    position: absolute;
    display: flex;
}
.topheader>img {
    width: 250px;
    height: 100px;
    margin: 10px;
}
.logo {
    left: 50%;
    top: 50%;
    transform: translate(850%, 5%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.logo>img {
    padding: 0;
    margin: 0;
    width:100px;
}