#main-header {
    height: 128px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    padding-bottom: 3%;
    margin-top: 5%;
    border-bottom: 1px #bdbdbd solid;
    font-family: "title-font";
    font-size: 11pt;
    color: #58595b;`
}

#main-header a{
    color: #919396;
}

#main-header .left-column{
    height: 100%;
}

#main-header .sub-header{
    margin-top: 3px;
    font-size: 11pt;
/*    display: none;*/
}

#main-header .left-column .header-wrapper{
/*    height: 100%;*/
}

#main-header .left-column a{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-header .left-column .tag-line {
    font-family: "title-font";
    color: #919396;
    font-size: 11spt;
    display: none;
}

#main-header .title {
    font-family: "title-bold-font";
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14pt;
}

#main-header .right-column {
    width: auto;
    height: 100%;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    font-size: 10.5pt;
}

#main-header .right-column .social-icons span {
    font-size: 16pt;
    margin-left: 15px;
}

#main-header .right-column .social-icons {
    position: relative;
    /*    bottom: 4pt;*/
}

.header-logo{
    width: 300px;
    margin-top: 35px;
}

.nav span {
    font-size: 12pt;
    margin-left: 20px;
/*    color: #818181;*/
}

.nav a{
    text-decoration: none;
}


/*1 column*/

@media screen and (max-width: 500px) {
    #main-header {
        height: 160px;
        margin-left: 5%;
        margin-right: 5%;
        font-family: "title-font";
        font-size: 11pt;
        color: #58595b;
        flex-direction: column;
        margin-bottom: 10%;
    }
    #main-header .right-column {
        width: 100%;
        height: 40%;
        flex-direction: row-reverse;
        align-items: flex-end;
        /*        background-color: rebeccapurple;*/
    }
    #main-header .left-column {
        width: 100%;
        height: 60%;
    }
    #main-header .right-column .social-icons span {
        font-size: 16pt;
        margin-right: 0px;
        margin-left: 20px;
    }
    #main-header .left-column .tag-line {
        margin-top: 30px;
    }
    #main-header .left-column .title {
        margin-bottom: 20px;
    }
    .nav span {
        margin-left: 0px;
        margin-right: 10px;
    }

    .header-logo{
        height: 90px;
        margin-top: 35px;
    }
}

@media screen and (max-width: 374px){
     .nav span {
       font-size: 10pt;
    }
}
