@font-face {
    font-family: 'Bell MT';
    src: url('../font/bellmt.ttf');
}

@font-face {
    font-family: 'Bell MT';
    src: url('../font/bellmtbold.ttf');
    font-weight: bold;
}

#introOverlay {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*background: linear-gradient(to right, gray , black); *//* Standard syntax */
    text-align: center;
    background-image: url("../img/loadscreen.png");
    background-position-x: center;
    background-size: auto 100vh;
}

.loading {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px;
    padding-left: 20px;
	padding-right: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 5px;
    font-size: 20px;
}

.loading img {
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.loading p {
    display: inline-block;
    float: left;
}

.intro-overlay-image {
    max-width: 100vw;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 2% 12% 2% 12%;
    font-family: 'Bell MT', 'Georgia', serif;
    text-align: left;
    color: lightgray;
}

p {
    padding: 2% 10% 2% 10%;
    text-align: left;
    color: lightgray;
}

a {
	color:grey
}

img.primary {
  max-width: 50vw;
  max-height: 80vh;
}

.leftfiftycolumn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: auto;
    width: 50%;
}

.rightfiftycolumn {
    display: table-cell;
    vertical-align: middle;
    text-align: right; 
    height: auto;
    width: 50%;
}

.rowcontainer {
    margin-bottom: 10vh;
    display: table;
    position: relative;
    width: 100vw;
}

.item {
    -webkit-transition:width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition:width 2s, height 2s, background-color 2s, transform 2s;
}

body {
    position: relative;
    background:black;
    color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}

img.carousel-img {
    overflow: hidden;
    margin-left: 25%;
    width: 75%;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border-width: 1px 0 1px 0;
}

.bg-image {
    display: block;
    position: absolute;
    width: 100vw;
    overflow: hidden;
    z-index: -1;
    opacity: 0.6;
    left: 0;
    top: 300px;
    background-image: url("../img/layer_color.png");
    background-size: 100vw 100vh;

}

.bg-overlay {
    width: 100vw;
<!--    z-index: 99;-->
}

.prop {
    padding: 0; /* 0 15% 50px 15%; */
    background-image: url("../img/body_tab_2.png");
    background-size: 100% 100%;
}

.prop p {
	font-size: 18px !important;
}

.spacer {
    margin-top: 20px;
}

a.menu-item {
    cursor: pointer;
}

.carousel-container {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 99;
    background-image: url("../img/header_fullwidth_fade.png");
}
.carousel-overlay {
    z-index: 99;
    height: 60%;
    margin-top: 2.5%;
    margin-left: 1%;
}

.carousel {
    overflow: hidden;
}

nav.nav-idris {
    background-color: black;
    border: none;
}

.menubar-bottom {
    width: 100vw;
    height: 15px;
    background-image: url("../img/menubar_bottom.png");
}

.menubar-top {
    width: 100vw;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.bg-overlay {
    position: absolute;
    overflow: hidden;
}

.bg-overlay img {
    width: 100vw;
}

#footer {
    position: fixed;
    margin-top: 0;
    bottom: 0;
    height: 40px;
    padding: 10px;
    width: 100vw;
    background-color: black;
    color: white;
}

nav {
    z-index: 100;
}

.menu-item {
    text-align: center;
    width: 100px;
}

.menu-item:hover { 
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/menu_hover.png") !important;
    background-size: 100% 100%
}

ul.nav > li.active > .menu-item:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/menu_active_hover.png") !important;
    background-size: 100% 100%;
}

ul.nav > li.active > .menu-item {
    background: url("../img/menu_active.png");
    background-size: 100% 100%;

}

@media all and (max-width: 991px) {
    .prop {
        margin-top: -20px;
    }
}

@media all and (min-width: 1600px) {
    #introOverlay {
        background-size: 100vw auto;
    }
}


