html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
	background-color: #ffffff;
}

#top_bar {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    background-color: black;
    position: sticky;
}

#top_bar > div {
    width: 250px;
}

.table-wrapper {
    display: table;
    height: 100%;
    display: table;
}

.nav-frame {
    width: 100%;
    height: 50px;
    border: none;
}

#nav-logo-wrapper {
	font-size: 30px;
	text-align: left;
    font-weight: 800;
    font-family: Gulim;
    margin-left: 10px;
}

#top_bar a, #top_bar span {
    color: #ffffff;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
}

#nav-link-wrapper {
    color: #ffffff;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 10px;
}

#nav-link-wrapper span {
    padding-left: 10px;
    padding-right: 10px;
}

#nav-link-wrapper a:hover {
    text-decoration: underline;
}

#logo-m {
    color: #d5d5d5;
    display: inline;
}

#logo-hooge {
	color: white;
    display: inline;
}

#nav-location-wrapper {
    text-align: center;
    width: 50% !important;
}

#nav-location-wrapper > div {
    display: inline-table;
}

#nav_location {
	font-size: 26px;
	font-style: italic;
	text-align: center;
	font-family: Gulim;
	letter-spacing: 5px;
    font-weight: 800;
    color: rgb(0, 110, 255) !important;
}

#nav_header {
	padding-bottom: 20px;
	font-size: 50px;
	text-align: center;
	font-family: Gulim;
	letter-spacing: 10px;
	color: #ffffff;
}

nav {
	top: 20px;
	position: relative;
	margin: auto;
	text-align: center;
}

.constr_text {
	text-align: center;
}

.constr_img {
	width: 60%;
	left: 50%;
	transform: translate(30%, 0%);
}

@media (max-width: 650px) {
    #nav-location-wrapper {
        display: none;
    }
}

@media (max-width: 360px) {
    #logo-hooge {
        display: none;
    }
}

@media (max-width: 1350px) {
    #nav_row {
        height: auto;
        padding-bottom: 10px;
    }

    .nav-link-wrapper {
        text-align: center;
    }
}