html
{
	min-height:100%;
	min-width:100%;
	-ms-text-size-adjust:none;
}
/* body styles */

/* FONTS */

@font-face {
  font-weight: 300; /* normal */
  font-family: 'coco_gothiclight';
	src: url('../cs-fonts/coco-gothic-light-webfont.eot');
    src: url('../cs-fonts/coco-gothic-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../cs-fonts/coco-gothic-light-webfont.woff2') format('woff2'),
         url('../cs-fonts/coco-gothic-light-webfont.woff') format('woff'),
         url('../cs-fonts/coco-gothic-light-webfont.ttf') format('truetype'),
         url('../cs-fonts/coco-gothic-light-webfont.svg#coco_gothiclight') format('svg');
    font-style: normal;
}

@font-face {
  font-weight: 700; /* bold */
  font-family: 'coco_gothicbold';
  	src: url('../cs-fonts/coco-gothic-bold-webfont.eot');
    src: url('../cs-fonts/coco-gothic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../cs-fonts/coco-gothic-bold-webfont.woff2') format('woff2'),
         url('../cs-fonts/coco-gothic-bold-webfont.woff') format('woff'),
         url('../cs-fonts/coco-gothic-bold-webfont.ttf') format('truetype'),
         url('../cs-fonts/coco-gothic-bold-webfont.svg#coco_gothicbold') format('svg');
    font-style: normal;
}

@font-face {
  font-weight: 900; /* heavy */
  font-family: 'coco_gothicheavy';
  	src: url('../cs-fonts/coco-gothic-heavy-webfont.eot');
    src: url('../cs-fonts/coco-gothic-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../cs-fonts/coco-gothic-heavy-webfont.woff2') format('woff2'),
         url('../cs-fonts/coco-gothic-heavy-webfont.woff') format('woff'),
         url('../cs-fonts/coco-gothic-heavy-webfont.ttf') format('truetype'),
         url('../cs-fonts/coco-gothic-heavy-webfont.svg#coco_gothicheavy') format('svg');
    font-style: normal;
}

body
{	
	background-color: black;
	background-image: url(../cs-images/background.jpg);
	background-repeat:repeat-y;
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	display: flex;
	min-width: 1100px;
	overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0.0);
}

/* cleaning link styles */

a:link
{
	text-decoration: inherit;
	color: inherit;
}

a:active
{
	text-decoration: inherit;
	color: inherit;
}

a:visited
{
	text-decoration: inherit;
	color: inherit;
}

/* top menu */

#top_navigation
{
	position: fixed;
	width: 100%;
	padding: 24px;
	background: rgba(239, 239, 239, 0.01);
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(20px);
	justify-content: center;
	align-items: flex-start;
	display: inline-flex;
	z-index: 9999999;
		 
}

