/* GLOBAL AND NAVIGATION//////////////////////////////////////////////////////////////// */
body{
    margin: 0px;
    text-align: center;
    position: relative;
}

header{
    z-index: 1;
    position: relative;
    position: sticky;
    top: 0px;
}

nav{
    box-sizing: border-box; 
    text-align: center;
    background-color: rgb(252, 201, 23);
    border-style: solid;
    padding: 5px;
    border-width: 5px 0px;
    border-color: rgb(0, 0, 0);
    overflow: hidden;
}

h1{
    margin: auto;
    display: block;
    text-align: center;

    width: 75%;
    font-size: 4em;
    background-color: rgba(223, 177, 14, 0.76);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

a {
    font-size: 1.5em;
    text-decoration: none;
    padding: 7px;
    margin: 0px 4px;
    display: inline-block;
    border-radius: 30px;
    background-color:rgb(26, 202, 143);
    color: black;
}

a:visited, .smallbox button:visited{
    color: black;
}

a:hover, .smallbox button:hover {
    background-color: rgb(117, 238, 157);
    transition: .1s;
}

a:active, .smallbox button:active{
    color: rgb(255, 255, 255);
}
/* GLOBAL AND NAVIGATION//////////////////////////////////////////////////////////////// */

/* LOGIN PAGE//////////////////////////////////////////////////////////////// */
body#login{
    background-image: url("images/SienaBackground.jpeg"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

#loginPrompt {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
}

#loginPrompt div{
    position: relative;
}

#loginPrompt input{
    position: absolute;
    left: 40%;
    width: 115%;
    font-size: 3em;
    border-style: solid;
    border-radius: 15px;
    border-color: rgb(0, 0, 0);
    border-width: 5px;
}

#loginPrompt label{
    font-weight: bold;
    color: white;
    font-size:3.5em;
    position: relative;
    right: 60%;
}
 #loginButton{
     font-size:2em;
     font-weight: bolder;

     padding: 20px 30px;
     border-radius: 50px;
 }
/* LOGIN PAGE//////////////////////////////////////////////////////////////// */
/* PERSONAL INFORMATION//////////////////////////////////////////////////////////////// */
body#personalinformation {
    background-color: rgb(153, 243, 255);
}
section{
    text-align: center;
    border-radius: 15px;
    background-color: rgb(252, 201, 23);
}

section h2{
    background-color: rgb(0, 107, 84);
    border-bottom-style: solid;
    border-width: 3px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

section h3{
    background-color: rgba(47, 195, 163, 0.808);
}

.smallbox{
    display: inline-block;
    width: 40%;
    box-shadow: 5px 5px 5px rgb(122, 100, 12);
}

.smallbox > *:not(h2){
    padding: 0px 10px; 
}

.smallbox h2{
    margin: 0px 0px 5px;
}

.smallbox > div {
    text-align: inherit;
    margin: 0px 0px 5px;
}

.smallbox > div.boxdescription p {
    margin: 0px;
}
/* ////////////////// */
#pinForm, #pinForm > * {
    margin: 0px 0px 5px;
    display: block;
    text-align: inherit;
}
.smallbox label{
    font-size: 1.25em;
    font-weight: bold;
}
.smallbox input, select {
    transform: translatey(-0%);
    border-style: solid;
    border-radius: 5px;
    border-color: rgb(0, 107, 84);
    font-size: 15px;
}
.centerinput label{
    display: block;
}
 select, #answer{
     width: 50%;
 }
 .flexlabel {
    text-align: left;
    position: relative;
    left: 50%;
    transform: translatex(-25%);
}
input.centerinput{
    width: 50%;
    height: 2em;
}
.smallbox button{
    border-radius: 30px;
    background-color:rgb(26, 202, 143);
    border-style: solid;
    border-color: black;
    font-size: 1.4em;
}
#questionPin{
    margin-bottom: 20px;
}
#questionForm  #newquestion > label{
    display: block;
    text-align: inherit;
    margin: 0px 0px 5px;
}
#changeSecurityQuestion{
    float: right;
}

#smallboxes{
    text-align: center;
    width: 80%
}

