.footerbar
{
    background-color: #FDE74C;
    width: 100%;
    height: auto;
}

.footerhd1
{
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 19px;
}

.logo
{
    background-color: transparent;
    height: 50px;
    width: 112px;
    margin-left: 5px;
    align-self: center;
}

.logo:hover
{
    color: #52a1fa !important;
}

/*nav bar area*/
@media only screen and (max-width: 700px)
{
    .headerbottom
    {
        display: none !important;
        height: max-content !important;
    }

    .navmobile
    {
        display: none !important;
    }

    .navmobile1
    {
        display: flex !important;
    }

    .navbutbar
    {
        display: inline !important;
    }

    .nav-link
    {
        text-decoration: none !important;
        width: 100% !important;
        text-align: center !important;
        border-bottom: 1px solid #4f4f4f !important;
    }

    .headerbottom_in1
    {
        flex-flow: column wrap !important;
        width: 100% !important;
    }

    .headerbottom_in2
    {
        flex-flow: column wrap !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 701px)
{
    .nav-link
    {
        text-decoration: none !important;
        width: max-content !important;
    }
}

.headerbar
{
    background-color: #FDE74C;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: auto auto;
    font-size: 1.35em;
    text-decoration: none !important;
    text-align: center;
    box-sizing: unset;
}

.headertop
{
    width: 100%;
    height: 50px;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    border-bottom: 1px solid #4f4f4f;
    box-sizing: unset;
}

.headertopright
{
    justify-content: right;
    display: grid;
    grid-template-columns: auto auto;
    box-sizing: unset;
}

.headertopright_in2
{
    justify-content: right;
    width: auto;
    height: 50px;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto auto auto auto;
    border-bottom: 1px solid #4f4f4f;
    gap: 12px;
    box-sizing: unset;
}

.headerbottom
{
    width: 100%;
    height: 50px;
    display: grid;
    grid-template-rows: auto auto;
    align-items: center;
    border-bottom: 1px solid #4f4f4f;
    box-sizing: unset;
}

.headerbottom_in1
{
    grid-row: 1;
    display: flex;
    flex-flow: row wrap;
    float: left;
    align-items: center;
    gap: 6px;
    width: auto;
    box-sizing: unset;
}

.navmobile
{
    display: block;
}

.navmobile1
{
    display: none;
}

.navbutbar
{
    display: none;
    background-color: transparent;
    box-sizing: unset;
}

.fa
{
    width: 35px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: unset;
}

.nav-link
{
    color: black;
    text-decoration: none;
    width: auto;
    height: auto;
    box-sizing: unset;
}

.navlogout
{
    height: 50px;
    align-self: center;
    text-align: center;
    align-content: center;
    box-sizing: unset;
}

.navlogout-but
{
    background-color: #007bb5;
    padding: 5px 10px;
    box-sizing: unset;
}

.navtogshow
{
    display: grid !important;
}

.navlogoutbottem
{
    height: 62px;
    width: 100%;
    align-self: center;
    text-align: center;
    align-content: center;
    margin: auto;
}

.navlogoutbottem-but
{
    align-self: center;
    background-color: #007bb5;
    height: 100%;
    width: 100%;
    border: none;
    text-align: center;
}

.navlogoutbottem-but:hover
{
    background-color: #029be8;
}

.navfontmar
{
    margin-left: 0.5rem;
}

.nav-link:hover
{
    color: #52a1fa !important;
}

.fa-no
{
    margin: 0.5rem 0.5rem;
    width: min-content;
}

.fa1:hover
{
    opacity: 0.7;
}

.fa-facebook
{
    background: #3B5998;
    color: white;
}

.fa-linkedin
{
    background: #007bb5;
    color: white;
}

.fa-youtube
{
    background: #bb0000;
    color: white;
}

.pnf1
{
    font:1.2em;
}

.identpagewidth
{
    background-color: #faf7f2;
    max-width: 1200px;
    padding: 25px 1%;
    padding-bottom: 29px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    align-content: center;
    box-sizing: unset;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
