body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.div_width {
    width: 70%;
}

@media screen and (max-width: 767px) {
    body { font-weight: 300; }
    .div_width { width: 100%; }
}


.btn_download {
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
    font-size: 16.5px;
    background-color: #155feb;
    text-align: center;
    margin: 0;
    width: 250px;
    height: 100%;
    line-height: 2.7em;
    transition: 0.15s;
    background-image: linear-gradient(15deg, #155feb, #00c4ff);
    border-radius: 64px;
}

.div_taskbar_A {
    width: 100%;
    height: 42px;
    background-color: #ffffff00;
    top: 0px;
    padding-top: 10px;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px ridge;
    border-color: #e5e5e500;
    transition: background-color 0.1s ease, padding-top 0.1s ease;
    color: #676767;
}

.div_taskbar_B {
    width: 100%;
    height: 42px;
    background-color: #ffffffa1;
    top: 0px;
    padding-top: 10px;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px ridge;
    border-color: #e5e5e5;
    transition: background-color 0.1s ease, padding-top 0.1s ease;
    color: #676767; 
    backdrop-filter: blur(12px);
}

.btn_hotbar_A {
    margin-top: 0px;
    font-family: arial; 
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.btn_hotbar_A:hover {
    background-color: #dfdfdf82;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, color 0.1s ease
}

.div_dropdown {
    width: 100%;
    height: 220px;
    background-color: #ffffffa1;
    position: fixed;
    z-index: -1000;
    top: -300px;
    border-bottom: 1px double;
    border-color: #b5b5b5;
    display: flex;
    transition: top 0.1s ease;
	backdrop-filter: blur(12px);
}

.img_arrow {
    margin-top: 13px;
    margin-right: 13px;
    transition: rotate 0.1s ease
}

.btn_hollow {
    margin-top: 4px;
    color: #333333;
    font-family: Arial, sans-serif;
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
    font-size: 16.5px;
    background-color: #ffffff;
    text-align: center; 
    margin: 1; 
    width: 250px; 
    height: 100%; 
    line-height: 3.2em; 
    transition: 0.05s;
	border: 1px solid #d9d9d9;
    border-radius: 64px;
}

.btn_getaccess {
    text-decoration: none;
    height: 42px;
    margin-top: 10px;
    width: 180px;
    font-family: Arial;
    margin-right: 15px;
    line-height: 2.6em;
    background-image: linear-gradient(15deg, rgb(211 211 211), rgb(255 255 255));
    color: black;
    border: 1px solid #676767;	
}

.div_frame {
    background-color: #ffffff; 
	height: 150px; 
	width: 33%;
}

.p_title2 {
    margin: 0px; 
    padding: 10px;
    padding-bottom: 0px; 
    font-family: arial; 
    font-weight: bold; 
    text-align: center; 
    font-size: 21px;
}

.p_text2 {
    font-family: Arial; 
    color: #242424;  
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal; 
}

.p_text_footer {
    color: #000000a6; 
    font-family: Arial; 
    text-decoration: none;
}

.div_newsbox {
    height: 400px; 
    width: 32%; 
    text-decoration: none;
	margin-left: 18px;
    margin-right: 18px;
    border-radius: 15px;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 5px #cecece);
}

.div_showfunc {
	width: 32%; 
	height: 150px; 
	background-color: #ffffffd9; 
	margin: 10px; 
	filter: drop-shadow(0px 0px 5px #cecece); 
	border-radius: 15px;
}

.div_newsbox_img {
    height: 250px; 
    background-image: url('../images/backdrop1.png'); 
    background-size: cover;
    margin: 10px;
}

.div_outerbox {
    width: 100%; 
    overflow:auto; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}

.hover_box {
    height: 110px; 
    border-bottom: 1px ridge; 
    border-color: #535353;
    transition: border-color 0.5s ease;
}

.hover_box:hover {
    height: 110px; 
    border-bottom: 1px ridge; 
    border-color: #ffffff;
}

.hover_box_text {
    margin: 15px; 
    color: #cbcbcb; 
    font-family: Arial;
    font-weight: 100;
}

.dyn_backdrop {
    width: 75%; 
    height: 600px; 
    margin-left: auto;
    margin-right: auto; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-color: #000000;
    top: 1100px;
    transition: opacity 0.3s ease;
}

@keyframes animate_carret_Animation {
  0%   {color: black;}
  25%  {color: black;}
  100% {color: #00000000;}
}

.animate_carret {
  animation-name: animate_carret_Animation;
  animation-duration: 1.5s;	
  animation-iteration-count: infinite;
}

.btn_download:hover {
    font-size: 17px;
    transition: 0.3s;
    background-image: linear-gradient(15deg, #256df3, #00c4ff);
}

.div_newsbox:hover {
    background-color: #ebebeb;
    transition: 0.15s;
}

.btn_hollow:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #00000000;
    font-size: 17px;
    transition: 0.3s;
}

.btn_hotbar:hover {
    font-size: 17px;
    transition: 0.3s;
}

.p_text_footer:hover {
    color: rgb(37, 37, 37);
    font-size: 17px;
    transition: 0.5s;
}