#contactInfo{
    margin: 25px 0px 0px;
    width: 100%
}

/* ////////////////// */
#contactInfo h2{
    font-size: 2.5em;
    margin: 0px 0px 0px;
    position: relative;
    text-decoration: underline;
    border-style: none;
}

#precontact{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color:rgb(255, 255, 255);
    margin-top: 15px;
    width: 75%;
}

#exclamation{
    font-size: 4em;
}
.red{
    color: rgb(253, 0, 0);
    font-style: italic;
}
.green{
    color: rgb(0, 107, 84);
    font-weight: bold
}
#contactheader{
    background-color: rgb(0, 107, 84);
    padding-bottom: .75em;
    border-style: solid;
    border-width: 3px;
}
#contactInfo h3{
    margin: 0px 0px 8px;
    padding: 0px 10px .25em;
    font-size: 1.5em;
}
/* ////////////////// */

#contactInfo #contactContent > div:not(#contactinfodivider){
    display: inline-block;
    width: 50%;
}

#contactInfo div#addressphone{
    float: left;
}

#contactInfo div#emailaddress{
    float: right;
    border-left-width: 2px;
    height: 100%
} 

#contactInfo{
    overflow: hidden;
}


#emailaddress div{
    display: inline-block;
}


#emailaddress span{
    display: block;
    margin-bottom: 7px;
}
#emailaddress #rightside{
    float: left;
    text-align: left;
    padding-left: 0px;
    width: 40%;
    font-weight: bold;
}

#emailaddress #leftside{
    float: right;
    text-align: left;
    padding-right: 50px;
    width: 40%;

}

#emailaddress *:not(h3) {
    font-size: 1.1em;
}

#contactContent{
    position: relative;
    overflow: hidden;

}
#contactinfodivider{
    display: inline-block;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translatex(-100%);
    border-style: solid;
    background-color: black;
    border-width: 2px;
}
/* ////////////////// */
 #addressphone table *:not(address){
    border-style: solid;
    border-width: 3px;
    border-color: rgb(1, 97, 76);
    font-size: 1.1em;
}
#addressphone table{
    width: 100%;
    position: relative;
    right: 1.5px;
}

#tabledivider{
    display: block;
    margin: 8px 0px;

    border-style: dashed;
    border-color: rgb(112, 111, 111);
    border-width: 2.5px;
}
/* ////////////////// */
.photo {
    margin: 0px;
    padding: 50px 0px;
    background-color: white;
}

.photo img{
    max-width:100%;
    object-fit: scale-down;
}
/* PERSONAL INFORMATION//////////////////////////////////////////////////////////////// */
/* STUDENT SERVICES//////////////////////////////////////////////////////////////// */
body#studentservices{
    background-color: rgb(153, 243, 255);
}
h2.student{
    margin: 20px 0px 0px;
    font-size: 3em;
    padding-bottom: 20px;
}
#studentlinks{
    text-align: center;
    overflow: hidden;
    padding: 10px 0px;
}
#records{
    padding-bottom: 5px;
}
#records a{
    display: block;
    width: 20%;
    margin: auto;
    margin-bottom: 20px;
    border-style: solid;
}
#records a:hover{
    border-style: dashed;
}
#records a:active{
    border-style: dotted;
}
/* ///////////////////////////////////// */
#schedule table {
    display: inline-block;
    background-color: rgb(47, 195, 163);
    border-collapse: collapse;
    border: 3.5px solid black;
    border-radius: 10px;
    overflow: hidden;
    font-size: 2em;
}

#schedule thead, th, td{
    background-color: rgb(47, 195, 163);
    border: 2.5px solid black;
    border-radius: 10px;
}
#schedule span {
    display: inline-block;
    border-radius: 6px;
    padding: 15px;
    margin: 3px;

}
.class1{
    background-color: rgb(245, 111, 111);
}

.class2{
    background-color: rgb(93, 117, 255);
}

.class3{
    background-color: rgb(238, 37, 154);
}

.class4{
    background-color: rgb(255, 192, 17);
}

.class5{
    background-color: rgb(0, 182, 91);
}