@import url(https://fonts.googleapis.com/css2?family=EB+Garamond&family=Montserrat&family=Oxanium:wght@300&family=Poppins&family=Roboto&family=Zilla+Slab+Highlight&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost&display=swap);
html,
body
{
    background-color: #EAEAEA;
    margin: 0;
}


.webgl
{
    position: absolute;
    top: 0;
    outline: none;
    border: solid white 6px;
}


@keyframes fadein {
    
    0% {
        opacity: 0;
    }
    80%{
        opacity: 80%;
        transform: scale(1.04);
    }
    100% {
        opacity: 100%;
        transform: scale(1);

        
    }
  }

@keyframes fadeIn2 {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn2 {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn2 {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn2 {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn2 {
0% {opacity:0;}
100% {opacity:1;}
}




#logo{
    position: absolute;
    bottom: 21px;
    right: 19px;
    z-index: 2;
    border-radius: 20px;
    width: 150px;
    opacity: 70%;
    box-shadow: 2px 3px 5px -3px rgba(0,0,0,0.91);
    transition: .01s ease-out;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

#logo:hover{
    transform: scale(1.01);
}

#functBtn {
    width: 150px;
    padding-right: 10px;
    cursor: pointer;
}

#functBtn:hover {
    opacity: 90%;
}

.fractional_container{
    position: relative ;
}

.fractional_record{
    background-color: white;
    border-radius: 10px;
    opacity: 70%;
    position: fixed !important;
    margin-left: 500px;
    margin-top: 40px;
    top: 10;
    left: 10;
    z-index: 2;
    color: black;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    text-align: center;
    padding-top: 10px;
}

#divide_bar{
    border-top: 2px solid black;
}

.sidebar{
    animation: fadeIn2 2s;
    -webkit-animation: fadeIn2 2s;
    -moz-animation: fadeIn2 2s;
    -o-animation: fadeIn2 2s;
    -ms-animation: fadeIn2 2s;
    width: 35%;
    display: inline-block;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 20px;    
    height: 100vh;
    background: rgb(232,232,232);

    /* Also the same as */
}



#tutorial{
    display: flex; 
    justify-content: center;
    margin: 0;
    font-size: 13px;
    font-family: 'Roboto', serif;
    text-underline-offset: 2px;
    color: #49A8F0;

}

#tutorial:hover{
    color: #2F59A8;
}



#tutorial_page{
    display: none;
    opacity: 100%;
    background-color: #32393C;
}

.tutorial_container{
    animation: .6s ease-out 0s 1 fadeIn2;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #EAEAEA;
    border-radius: 10px;
    overflow: scroll;
    margin-top: 30px;
    opacity: 99%;
    margin-bottom: 30px;

}


.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 10px;
  }
  
  .column figure img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
  }

.imgGallery{
    animation: fadeIn2 2s;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}



#tHeading{
    animation: fadeIn2 2s;
    text-align: center;
    font-family: 'Jost', sans-serif;
    padding-left:10px;
    padding-right:10px;
    color: #49494c;
    margin-top: 40px;

}
.Tcontainer{
    background-color: #888b9034;
    border-radius: 10px;
    display: grid;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right:50px;
    padding-bottom: 90px;
    grid-template-columns: 300px 1fr;
    justify-content: space-between;
    align-content: space-around;
    gap: 3rem;
    align-items: center;
    justify-items: center;
    max-width: 900px;
    margin: 20px auto;
    font: 500 100%/1.5 system-ui;
}

.grid-item1{

}

.grid-item2{
    justify-content: center;
    max-width: 100%;
    height: auto;
}


.tutHr{
    width: 50%;
    opacity: 50%;
    margin-left: auto;
    margin-right: auto;

}

.tutHr2{
    width: 80%;
    opacity: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;

}

iframe{
    border-radius: 10px;
    overflow: visible;
    opacity: 90%;
}
#toggleT{
    border-radius: 20px;
    width: 90%;
    display: block;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    font-family: 'Roboto', sans-serif;
    background: rgb(47,89,168);
    background: linear-gradient(344deg, rgba(47,89,168,0.8491547131147541) 19%, rgba(49,91,172,0.826203893442623) 47%, rgba(76,109,172,0.8294825819672131) 87%);
    color: white;
    letter-spacing: 1px;
}

#toggleT:hover{
    transform: scale(1.01);
    opacity: 80%;
}

#toggleT2{
    border-radius: 30px;
    width: 300px;
    height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-family: 'Roboto', sans-serif;
    background-color: #2F59A8;
    color: white;
    letter-spacing: 1px;
}

#toggleT3{
    border-radius: 30px;
    width: 280px;
    height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-family: 'Roboto', sans-serif;
    background: rgb(50,91,139);
    background: linear-gradient(344deg, rgba(50,91,139,0.7920235058309038) 19%, rgba(39,95,159,0.7424608236151604) 47%, rgba(43,82,138,0.6724899781341107) 87%);
    color: white;
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 20px;
}

#toggleT3:hover{
    transform: scale(1.01);
    opacity: 80%;
}

#toggleT2:hover{
    transform: scale(1.01);
    opacity: 80%;
}

#tutorialLogo{
    animation: .8s ease-out 0s 1 fadeIn2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: .01s ease-out;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

#tutPara{
    animation: fadeIn2 2s;
    text-align: center;
    font-family: 'EB Garamond', serif;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: .07px;
    font-size: 120%;
}



.tutHeading{
    font-family: 'Jost', sans-serif;
    padding-left:50px;
    padding-right:10px;
    color: #49494c;
    margin-top: 40px;
    text-decoration: underline;
    font-size: 120%;
}

