:root{
    background-color: #2A2A2A;
    font-size: 19px;
    font-family: 'Helvetica';
    margin-left: 9px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #DBDBDB;
    overflow: visible;
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.95), rgba(1, 1, 1, 0.95));
}

div{
    align-content: center;
    display: block;
}

div.main{
    overflow: visible;
    transition: all 1s ease-in-out;
}

div.first{
    float: left;
    display: inline;
    align-content: right;
    margin-left: 25px;
    padding-left: 5px;
    margin-right: 0px;
    padding-right: 0px;
    width: 700px;
}

div.second{
    float: right;
    display: inline;
    align-content: left;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 25px;
    padding-right: 5px;
    width: 700px;
}

div.container{
    z-index: 1;
    height: 175px;
    /*width: 670px;*/
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.0);
    align-content: right;
}

div.splcontainer{
    margin-top: 22px;
}

span.first{
    float: left;
    margin: 5px;
    align-items: center;
}

span.second{
    float: right;
    margin-right: 15px;
}

small{
    font-size: 13px;
}

label{
    color: #A5A5A5;
    margin: 5px;
    padding: 5px;
    line-height: 100%;
    opacity: 0.85;
    text-shadow: 2px 2px 3px black;
    transition: transform 1s ease-in-out, color 1s ease;
    width: 600px;
}

label:hover{
    color: #FEFEFE;
    opacity: 1.0;
    text-shadow: 3px 3px 3px black;
    transform: scale(1.25);
}

input{
    background-color: #444444;
    color: #000000;
    text-align: center;
    margin: 3px;
    margin-left: 10px;
    width: 50px;
    border-radius: 5px;
    border: 1px solid white;
    font-weight: bold;
    opacity: 0.5;
    outline: none;
    box-shadow: 4px 4px 2px black;
    transition: transform 1s ease;
}

input:focus{
    background-color: #AAAAAA;
    outline: none;
}

input:hover, input:focus, input:active{
    transform: scale(1.125);
    opacity: 1.0;
}

input.tenth{
    background-color: #EE6699;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.89), rgba(238, 102, 153, 1.0));
}

input.eleventh{
    background-color: #339933;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.89), rgba(51, 153, 51, 1.0));
}

input.practical{
    background-color: #007CC7;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.89), rgba(0, 124, 199, 1.0));
}

input.unittest{
    background-color: #E27D60;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.89), rgba(226, 125, 96, 1.0));
}

input.midterm{
    background-color: #557A95;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.89), rgba(85, 122, 149, 1.0));
}

input.preboard{
    background-color: #8860D0;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.89), rgba(136, 96, 208, 1.0));
}

fieldset{
    margin: 10px;
    width: 670px;
    border-style: solid;
    border-radius: 15px;
    border-width: 1px;
    height: 175px;
    opacity: 1.0;
    box-shadow: 4px 4px 7px 2px rgba(255, 255, 255, 0.3);
    transition: transform 1s ease-in-out;
}

fieldset:hover,
fieldset:focus-within{
    box-shadow: 5px 5px 7px 3px rgba(255, 255, 255, 0.3);
    transform: scale(1.075);
}

fieldset.centerone{
    z-index: 5;
    position: fixed;
    top: 10%;
    right: 50%;
    transform: translate(50%,55%) scale(1.7);
    transition: transform 1.5s ease-in;
    animation-name: centeroneanimation;
    animation-duration: 1.5s;
}

fieldset.centertwo{
    z-index: 5;
    position: fixed;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 20%) scale(1.7);
    transition: transform 1.5s ease-in;
}

fieldset.centerthree{
    z-index: 5;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -80%) scale(1.7);
    transition: transform 1.5s ease-in;
}

fieldset.centerfour{
    z-index: 5;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 55%) scale(1.7);
    transition: transform 1.5s ease-in;
}

fieldset.centerfive{
    z-index: 5;
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 20%) scale(1.7);
    transition: transform 1.5s ease-in;
}
fieldset.centersix{
    z-index: 5;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%) scale(1.7);
    transition: transform 1.5s ease-in;
}

fieldset.one{
    border-color: #EE6699;
    background: linear-gradient(to bottom left, rgba(238, 102, 153, 0.60),rgba(238, 102, 153, 0.75));
    align-content: center;
    margin-right: 5px;
}

fieldset.two{
    border-color: #339933;
    background: linear-gradient(to bottom left, rgba(51, 153, 51, 0.75), rgba(51, 153, 51, 1.0));
    margin-right: 5px;
}

fieldset.three{
    border-color: #007CC7;
    background: linear-gradient(to bottom left, rgba(0, 124, 199, 0.75), rgba(0, 124, 199, 1.0));
    margin-right: 5px;
}

fieldset.four{
    border-color: #E27D60;
    background: linear-gradient(to bottom left, rgba(226, 125, 96, 0.75), rgba(226, 125, 96, 1.0));
    margin-left: 5px;
}

fieldset.five{
    border-color: #557A95;
    background: linear-gradient(to bottom left, rgba(85, 122, 149, 0.75), rgba(85, 122, 149, 1.0));
    margin-left: 5px;
}

fieldset.six{
    border-color: #8860D0;
    background: linear-gradient(to bottom left, rgba(136, 96, 208, 0.75), rgba(136, 96, 208, 1.0));
    margin-left: 5px;
}

legend{
    font-size: 21px;
    margin-left: 100px;
    font-weight: lighter;
    opacity: 1.0;
    text-shadow: 2px 2px 1px black;
}

legend.one{
    color: #EE6699;
}

legend.two{
    color: #339933;
}

legend.three{
    color: #007CC7;
}

legend.four{
    color: #E27D60;
}

legend.five{
    color: #557A95;
}

legend.six{
    color: #8860D0;
}

h2{
    font-size: 40px;
    text-align: center;
    margin:auto;
    display:block;
    width: 1200px;
    color: #A3A3A3;
    text-shadow: 4px 4px 2px black;
    transition: transform 0.5s ease-in-out;
}

h2:hover{
    transform: scale(1.02);
}

@media(max-width: 1500px){
    div.second{
        float: left;
        display: inline;
        align-content: right;
        margin-left: 25px;
        padding-left: 5px;
        margin-right: 0px;
        padding-right: 0px;
        width: 700px;
    }
    div.main{
        width: 50%;
        margin: 0 auto;
    }
}
