
body{
    background-color: #1d1b30 ;
    color: #f3f0dd;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.container-fluid{
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.container-fluid > .row{
    flex-basis: 100%;
    text-align: center;
}
.logocont img{
  width: 40vh;
height: auto;
}
.socialicons a{
    font-size: 2em;
    color: #f3f0dd;
    margin: 20px
}

.socialicons a:last-child{
    margin-right: 0;
}


.cb-tagreel-items {
	margin: -58px 0;
	overflow: hidden;
	cursor: default;
	position: absolute;
	top: 58px;
	width: 100vw;
}

.cb-tagreel-items2 {
	margin: -58px 0;
	overflow: hidden;
	cursor: default;
	position: absolute;
	bottom: 58px;
	width: 100vw;
}

.cb-tagreel-row {
	display: flex;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.cb-tagreel-row2 {
	display: flex;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.cb-tagreel-item {
	position: relative;
	line-height: 100%;
	font-size: 5vh;
	flex: 0 0 10%;
	padding: 58px 0;
	text-transform: uppercase;
	color: #23203d;
	font-family: "Days One", sans-serif;
}

.cb-tagreel-item.-stroke {
	font-family: "Days One", sans-serif;
	color: transparent;
	text-shadow: none;
	-webkit-text-stroke: 2px #23203d
}

.cb-tagreel-item span {
	position: relative;
	display: inline-block;
	z-index: 1;
}
