/* Font Group */
@font-face{
    font-family: Bold_Font;
    src: url(Fonts/tt0524m_.ttf);
}

/* Tag Line */
.Tag_Line_Strip{
    width: 100%;
    height: 5%;
    background-color: #000002b2;
    margin: 0;
    text-align: center;
    align-content: center;
}

.Tag_Line_Strip h1{
    font-family: Bold_Font;
    font-size: 20px;
    font-weight: lighter;
    color: rgb(255, 255, 255);
    margin: 0%;
}

/* Navigation Bar */
.Navigation_Bar_Blank_Strip{
    width: 100%;
    height: 10%;
    margin-top: 0.5%;
    display: flex;
    justify-content: center;
}
.Navigation_Bar_Color_Strip{
    width: 98%;
    height: 100%;
    background-color: #00000277;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.274);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

/* Navigation Bar Buttons */
.Navigation_Bar_Company_Logo{
    width: 24%;
    height: 80%;
    margin-left: 1.5%;
    float: left;
}
.Navigation_Bar_Company_Logo img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* Products Button */
.Navigation_Bar_Products{
    width: 9%;
    height: 80%;
    background-color: #00000277;
    margin-left: 12%;
    float: left;
    text-align: center;
    align-content: center;
    border-radius: 10%;
}
.Navigation_Bar_Products:hover{
    background-color: #0400ff77;
}
.Navigation_Bar_Products a{
    font-family: Bold_Font;
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin: 0%;
}
.Navigation_Bar_Products_Content{
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.300);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.274);
}
.Navigation_Bar_Products_Content a{
    color: rgb(229, 255, 0);
    padding: 10px 10px;
    display: block;
    text-align: left;
    margin: 0%;
}
.Navigation_Bar_Products_Content a:hover{
    background-color: #0400ff77;
    border-radius: 5%;
}
.Navigation_Bar_Products:hover .Navigation_Bar_Products_Content{
    display: block;
    margin-top: 14px;
    border-radius: 5%;
}

/* Services Button */
.Navigation_Bar_Services{
    width: 9%;
    height: 80%;
    background-color: #00000277;
    margin-left: 0.5%;
    float: left;
    text-align: center;
    align-content: center;
    border-radius: 10%;
}
.Navigation_Bar_Services:hover{
    background-color: #0400ff77;
}
.Navigation_Bar_Services a{
    font-family: Bold_Font;
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin: 0%;
}
.Navigation_Bar_Services_Content{
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.300);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.274);
}
.Navigation_Bar_Services_Content a{
    color: rgb(229, 255, 0);
    padding: 10px 10px;
    display: block;
    text-align: left;
    margin: 0%;
}
.Navigation_Bar_Services_Content a:hover{
    background-color: #0400ff77;
    border-radius: 5%;
}
.Navigation_Bar_Services:hover .Navigation_Bar_Services_Content{
    display: block;
    margin-top: 14px;
    border-radius: 5%;
}

/* About Button */
.Navigation_Bar_About{
    width: 9%;
    height: 80%;
    background-color: #00000277;
    margin-left: 0.5%;
    float: left;
    text-align: center;
    align-content: center;
    border-radius: 10%;
}
.Navigation_Bar_About:hover{
    background-color: #0400ff77;
}
.Navigation_Bar_About a{
    font-family: Bold_Font;
    font-size: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin: 0%;
}

