/* --------------------------- BACKGROUND --------------------------- */
html {
  font-family: 'ubuntu';

}

*:focus {
  outline: none;
}

/*------------------------- HEADING -----------------------------*/

img{
  padding:0;
  margin:0;
  width:200px;
}


/*------------------- SELECT MENUES ----------------------*/

.selector_container{
  display:flex;
  flex-direction:column;
  width:6000px;
}

.work_label {
  font-size: 1.1vw;
  font-weight: 300;
  float: left;
  margin-left: 15%;
}

.break_label {
  font-size: 1.1vw;
  font-weight: 300;
  float: left;
  margin-left: 35%;
}

select {
  width: 100%;
  font-size: 1vw;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font-family: 'ubuntu';
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.selectors {
  display:flex;
  margin-left: 33%;
  margin-top: 0.5%;
}


.work_dur {
  width: 15%;
  height: 50px;
}

.break_dur {
  width: 15%;
  height: 50px;
  float: left;
  margin-left: 12%;
}

.work_select {
  margin-top: 5%;
}

.break_select {
  margin-top: 5%;
}

select:hover, select:focus{

}

select:focus ~ .drop-down{
  width: 10%;
  height: 10%;

  --a: 1.5em;
  border-bottom: calc(0.866 * var(--a)) solid #ffffff;
  border-left: calc(var(--a) / 2) solid transparent;
  border-right: calc(var(--a) / 2) solid transparent;
  border-top: 0;
  height: 0;
  width: 0;
}

.drop-down {
  width: 10%;
  float: right;
  margin-right: 5%;
  position: relative;
  bottom: 75%;
  --a: 1.5em;
  border-top: calc(0.866 * var(--a)) solid #ffffff;
  border-left: calc(var(--a) / 2) solid transparent;
  border-right: calc(var(--a) / 2) solid transparent;
  border-bottom: 0;
  border-radius: 15%;
  height: 0;
  width: 0;
}

.Go {
  width: 8%;
  height: 40px;
  border-radius: 50px;
  border: hidden;
  border-bottom: 10px;
  font-family: 'ubuntu';
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  transition: all 0.2s;
  float: left;
  margin-top: 2.6%;
  margin-left: 5%;
}

.Go:hover {

}


/*--------------------------------- TIMER --------------------------------*/

.timer {
  width: 50%;
  height: 600px;
  margin-left: 25%;
  margin-top: 2%;
  border-radius: 5%;
}

.actual_timer {
  margin-top: 12%;
  margin-bottom: 0%;
  margin-right: 4%;
  text-align: center;
  font-size: 10vw;
  font-family: 'ubuntu';
}


/* ------------------------------ TIMER CONFIG --------------------------- */

.work_grind {
  width: 15%;
  height: 7%;
  position: relative;
  left: 25%;
  top: 7%;
  font-family: 'ubuntu';
  font-size: 1.3vw;
  border: none;
  border-radius: 5%;
}
.work_grind:active{
  top: 8%;
}

.break_time {
  width: 16%;
  height: 7%;
  position: relative;
  left: 43%;
  top: 7%;
  font-family: 'ubuntu';
  font-size: 1.3vw;
  border: none;
  border-radius: 5%;
}
.break_time:active{
  top: 8%;
}

.selected{

}


.replay {
  font-size: 6vw;
}

.restart_timer {
  border: none;
  width: 100px;
  float: left;
  margin: 3% 13%;
}

.restart_timer:active {
  transform: rotate(-10deg);
}

.play_arrow {
  font-size: 6vw;
}

.start_timer {
  border: none;
  width: 100px;
  float: left;
  margin: 3% 6%;
}

.start_timer:active{
  transform: rotate(10deg);
}

.pause {
  font-size: 6vw;
}

.pause_timer {
  border: none;
  width: 100px;
  float: left;
  margin: 3% 12%;
}

.pause_timer:active{
  position: relative;
  top: 2%; 
}


/* ------------------------ THEME BUTTONS ----------------------- */

.theme-buttons {
  margin-bottom: 5%;
}

.theme-text {
  width: 50%;
  font-size: 1.2vw;
  margin-left: 44%;
}

.opal{
  width: 5%;
  height: 35px;
  border-radius: 50px;
  border: 3px solid rgb(55, 55, 55);
  font-size: 1vw;
  font-family: 'ubuntu';
  font-weight: bold;
  text-align: center;
  position: relative;
  left: 16%;
  background-color: rgb(55, 55, 55);
  color: rgb(50, 65, 210);
  transition: all 0.2s;
}
.opal:hover{
  border-color: rgb(50, 65, 210);
}
.opal:active{
  position: relative;
  top: 2px;
}

.angel{
  width: 5%;
  height: 35px;
  border-radius: 50px;
  border: 3px solid rgb(250, 250, 250);
  font-size: 1vw;
  font-family: 'ubuntu';
  font-weight: bold;
  text-align: center;
  position: relative;
  left: 32%;
  background-color: rgb(250, 250, 250);
  color: rgb(255, 217, 1);
  transition: all 0.2s;
}
.angel:hover{
  border-color: rgb(255, 217, 1);
}
.angel:active{
  position: relative;
  top: 2px;
}

.rose{
  width: 5%;
  height: 35px;
  border-radius: 50px;
  border: 3px solid rgb(255, 130, 150);
  font-size: 1vw;
  font-family: 'ubuntu';
  font-weight: bold;
  text-align: center;
  position: relative;
  left: 48%;
  background-color: rgb(255, 130, 150);
  color: red;
  transition: all 0.2s;
}
.rose:hover{
  border-color: red;
}
.rose:active{
  position: relative;
  top: 2px;
}

.bamboo{
  width: 5%;
  height: 35px;
  border-radius: 50px;
  border: 3px solid rgb(185, 255, 180);
  font-size: 1vw;
  font-family: 'ubuntu';
  font-weight: bold;
  text-align: center;
  position: relative;
  left: 62%;
  background-color: rgb(185, 255, 180);
  color: rgb(0, 170, 0);
  transition: all 0.2s;
}
.bamboo:hover{
  border-color: rgb(0, 170, 0);
}
.bamboo:active{
  position: relative;
  top: 2px;
}