
/* --- All --------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body img {
	max-width: 100%;
	display: block;
}

div {
	position: relative;
	box-sizing: border-box;
}


/* --- General ------------------------------------------------------------------ */

p, a, ul, ol, h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	box-shadow: none;
	line-height: 1.3em;
	/*text-align: left;*/
	text-shadow: none;
	font-weight: 400;
	font-family: 'Quicksand', sans-serif;
	color: #2a363b;
	margin: 0;
	padding: 0;
	display: block;
}



 h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	box-shadow: none;
	line-height: 1.3em;
	text-shadow: none;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
	color: ##2a363b;
	margin: 0;
	padding: 0;
	display: block;
	text-transform: uppercase;
}



a {
	display: inline-block;
	color: #ffffff;
	transition: all 0.5s ease;
}

a:hover {
	color: #262626;
}


p, ul, ol {
	font-size: 100%;
	margin-bottom: 15px;
}

ul, ol, li {
	list-style: none;
}

h1 {
	font-size: 210%;
}

h2 {
	font-size: 190%;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
}

h3 {
	font-size: 140%;
	margin-bottom: 18px;
}

h4 {
	font-size: 130%;
	margin-bottom: 15px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}


.rl-clear {
	float: none;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}





/* --- Elements ------------------------------------------------------------------ */

#rml-holdall {
    width: 100%;
	overflow: hidden;
    min-height: 100vh;
    background-image: url(../images/rml_logo_outline_multi.png);
    background-image: url(../images/rml_logo_outline_multi.svg);
    background-position: right top;
    background-size: 100%;
    background-repeat: repeat-y;
}


/* ---- Logo  */
.rl-inner-logomain {
    background-image: url(../images/rml_logo_outline_multi.svg);
    width: 37vw;
    height: 16vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
}


/* ---- Nav  */
#rl-nav {
    position: fixed;
    background-color: pink;
    
}
.rl-ul-nav {
    display: flex;
    list-style: none;
    margin: 0;
    font-family: 'Anton', sans-serif;
}


.rl-ul-nav li {
    text-transform: uppercase;
    border-right: solid 1px;
    padding: 0px 10px;
}

.rl-ul-nav li:last-of-type {
    border-right: none;
}

/* ---- Sections  */
#rl-section-hold {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

#rl-content {
    padding-left: 3vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.rl-info p {
    background: #f8e07b;
    background: #ffd319;
    font-weight: 600;
    padding: 3px;
    font-size: 150%;

}

