@font-face {
    font-family: Techead-Bold;
    font-weight: bold;
    src: url(../fonts/Techead.otf);
}

.navbar{
}
.navbar-brand {
    width: 15%;
}

.navbar-light .navbar-brand {
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 25px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-toggler {
    background: #000000;
}

.navbar-nav {
    text-align: center;
}

.nav-link {
    padding: .2rem 1rem;
}

.nav-link.active, .nav-link:focus {
    color: #000000;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
}

.company-header:hover {
    color: #000000;
}

.company-header {
    color: #000000;
    font-family: 'Techead-Bold', sans-serif;
    letter-spacing: 2px;
}

.my-nav-item {
    /*max-width: 170px;*/
    line-height: 1.2;
    margin-right: 20px;
    /*font-weight: bold;*/
    position: relative;
    font-size: 14px;
    font-family: 'Techead-Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-box {
    /*background-image: url("/images/backgrounds/bg-win.jpg");*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*opacity: .65;*/
    /*height: 100%;*/
    position: relative;
}

.header-box::before {
    content: "";
    background-image: url("/images/backgrounds/bg-win.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .55;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.my-ai{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    font-weight: 600;
}