
body {
    /* background-color: rgb(223, 223, 223); */
    background-image: linear-gradient(to bottom right, ivory, silver, gray, slategray);
    background-repeat: no-repeat;
    background-size: auto;
}
h1, h2, h3 {
    font-family: 'Times New Roman', Times, serif;
    /* padding: 10px; */
    /* padding-left:10px; */
    margin-left: 2%;
    margin-right: 2%;
}
p {
    font-family: 'Trebuchet MS';
    /* margin: 8px 20px; */
    margin-left: 5%;
}
.list {
    font-family :'Trebuchet MS';
    /* padding: left 10px; */
}
#grpMem {
    margin: 10px 10px 10px 10px;
    text-align: center;
    font-size: 20px
}
#sponsor {
    margin: 10px 10px 5px 10px;
    text-align: center;
}
#reviewers {
    margin: 5px 10px 10px 10px;
    text-align: center;
}
#nameDiv {
    border: solid;
    border-width: 0px 0px 3px;
}
/* #teamPage {
    padding: 1px;
    border-style: inset;
    border-width: 3px;
    border-color: silver;
} */
.aboutList {
    padding: 3px 0px;
}
#rev_60_div {
    /* border-style: none inset; */
    /* border-color: rgb(255, 25, 17); */
    /* border-left: 4px groove cadetblue; */
    /* border-width: 4px; */
    /* border-radius: 10px; */

    /* text-align: center; */
    padding: 5px;

}
#div_120 {
    margin-left:5px;
    /* justify-content: center;
    align-content: center; */
    border-top-style: double;

}
#demoVideo1 {
    /* margin: auto; */
    margin-left: 10%;
    margin-right: 20%;
    padding: 3px;

    text-align: justify;
    border-style: groove;
    border-color: black; 
}
#sd2_CDR {
    margin-left: 15%;
    margin-right: 10%;
    padding: 2px;

    /* border-style: groove; */
    border-left: ridge skyblue;
    /* skyblue? */
}
#sd2_MT_Demo {
    margin-left: 25%;
    margin-right: 15%;
    padding: 3px;

    text-align: center;
    border-style: double;
    border-color: black; 
}
#sd2_ConfPaper {
    margin-right: 30%;
    margin-left: 10%;
    padding: 3px;

    text-align: justify;
    /* border-style: solid; */
    border-left: 2px solid steelblue;

}
/* Main docs list */
#main_docs {
    list-style-type: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.docsLI {
    padding: 5px;
    font-family: 'Trebuchet MS', sans-serif;
}
/* Horizontal Navigation Bar Classes and Styles */
.navBar {
    margin: 5px;
    padding: 5px;
    /* border-radius: 10px; */
    /* border-style: groove;  */
    /* border-width: 3px; */
}
.navBarList {   /* an instance of <ul>*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:blue;
}
.navLI {        /*an instance of <li>*/
    float: left;
}
.navLink {      /* an instance of <a>*/
    display: block;
    float: left;
    padding: 3px 8px;
    background-color:lightgray;
    /* background-image: linear-gradient(to top-right, ivory, darkgray, slategray, darkgray, ivory); */
    background-size: auto;
    background-repeat: none;
    text-decoration: none;
    color: #303030;
    border-style: ridge;
    border-color:lightblue;
    border-width: 3px;
}
.navLink:hover:not(.active) {
    background-color: slategray;
    border-color: black;
    border-style: solid;
    border-width: 3px;
    color: aliceblue;
}
.active {       /* instance of <a>*/
    background-color: turquoise;
    border-style: double;
    border-width: 3px;
    border-color: black;
}