.tutEnd{
    font-family: 'Jost', sans-serif;
    color: #49494c;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 120%;
    margin-bottom: 10px;
}


.tutPara2{
    text-indent: 50px;
    text-align: left;
    font-family: 'EB Garamond', serif;
    padding-left: 80px;
    padding-right: 80px;
    letter-spacing: .07px;
    font-size: 120%;
}

.tutPara3{
    text-align: center;
    font-family: 'EB Garamond', serif;
    text-decoration: underline;
    font-weight: 800;
    padding-left: 50px;
    margin-top: 60px;
    padding-right: 100px;
    letter-spacing: .07px;
    font-size: 120%;
}

.tutImg{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.shiftText{
    text-align: left;
    font-family: 'Montserrat', serif;
    letter-spacing: .07px;
    font-size: 100%;

}
.form_pics{
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: 90%;
    display: block;
}

.shift_pics{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;


}


.tabTable{
    margin-top: 40px;
    margin-bottom: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:  600px;
}

hr {
    opacity: 18%;
    margin: 10px;
}



.sidebar::-webkit-scrollbar {
    display: none;
} 



.form_fields{
    margin-top: 10px;
    margin-bottom: 10px;

}


.form_fields input{
    margin-top: 4px;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    opacity: 95%;
    width: 100%;
    height: 33px;
}


.form_fields input.form-control:focus {
    border-color: #324974;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #324974
  }


.form_fields2{
    width: 100%;
    font-family: 'EB Garamond', serif;

}

.collatz{
    display: inline;
}


.form_fields2 input{
    font-size: 16px;
    height: 33px;
    margin-top: 4px;
    font-family: 'EB Garamond', serif;
    opacity: 95%;
}

.form_fields2 input.form-control:focus {
    border-color: #324974;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #324974
  }


.operators{
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.operators img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    transition: all .20s ease;
    opacity: 100%;
    cursor: pointer;
}

.operators img:hover{
    transform: scale(.98);
    opacity: 73%;
}

.twoBtns{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
    
}


.calc{
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline;
    font-family: 'EB Garamond', serif;
}

.calc img{
    width: 33%;
    transition: all .015s ease;
    opacity: 100%;
    cursor: pointer;
}

.calc img:hover{
    transform: scale(.98);
    opacity: 93%;
}

.collatz{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'EB Garamond', serif;
}

.collatz img{
    width: 30%;
    transition: all .015s ease;
    opacity: 100%;
    cursor: pointer;
}

.collatz img:hover{
    transform: scale(.98);
    opacity: 93%;
}

.form_fields3{
    margin-bottom: 10px;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    margin-top: 10px;
}

.form_fields3 input{
    margin-top: 8px;
    height: 33px;
}


.form_fields3 input.form-control:focus {
    border-color: #324974;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #324974
  }

.results{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 2px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #32393C;
    letter-spacing: 0.4px;
}


.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #324974 !important;
    border: none;
    letter-spacing: 1px;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    border-color: #324974;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #324974
}



#logo2{
    animation: .8s ease-out 0s 1 fadein;
    margin-top: 25px;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 95%;
}

.form-check.form-switch {
    margin-bottom: 5px;
    letter-spacing: .2px;
    font-size: 14px;
    color: #32393C;
}


.form-check.form-switch input{
    cursor: pointer;
    background-color: #888b90 !important;
    width: 40px;
    border: none;
    margin-right: 4px;

}



.form-check.form-switch input:focus{
    border-color: #dadada;
    box-shadow: inset 0 1px 1px rgba(186, 186, 186, 0.075), 0 0 1px #dadada;
}

.toggles{
    display: flex;  
    justify-content: space-evenly;  
    
}



/* @media only screen and (max-width: 900px) {
    #logo2{
        width: 100%;
    }

    .twoBtns img{
        width: 50%;
    }

} */



@media (max-width: 810px) {


    .shiftText{
        font-size: 120%;
    
    }

    .Tcontainer{
        max-width: 90%;
        display: block;
        font-size: 80%;
        padding-top: 70px;
        padding-left: 20px;
        padding-right:20px;
        padding-bottom: 90px;
    }

    .grid-item1 p{
        position: relative;
        margin: -3rem 0 2rem 1rem;
        padding: 1rem;
        background: rgba(white, 0.8);
    }

    .tabTable{
        width:  90%;
    }

    .tutImg{
        width: 90%;
    }

}

@media (max-width: 510px) {

    .shiftText{
        font-size: 120%;
    
    }

    .Tcontainer{
        max-width: 90%;
        display: block;
        font-size: 80%;
        padding-top: 70px;
        padding-left: 20px;
        padding-right:20px;
        padding-bottom: 90px;
    }

    .grid-item1 p{
        position: relative;
        margin: -3rem 0 2rem 1rem;
        padding: 1rem;
        background: rgba(white, 0.8);
    }

    .tabTable{
        width:  90%;
    }

    .tutImg{
        width: 90%;
    }

    #logo2{
        width: 100%;
    }


    .twoBtns img{
        width: 50%;
    }


    body{
        display: block;
    }

    .sidebar{
        display: block;
        position: absolute;
        overflow: scroll;
        width:100%;
        margin-top: 57vh;
        padding-bottom: 190px;
        height:50vh;
    }

    .webgl{

        position: relative;
        width: 100%;
        display: block;

    }

    #logo{
        display: none;
    }

    .column {
        flex: 50%;
        max-width: 50%;
      }

}






/*# sourceMappingURL=main.css.map*/