/* Component Needs */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,700);
#window {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.725);
  border-radius: 3px;
}
#login_tabbed_readme {
  font-family: Arial;
  position: absolute;
  padding: 4px 3px;
  border: 1px solid rgba(0, 0, 0, 0.725);
  border-radius: 8px;
  outline: 5;
  
  backdrop-filter: blur(7px) brightness(1.25);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 10px rgba(0, 0, 0, 0.75);
    background: linear-gradient(transparent 20%, hsla(0, 0%, 100%, 0.7) 40%, transparent 41%), linear-gradient(90deg, hsla(0, 0%, 100%, 0.4), rgba(0, 0, 0, 0.1), hsla(0, 0%, 100%, 0.2)),
        linear-gradient(55deg, transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 50%, transparent 53%), #4580c4;
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-repeat: no-repeat;
  transform: translateZ(0x);
  background-size: 100vw 100vh;
  opacity: 85%;
  transition: background-color 125ms ease-in-out;
  will-change: backdrop-filter, background-color;
  color: rgba(0, 0, 0, 1.5);
}
.profile_title {
font: Segoe UI, sans-serif;
}
  #login_tabbed_readme {
    bottom: 10%; 
  }
@media screen and (max-height: 550px) {
  #login_tabbed_readme {
    font-size: 12px;
    bottom: 10%; } }


@media screen and (max-height: 300px) {
  #login_tabbed_readme {
    display: none; } }

@media screen and (max-height: 400px) and (max-width: 560px) {
  #login_tabbed_readme {
    display: none; } }
#login_tabbed_readme {
  color: rgba(0, 0, 0, 1.5);
  padding: 12px;
  bottom: 10%;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%; 
}


/* Credit: https://codepen.io/renatorib/pen/MWMoNQ */


.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red;
}

/* Visual Styles */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  transition: transform 500ms ease-in-out 25ms;

}

.pc-tab {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  content-align: center;
  width: 490px;
  height: 150px;
  max-width: 700px;
  margin: 0 10;
}
.pc-tab ul {
  text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 87%;
}
.pc-tab ul li label {
  border-radius: 3px;
  font-family: Raleway;
  float: left;
  padding: 8px 13px;
  border-bottom: 0;
  background: #e3e3e3;
text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff;
  color: #444;
}
.pc-tab ul li label:hover {
  background: #dddddd;
}
.pc-tab ul li label:active {
    text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff;
  background: #ebebeb;
  
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  font-family: "Droid Serif";
  clear: both;
}
.pc-tab section div {
  opacity: 100%
  transition: all 1s ease-in;
  padding: 15px;
  width: 100%;
  line-height: 1.3em;
  color: #ffffff;
}
.link_glow:hover {
    backdrop-filter: blur(7px) brightness(1.25);
    text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #fff;
}
.link_glow {
    color: #ffffff;
    backdrop-filter: blur(7px) brightness(1.25);
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 5px #fff;
}
.icons {
  border-radius: 3px;
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 0.5px black);
  backdrop-filter: blur(7px) brightness(1.25);
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: #ededed;
  color: #111;
  position: relative;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fafafa;
  left: 0;
  bottom: -1px;
}

footer {
  margin-top: 50px;
  font-size: 14px;
  color: #CCC;
  text-align: center;
}
footer a {
  color: #AAA;
  text-decoration: none;
}