#logo_top_left
{
	width: 125px;
	height: 93px;
	position: relative;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	background-image: url(../cs-images/logo.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#menu_top_right_wrapper
{
	flex: 1 1 0;
	align-self: stretch;
	height: 93px;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

#menu_top_right_elements
{
	width:100%;
	height: 93px;
	align-self: stretch;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	display: flex;
	float:right;
	padding-right: 48px;
}

.menu_element
{
	padding-left: 12px;
	padding-right: 12px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	height:100%;
}

.menu_element_contacts
{
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	height:100%;
}

.menu_element_text, .menu_element_text_contacts
{
	text-align: center;
	text-shadow: 0px 0px 0px black;
	color: #EFEFEF;
	font-size: 18px;
	font-family: 'coco_gothicbold';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.90px;
	word-wrap: break-word;
	transition-duration: 500ms;
}

.menu_element_text:hover, .menu_element_text_contacts:hover
{
	text-shadow: 0px 0px 16px black;
	color: #008BCE;
	transition-duration: 500ms; 
}

/* SELECT */

.language_select, .language_select:focus, .language_select:active
{
	
	color: #EFEFEF;
	font-size: 18px;
	font-family: 'coco_gothicbold';
	font-weight: 700;
	background-color: rgba(255,0,0,0.00);
	outline: none !important;
	border-color: rgba(0,0,0,0.00);
	padding:5px 0;
	cursor: pointer;
	transition-duration: 500ms;
}
.language_select:hover
{	
	text-shadow: 0px 0px 16px black;
	color: #008BCE;
	transition-duration: 500ms;
}

.option_custom
{	
	color: #EFEFEF;
	background-color: #000;
	outline: 0 !important;
	border-color: rgba(0,0,0,0.00);
}


/* links */

#link_1
{
	position: absolute;
	top: 0px;
}

#link_2
{
	position: absolute;
	top: 100%;
}

#link_3
{
	position: absolute;
	top: 200%;
}

#link_4
{
	position: absolute;
	top: 300%;
}

#link_5
{
	position: absolute;
	top: 375%;
}

#link_6
{
	position: absolute;
	top: 450%;
}

#link_7
{
	position: absolute;
	top: 550%;
}

#link_8
{
	position: absolute;
	top: 680%;
}


/* Home */

#home_screen
{
	height: 100%;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	top: 0px;
	color: #EFEFEF;
	font-size: 48px;
	font-family: 'coco_gothicheavy';	
	text-transform: uppercase;
	word-wrap: break-word;
	opacity: 0.75;
	transition-duration: 500ms;	
	background-image:url(../cs-images/01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#home_screen:hover
{
	opacity: 1;
	transition-duration: 500ms; 
}

.block_1_text
{
	font-family: 'coco_gothiclight';
	font-weight: 300;	
	letter-spacing: 4.80px;
	line-height: 80px;
}

.block_1_text_semiaccent
{
	font-family: 'coco_gothicbold';
	font-weight: 700;	
	letter-spacing: 4.80px;
	line-height: 80px;
}

.block_1_text_accent
{
	font-family: 'coco_gothicheavy';
	font-weight: 900;	
	letter-spacing: 4.80px;
	line-height: 80px;
}

#who_we_are
{
	position: absolute;
	width: 60%;
	left: 20%;
	height: 100%;
	flex-direction: column;	
	justify-content: center;
	align-items: center;
	gap: 48px;
	display: inline-flex;
	/*transform: translate(-50%, -50%);*/
	top: 200%;
	color: #EFEFEF;
	font-size: 48px;
	font-family: 'coco_gothicheavy';
	word-wrap: break-word
}

.block_2_text_simple
{
	text-align: justify;
	color: #EFEFEF;
	font-size: 18px;
	font-family: 'coco_gothiclight';
	word-wrap: break-word;
	line-height: 24px;
	letter-spacing: 0.4px;
}

/* Trusted by */

#trusted_by
{
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	position:absolute;
	top: 100%;
}

#trusted_by_text_container
{
	align-self: stretch;
	padding-top: 48px;
	padding-bottom: 48px;
	justify-content: flex-start;
	align-items: center;
	gap: 48px;
	display: inline-flex;
}

#trusted_by_title
{
	flex: 1 1 0;
	text-align: center;
	color: #EFEFEF;
	font-size: 64px;
	font-family: 'coco_gothicbold';
	text-transform: uppercase;
	letter-spacing: 7.20px;
	word-wrap: break-word;
}

#clients_container
{
	align-self: stretch;
	height: 304px;
	padding-left: 24px;
	padding-right: 24px;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	display: inline-flex;
}

.client_1
{
	flex: 1 1 0;
	align-self: stretch;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_1_hover.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.client_2
{
	flex: 1 1 0;
	align-self: stretch;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_2_hover.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.client_3
{
	flex: 1 1 0;
	align-self: stretch;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_3_hover.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.client_4
{
	flex: 1 1 0;
	align-self: stretch;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_4_hover.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.client_5
{
	flex: 1 1 0;
	align-self: stretch;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_5_hover.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}


.client_1:hover 
{
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_1_hover.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(0);
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.50);
}

.client_2:hover 
{
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_2_hover.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(0);	
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.50);
}

.client_3:hover 
{
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_3_hover.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(0);	
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.50);
}

.client_4:hover 
{
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_4_hover.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(0);		
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.50);
}

.client_5:hover 
{
	border-radius: 12px;
	background-image: url(../cs-images/clients/client_5_hover.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	filter: grayscale(0);	
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.50);
}

.client_logo
{
	width: 150px;
	height: 150px;	
	transition-duration: 1s;
}

.client_1:hover .client_logo, .client_2:hover .client_logo, .client_3:hover .client_logo, .client_4:hover .client_logo, .client_5:hover .client_logo
{
	width: 200px;
	height: 200px;	
	transition-duration: 1s;
}

#products
{
	position: absolute;
	top: 300%;
	width: 100%;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	display: inline-flex;
	color: #EFEFEF;
	font-size: 18px;
	font-family: 'coco_gothiclight';
	font-weight: 300;
	word-wrap: break-word;
	margin-top: 141px;
}

.products_container_primary
{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.products_container_title
{
	width: 996px;
	padding: 24px;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	display: inline-flex;
}

.products_title_text
{
	flex: 1 1 0;
	color: #EFEFEF;
	font-size: 48px;
	font-family: 'coco_gothiclight';
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4.80px;
	word-wrap: break-word;
}

.products_container_text
{
	width: 996px;
	padding: 24px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
}

.products_table
{
	flex: 1 1 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	line-height: 24px;
}

/* block 3 */

#why_cs
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 550%;
	justify-content: center;
	align-items: center;
	display: inline-flex;	
	color: #EFEFEF;
	font-size: 48px;
	font-family: 'coco_gothiclight';	
	text-transform: uppercase;
	word-wrap: break-word;
}

.why_cs_graphic_container
{
	flex: 1 1 0;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: inline-flex;
	line-height: 24px;
}

.why_cs_grapic
{
	float: right;
	position: relative;
	width: 75%;
}

.why_cs_graphic_row_top
{
	align-self: stretch;
	flex: 1 1 0;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: inline-flex;
	margin-top: 20%;
}

.why_cs_graphic_row_bottom
{
	align-self: stretch;
	flex: 1 1 0;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: inline-flex;
	margin-bottom: 10%
}

.why_cs_block
{
	flex: 1 1 0;
	align-self: stretch;
	justify-content:center;
	align-items:center;
	display: flex;
}

.why_cs_title
{
	max-width:35%;
	flex: 1 1 0;
	align-self: stretch;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	text-align: center;
}

.why-cs-calendar
{
	flex: 1 1 0;
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 24px;
	background-image: url(../cs-images/why-cs-calendar.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap: 175px;
	display: inline-flex;
	transition-duration: 500ms; 
	filter: saturate(0);
	background-blend-mode: soft-light;
}

.why-cs-clients
{
	flex: 1 1 0;
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 24px;
	background-image: url(../cs-images/why-cs-clients.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap: 175px;
	display: inline-flex;
	transition-duration: 500ms; 
	filter: saturate(0);
	background-blend-mode: soft-light;
}

.why-cs-calendar:hover, .why-cs-service:hover, .why_cs_support:hover, .why-cs-world:hover, .why-cs-clients:hover, .why_cs_team:hover
{
	transition-duration: 500ms; 
	filter: saturate(1);
	align-items: center;
}

.why-cs-calendar_text_container
{
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	transition-duration: 500ms;
	text-align: center;
	width: 55%;	
	opacity: 0.25;
	line-height: 16px;
	font-size: 10px;
}

.why-cs-calendar_text_container_low
{
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	transition-duration: 500ms;
	text-align: center;
	width: 55%;	
	opacity: 0.25;
	line-height: 16px;
	font-size: 10px;
}

.why-cs-calendar:hover .why-cs-calendar_text_container, .why-cs-service:hover .why-cs-calendar_text_container, .why-cs-clients:hover .why-cs-calendar_text_container
{
	height:100%;
	width: 100%;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	transition-duration: 500ms;
	opacity: 1;
	line-height:32px;
	font-size: 24px;
}

.why_cs_support:hover .why-cs-calendar_text_container_low, .why-cs-world:hover .why-cs-calendar_text_container_low, .why_cs_team:hover .why-cs-calendar_text_container_low
{
	height:100%;
	width: 100%;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	transition-duration: 500ms;
	opacity: 1;
	line-height:32px;
	font-size: 24px;
}

.why_cs_accent_text
{
	color: #EFEFEF;
	font-family: 'coco_gothicheavy';
	text-transform: uppercase;
	letter-spacing: 6px;
	word-wrap: break-word;
}

.why_cs_simple_text
{
	color: #EFEFEF;
	font-family: 'coco_gothiclight';
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 6px;
	word-wrap: break-word;
}

.why-cs-service
{ 
	flex: 1 1 0;
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 24px;
	background-image: url(../cs-images/why-cs-service.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap: 175px;
	display: inline-flex;
	transition-duration: 500ms; 
	filter: saturate(0);
	background-blend-mode: soft-light;
}

.why_cs_support
{
	flex: 1 1 0;
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 24px;
	background-image: url(../cs-images/why-cs-cycle.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap: 175px;
	display: inline-flex;
	transition-duration: 500ms; 
	filter: saturate(0);
	background-blend-mode: soft-light;
}

.why_cs_team
{
	flex: 1 1 0;
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 24px;
	background-image: url(../cs-images/why-cs-team.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap: 175px;
	display: inline-flex;
	transition-duration: 500ms; 
	filter: saturate(0);
	background-blend-mode: soft-light;
}

.why-cs-world
{
	flex: 1 1 0;
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 24px;
	background-image: url(../cs-images/why-cs-globe.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap: 175px;
	display: inline-flex;
	transition-duration: 500ms; 
	filter: saturate(0);
	background-blend-mode: soft-light;
}

/* footer */

#contacts
{
	position: absolute;
	top:680%;
	width: 100%;
	height:10%;
	padding-top: 24px;
	padding-bottom: 24px;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;	
	backdrop-filter: blur(20px);
	transition-duration: 500ms; 
	background-color: rgba(50,50,50,0.25);
}

#contacts:hover
{
	background-color: rgba(0,139,206,0.75);
	transition-duration: 500ms; 
}

.footer_elements_left_container
{
	flex: 1 1 0;
	height: 64px;
	justify-content: flex-start;
	align-items: center;
	gap: 32px;
	display: flex;
	padding-left: 24px;
}

.footer_elements_left
{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex;
}

.contact_left
{
	justify-content:center;
	align-items: center;
	gap: 12px;
	display: inline-flex;
	color: #EFEFEF;
	font-size: 12px;
	font-family: 'coco_gothiclight';
	font-weight: 300;
	word-wrap: break-word;
	letter-spacing: 1px;
}

.footer_elements_middle_container
{
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	display: inline-flex;
}

.footer_elements_middle
{
	align-self: stretch;
	text-align: center;
	color: #EFEFEF;
	font-size: 24px;
	font-family: 'coco_gothicbold';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	word-wrap: break-word;
}

.footer_elements_right_container
{
	flex: 1 1 0;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	display: flex;
	padding-right: 24px;
}

.footer_elements_right
{
	align-self: stretch;
	text-align: right;
	color: #EFEFEF;
	font-size: 12px;
	font-family: 'coco_gothiclight';
	font-weight: 300;
	word-wrap: break-word;
	letter-spacing: 1px;
}


/* Dropdown Button */
.dropbtn {
	width: 64px;
	height: 32px;
	background-color: rgba(0,0,0,0.0);
	color: #EFEFEF;
	font-size: 18px;
	font-family: 'coco_gothicbold';
	border-radius: 2px;
	border: none;
	cursor: pointer;
	transition: 500ms;
}

/* Dropdown button on hover & focus */
.dropbtn:hover
{
	color: #008BCE;
	transition: 500ms;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	border-radius: 4px;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	width: 64px;
	height: auto;
 	display: none;
 	position: absolute;
	background: rgba(0,139,206,0.50);
	backdrop-filter: blur(20px);
 	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	border-radius: 4px;
 	color: #EFEFEF;
	font-size: 18px;
	font-family: 'coco_gothicbold';
	padding: 16px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover
{
	background-color: #008BCE;
	transition: 500ms;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}