.nvmhd_wrapper {
    width: 1000px;
    height: 600px;
    margin: auto;
    box-sizing: border-box;
    clear: both;
}


.nvmhd_naviwrap {
    width: 40px;
    /* height: 600px; */
    box-sizing: border-box;
    /* float: right; */
    position: relative;
    left: 960px;
    top: -560px;
}

.nvmhd_picture {
    width: 870px;
    height: 200px;
    box-sizing: border-box;
    margin: auto;
    background: url('https://img.nickpic.host/3weW3J.png');
    clear: both;
}

.nvmhd_rect {
    width: 40px;
    height: 80px;
    float: left;
}


.nvmhd_title {
    width: 300px;
    height: 80px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    padding: 5px;
    padding-left: 45px;
}

.nvmhd_floater1 {
    width: 280px;
    height: 250px;
    box-sizing: border-box;
    margin: auto;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 45px;
}

.nvmhd_floater2 {
    width: 280px;
    height: 250px;
    box-sizing: border-box;
    margin: auto;
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}

.nvmhd_floater3 {
    width: 280px;
    height: 250px;
    box-sizing: border-box;
    margin: auto;
    float: left;
    margin-top: 20px;
}

.nvmhd_divider {
    width: 10px;
    height: 180px;
    box-sizing: border-box;
    position: relative;
    left: 25px;
}

.nvmhd_headrot1 {
    width: 115px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    transform: rotate(-90deg);
    text-align: left;
    position: relative;
    left: -43px;
    top: 75px;
}

.nvmhd_headrot2 {
    width: 115px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    transform: rotate(-90deg);
    text-align: left;
    position: relative;
    left: -43px;
    top: 80px;
}


.nvmhd_shortfactwrap {
    width: 260px;
    height: 250px;
    overflow: auto;
    margin: auto;
    margin-top: 30px;
}

.nvmhd_shortfact {
    width: 260px;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 31px;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    display: inline-block;
}

.nvmhd_teamicon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
}

.nvmhd_teambox {
    width: 280px;
    margin: auto;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    left: 25px;
    top: 20px;
}

.nvmhd_teamwrap {
    width: 280px;
    margin: auto;
    position: relative;
    top: -150px;
    left: 20px;
}


.nvmhd_teamtext {
    width: 260px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    text-align: left;
    padding: 1px;
    padding-left: 30px;
}


.nvmhd_info {
    width: 230;
    height: 200px;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 25px;
    padding: 15px;
    overflow: auto;
    float: left;
    position: relative;
    top: -200px;
    left: 30px;
}


.nvmhd_navicon {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    color: #ffffff;
}


.nvmhd_navicon .tooltiptext {
    visibility: hidden;
    width: 100px;
    height: 25px;
    box-sizing: border-box;
    background-color: #27bffe;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    padding: 5px 0;
    overflow: auto;
    position: absolute;
    right: 45px;
    z-index: 1;
}

.nvmhd_navicon:hover .tooltiptext {
    visibility: visible;
}

/* welcome block */


.nvmsdb_upper {
    width: 220px;
    height: 500px;
    box-sizing: border-box;
    position: fixed;
    top: 100px;
    right: 100px;
}

.nvmhd_header_responsive {
    display: none;
}

@media only screen and (max-width:1650px) {
    .nvmsdb_upper {
        /*left: 1500px;*/
        right: 70px;
    }
}

@media only screen and (max-width:1600px) {
    .nvmsdb_upper {
        /*left: 1500px;*/
        right: 50px;
    }
}

@media only screen and (max-width:1550px) {
    .nvmsdb_upper {
        /*left: 1500px;*/
        right: 30px;
    }
}

@media only screen and (max-width:1500px) {
    .nvmsdb_upper {
        /*left: 1500px;*/
        right: 10px;
    }
}

@media only screen and (max-width:1465px) {
    .nvmsdb_upper {
        display: none;
    }
    .nvmhd_header_responsive {
        display: block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900; content: "\f0c9";
    }
}

/*
@media only screen and (min-width: 1620px) and (max-width: 1719px){
    .nvmsdb_upper {
        left: 1400px;
        right: 120px
    }
}

@media only screen and (min-width: 1520px) and (max-width: 1619px){
    .nvmsdb_upper {
        left: 1300px;
        right: 300px
    }
}

@media only screen and (min-width: 1380px) and (max-width: 1519px){
    .nvmsdb_upper {
        left: 1200px;
        right: 400px
    }
}*/

.nvmsdb_rect {
    width: 20px;
    height: 80px;
    box-sizing: border-box;
    float: left;
}

.nvmsdb_title {
    width: 175px;
    height: 80px;
    box-sizing: border-box;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
}


.nvmsdb_avatar {
    width: 200px;
    height: 180px;
    box-sizing: border-box;
    margin-top: 100px;
    clear: both;
    position: relative;
    left: 10px;
}

.nvmsdb_avatar_guest {
    width: 200px;
    height: 180px;
    box-sizing: border-box;
    margin-top: 100px;
    clear: both;
    position: relative;
    top: 20px;
    left: 10px;
    background: url('https://via.placeholder.com/200x180');
}

.nvmsdb_buttonwrap {
    width: 200px;
    position: relative;
    left: 10px;
    margin-top: 15px;
}

.nvmsdb_button {
    width: 200px;
    height: 20px;
    box-sizing: border-box;
    padding: 1px;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    display: inline-block;
    margin-bottom: 7px;
}

.nvmsdb_iconwrap {
    width: 130px;
    height: 50px;
    margin-top: 40px;
    position: relative;
    left: 50px;
}

.nvmsdb_icon {
    width: 50px;
    height: 50px;
    margin: auto;
    font-size: 40px;
    text-align: center;
    margin-right: 15px;
    float: left;
}

.nvmsdb_icon .tooltiptext {
    visibility: hidden;
    width: 100px;
    height: 25px;
    box-sizing: border-box;
    background-color: #27bffe;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    padding: 5px 0;
    overflow: auto;
    position: absolute;
    top: 355px;
    left: 900px;
    z-index: 1;
}

.nvmsdb_icon:hover .tooltiptext {
    visibility: visible;
}

