.headlines {
	font-family:'Raleway';
	font-size: 25px;
	width:95%;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: var(--accentd);
	box-sizing: border-box;
	padding 20px 0px;
	border-radius: 15px;
	margin:auto;
}

smll, smlla {
	position:absolute;
	bottom: 5px;
	width: 60px;
	right: 35%;
	padding-bottom: 0px;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Raleway';
	color: #222;
}

smlla {
	font-size: 15px;
	line-height: 8px;
	width: calc(150px + 20px);
	text-transform: uppercase;
	font-weight: bold;
	right: 15%;
	color:#f1ecec;
}

smll:hover, smlla:hover {
	color:#060606;
}

smalla:hover {
	color:#060606;
}
		
.sidebar {
	height: 100vh;
    width: 30px;
    position: fixed;
    right: 0;
    opacity: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    box-sizing: border-box;
    background: rgb(81 88 153 / 55%);
    z-index: 9999;
    color: #f1ecec);
}

.sidebar h {
    margin-top: 10px;
    height: 50%;
    writing-mode: vertical-rl;
    text-transform: lowercase;
	text-align: left;
	color:#f1ecec;
}

.sidebar bot {
    margin-bottom: 10px;
    height: 50%;
}

.cotton_head {
	position:relative;
	width: 1300px;
	height:  630px;
	background: transparent;
}

.cotton_head raletext {
	position: absolute;
	top: 10%;
	left: 24%;
	font-family: 'Raleway';
	color: #060606 !important;
	font-size: 65px;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 4;
}

.cotton_head amalfitext {
    position: absolute;
    top: calc(6% + 2px);
    left: 40%;
    color: #474e8e;
    font-size: 170px;
    text-transform: lowercase;
    z-index: 3;
}

.cotton_head tinytext, .cotton_head heav{
	position: absolute;
	top: 240px;
	font-family: 'Raleway' !important;
	color: #474e8e;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 3;
}

.cotton_head heav { font-size:35px;font-weight: normal;	top: 240px; left: 59.5%;}

.cotton_head .head_info {
	position: absolute;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	bottom: 0;
	width: 100%;
	height: 320px;
	background: rgb(88 95 157 / 21%);
    backdrop-filter: blur(5px);
	box-sizing: border-box;
    padding: 50px;
}

.head_info .ava {
width: 250px;
    height: 220px;
    background-size: cover;
    margin-right: 15px;
	margin-left: -15px;
    border: solid 1px #474e8e;
}

.topnavbar {
	width:1300px;
	height: 30px;
	box-sizing:border-box;
	position: sticky;
	background: rgb(81 88 153 / 55%);
	top:0;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	padding-right: 50px;
	padding-left: 30px;
	gap: 10px;
}

.topnavbar a {color: var(--dark) !important;}

.topnavbar .topnavbutton {
	flex-grow: 1;
	min-width: 50px;
	height:50px;
	display: inline-block;
	cursor: pointer;
	text-align:center;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #f1ecec !important;
}

.tab_container {
	width: 100%;
    position: relative;
    margin: auto;
	height: 220px;
	overflow: hidden;
}

.tab_container .tab_side {
	width:100%;
	height: 100%;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	background: transparent;
}

.tab_side input {
	display: none;
}

.tab_side label {
	display: block;
	width: 15px;
	height: 15px;
	background: rgb(81 88 153 / 55%);
	border: 1px solid #474e8e;
	cursor: pointer;
}

.tab_side .tab_content {
	position: absolute;
	max-width: calc(100% - 30px);
	flex-grow:1;
	height: 100%;
	top: 0;
	left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px;
	z-index: -1;
	opacity: 0;
	background: rgb(81 88 153 / 55%);
	color:#f1ecec;
}

.tab_side input:checked + label {
	background: #bbbed5;
	border: 1px solid #474e8e;
}

.tab_container input:checked + label {
	transition: all ease 0.2s;
}

.tab_side input:checked + label + .tab_content {
	z-index: 2;
	opacity: 1;
	transition: all ease 0.7s;
}

h1 {
	width: 80%;
	color: var(--dark);
	font-family: 'Raleway';
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	border-bottom: 2px dotted var(--accentd);
	font-weight: 200;
}

.account_switcher #accswitcher, .teamlinks #teamlinks, .listenlinks #listenlinks {
	display: none;
}

.account_switcher label, .teamlinks label, .listenlinks label {
	overflow: hidden;
	display: inline-block;
	height: 50px;
	cursor: pointer;
	text-align:center;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color:#f1ecec;
}

.account_switcher ul, .teamlinks ul, .listenlinks ul {
    width: 120px;
    box-sizing: border-box;
    white-space: no-wrap;
    background: rgb(81 88 153 / 68%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    text-align: center;
    margin-top: -15px;
    padding-inline-start: 0px;
}

.account_switcher ul li, .teamlinks ul li, .listenlinks ul li {
	text-align: left;
	padding-left: 2px;
	margin-bottom: 2px;
}

.account_switcher #accswitcher:checked ~  ul {
	visibility: visible;
	opacity: 1;
}

.teamlinks #teamlinks:checked ~  ul {
	visibility: visible;
	opacity: 1;
}

.listenlinks #listenlinks:checked ~  ul {
	visibility: visible;
	opacity: 1;
}


.no-bull {
    list-style-type: none;
}

::-webkit-scrollbar { 
	width: 7px;
	background: #474e8e;
	border: 1px solid #474e8e;
}
::-webkit-scrollbar-thumb{
  background: #f1ecec;
	border: 1px solid #474e8e;
}
::-webkit-scrollbar-track{
  border: 1px solid #474e8e;
}