@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */

body{
    background-color: rgba(33,33,33,1.00);
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 1.2em
}

h1,h2,h3{
    text-align: center;
    font-family: 'Lemonada', cursive;
    font-weight: 300;
}

h1{
    font-size: 3em;
    font-weight: 500;
}

h2{
    font-size: 1.7em;
}

h3{
    font-size: 1.1em;
    padding-top: 1%;
}

table{
    margin: 0px auto;
    padding: 0px 5%;
    text-align: left;
    vertical-align: top;
    border-spacing: 100px 0px;
}

.settings{
    border-spacing: 0;
    text-align: center;
}

.settings td{
    padding: 0px 50px;
}

button{
    width: 9%;
    min-height: 40px;
    margin: 1% 0px 2% calc(50% - 75px);
    font-size: 0.9em;
}

button:hover{
    cursor: pointer;
}

.backcontainer{
    position: fixed;
    right: 5%;
    top: 7%;
}

.back{
    width: 2%;
    background-color: rgba(0,0,0,0.00);
    color: antiquewhite;
    font-size: 50px;
    border: none;
    margin: 0;
}

p{
    text-align: center;
    padding: 0px 15%;
}

hr{
    margin: 2% 10% 0% 10%;
}

.selected{
    background-color: rgba(183,46,49,0.81);
}

.hidden{
    display: none;
}

.hidden-gif{
	position: absolute;
	z-index: -1;
	opacity: 0.3;
}

tr.line td{
    border-bottom: 1px solid rgba(255,255,255,0.51);
}

table.line{
    border-spacing: 1.04% 0px;
}

.grey{
    filter: grayscale(0.8);
}

.achievement{
    width: 230px;
}

.o{
    width: 23.44%;
    position: absolute;
    top: -6%;
    left: 35%;
    z-index: -1;
    opacity: 0.4;
}

ul{
    margin-left: 45.5%;
}

b:hover + .hidden{
    display: block;
}

/* switch design */
.switch{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input{
  opacity: 0;
  width: 0;
  height: 0;
}

.slider{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before{
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider{
  background-color: #2196F3;
}

input:focus + .slider{
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before{
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

#statscontainer{
    width: 54%;
    height: 4%;
    min-height: 22px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 23% 0px 23%;
    z-index: 1;
    background-color: rgba(33,33,33,1.00);
}

#typed{
    font-size: 1.5em;
    margin: 50px 0px 90px 0px;
}

#app{
    color: crimson;
    font-weight: bold;
}

.ibtn{
    width: 173px;
    margin: 0px;
    position: absolute;
    bottom: 15%;
}
#servicetable{
    padding: 0;
    border-spacing: 30px 0px;
}

ol{
    list-style: none;
    display: table;
    margin: 0px auto;
}

ol>li:before{
    content: attr(seq) ". ";
}

#flex-cont{
    display: flex;
    justify-content: space-evenly;
}

#p1{
    width: 600px;
}

#p2{
    width: 600px;
}

#last{
    margin-bottom: 20vh;
}

.bar{
    background-color: rgba(33,33,33,1.00);
    height: 7vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    font-size: 1.25em;
}

#randomimage{
	position: fixed;
	max-width: 40vw;
	max-height: 60vh;
	z-index: -1;
	opacity: 0.5;
}