/*Imports*/
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');

/*Perm CSS*/
body {
    font-family: cursive;
   background-image: url(abstract-1619511570142-2905.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
 
a:not([href]):not([tabindex]) {
    color: white;
    text-decoration: none;
}
img {
    width: auto;
  }

audio { 
    width: 600px; 
    box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
    border-radius: 90px;
    transform: scale(1.05);
  }



a {
    text-decoration: gray;
    
}
* {

    font-family:  cursive;
}

hr {
    margin-left: 100px;
}

p {
    font-size: 25px;
}

#myVideo {
    top: 0;
    left: 0;
    position:fixed;
    width: 100%;
    height: auto;
  }
/*Other CSS*/
.brand-logo {
    border-radius: 5px;
}

.demo{
    padding-left: 25px;
}

.is-primary.input{
    border-color: rgb(141, 169, 155);
    border-radius: 25px;

}


.navbar.is-primary .navbar-start>a.navbar-item:hover {
    background-color: rgb(141, 169, 155);
    color: #fff;
    font-weight: bolder;
}
/*Timer CSS*/
article {
    width: 240px;
    height: 90%;
    text-align: center;
    background-color:   rgb(141, 169, 155);
    border-radius: 10px;
    margin: 60px 10px 25px;
    padding: 17px;
    overflow: hidden;
    box-shadow: 3px 3px 10px gray;
    padding-right: 15px;
}


.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    border-radius: 50%;
   
}

button, input, optgroup, select, textarea {
    margin: 12px 2px 20px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-top: 0;
}
.col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    padding-top: 125px;
}
.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    padding-top: 95px;
   padding-left: auto;
}

.col-md-5 {
    flex: 0 0 auto;
    width: 41.6667%;
    padding-top: 50px;
    
    padding-left: auto;
}

article h1 {
    padding: 10px;
    color: #fff;
    font-size: 36px;
    font-family: garmond;
    

}
article .count {
    padding: 5px;
}
article #timer{
   
    padding: 5px;
    color: rgb(0, 0, 0);
    background-color: whitesmoke;
    border-radius: 2px;
    font-size: 60px;
    font-family: garamond,cursive;
}

/*Todo List CSS*/

.todo_logo {
    text-align: center;
}

.styling {
    font-weight: 900;
    color: white;
    
}


.inputDiv{
	display: contents;
	justify-content: center;
	align-items: center;
    padding-left: 25%;
    padding-right: 25%;
    
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.container p {
    margin: 2px 0;
    color: rgb(141, 169, 155);
    font-weight: 800;
    font-family: cursive;
    font-size: 25px;

}

.task {
    width: 100%;
    background: rgb(141, 169, 155);
    padding: 18px;
    margin: 6px 0;
    overflow: hidden;
    border-radius: 10px;
    font-size: 15px;
    border-radius: 55px;
}

.navbar.is-primary {
    background-color: transparent;
    color: white;
}

.task i {
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

.completed .task {
    background: rgb(141, 169, 155) ;
    font-size: 15px;
}

/*Soundboard CSS*/
.soundboard_logo {
    text-align: center;
}


/*Footer CSS*/
footer{
    position: absolute;
    box-sizing: border-box;
    padding: 12px;
    height: 32px;
    text-align: center;
    font-size: 14px;
}

/*slider CSS*/
input[type=range] {
    height: 24px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 35%;
    background: transparent;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 35%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #9CB29B;
    border-radius: 6px;
    border: 0px solid #000000;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #6F8A81;
    height: 17px;
    width: 17px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #9CB29B;

  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #9CB29B;
    border-radius: 6px;
    border: 0px solid #000000;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #6F8A81;
    height: 17px;
    width: 17px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 0%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #9CB29B;
    border: 0px solid #000000;
    border-radius: 12px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #9CB29B;
    border: 0px solid #000000;
    border-radius: 12px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #6F8A81;
    height: 17px;
    width: 17px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #9CB29B;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #9CB29B;
  }


.d1{
    padding-top: 170px;
    padding:auto;
}

.d2{
    padding-top: 50px;
}

/* Footer CSS*/
.spinner {
    width: 40px;
    height: 40px;
    background-color: #333;
  
    position: absolute;
   top: 48%;
   left: 48%;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
  }
  
  @-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  }
  
  @keyframes sk-rotateplane {
    0% { 
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }

  .spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6F8A81;
    z-index: 999999;
    }


.navbar-footer{
  color: #6F8A81;
 
}

footer {
  position: absolute;
  box-sizing: border-box;
  padding-top: 20px;
  height: 32px;
  text-align: justify;
  font-size: 14px;
  padding-left: auto;
  right: 0;
}