﻿.body{
    min-width:1020px;
}


.tg_img {
    height: 50px;
    display: inline-block;
    vertical-align: top;
    /*opacity: .9;*/
    z-index: 100;
    margin: 15px 10px 0 20px;
    /*filter: drop-shadow(5px 5px 5px #22222291);*/
}

#menu_container {
    letter-spacing: -0.5px;
    /*display: block;
    position: relative;*/
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 80px;
    background: white;
    text-align: left;
    filter: drop-shadow(5px 5px 5px #22222243);
    z-index: 999;
}


.menu_item {
    /*width:120px;*/
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin: 0 0 0 20px;
    color: rgba(0, 0, 0, 1);
    opacity: .8;
    cursor: pointer;
    line-height: 80px;
    font-weight: 400;
}

    .menu_item:hover {
        opacity: 1;
        text-shadow: 0 0 20px #3dffdb;
    }




#footer {
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height: 40px;
    background: #767b84ff;
    text-align: center;
    z-index: 101;
    background:black;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.foot_box_container {
    position: relative;
    display: block;
    margin: 10px 0 0 0;
    height: 120px;
}


.foot_box {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 170px;
    vertical-align: top;
    text-shadow: 1px 1px 4px rgb(0, 0, 0, 0.45);
}

.foot_box_header {
    display: block;
    position: relative;
    line-height: 20px;
    font-weight: bold;
}

.foot_box_link {
    display: block;
    position: relative;
    line-height: 20px;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.foot_box_link_sm {
    display: inline-block;
    position: relative;
}

.vertical-line-footer {
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: white;
    margin: 0 20px 0 20px;
    border-radius: 3px;
    opacity: .3;
    vertical-align: top;
}

.horizontal-line-footer {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 4px 0 8px 0;
    border-radius: 3px;
    opacity: .3;
    vertical-align: top;
}


.sm_icon {
    height: 20px;
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    opacity: .8;
    cursor: pointer;
    filter: drop-shadow(2px 2px 4px #000000a6);
}

    .sm_icon:hover {
        opacity: 1;
    }

.copyright {
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    /*letter-spacing: -.5px;*/
    font-family: "Libre Franklin", sans-serif;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 4px rgb(0, 0, 0, 0.45);
}



/* STYLES FOR CALLOUT*/
.callout_contents_horizontal2 {
    display: block;
    font-size: 16px;
    position: relative;
    height: 30px;
    line-height: 30px;
    width: auto;
    text-indent: 10px;
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 5px 10px;
    white-space: nowrap;
    color: #000000f4;
    z-index: 100;
    /*text-shadow: 0 0 10px black;*/
}

    .callout_contents_horizontal2:hover {
        color: black;
        text-shadow: 0 0 20px #3dffdb;
        z-index: 100;
    }


.callout {
    position: absolute;
    z-index: 100;
    display: none;
    left: 0px;
    top: 54px;
    width: 200px;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    opacity: 1;
    text-align: left;
    text-wrap: none;
    text-shadow: none;
    background: #f7f6f5ff;
    border-radius: 4px;
    /*box-shadow: 0 0 20px black;*/
    /*font-family: "Libre Franklin", sans-serif;*/
    font-weight: bold;
    letter-spacing: 0.05em;
    z-index: 100;
}

    .callout::before {
        content: "";
        width: 0px;
        height: 0px;
        border: 0.8em solid transparent;
        position: absolute;
        z-index: 100;
    }

