 body{background-color:#151203;
 font-family: 'Roboto', sans-serif;}
  
  #mmenu_screen > .row {
    min-height: 100vh;
}

.flex-fill {
    flex:1 1 auto;
}
.vertical-center {
  min-height: 100%;  
  min-height: 100vh; 

  display: flex;
  align-items: center;
}

.stripes {
    padding: 10px 5px;
    height: 100vh;
    overflow: hidden;
}
.stripes .stripes-container .col {
    padding-right: 5px;
    padding-left: 5px;
}
.stripes .stripe {
    position: relative;
    height: 100%;
}
.stripes .stripes-container {
    height: 100%;
}
.stripes .stripe img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

.heading{
	color:#c79f32;
	line-height: 48px;
	font-size: 45px;
	    font-weight: 300;
}

.logo{
}

.info{ }
.info a, .info{color:#d6c188;font-size: 24px;margin-bottom: 10px;}
