@font-face {
    font-family: "Book Antiqua";
    src: url("../fonts/Book Antiqua.ttf");
}
body{
    background-color: white;
}

.clear{
    clear: both;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.float-right{
    float: right;
}

.glyphicon:before{
    margin-right: 10px;
}

.footer{
    margin: 50px;
    font-size: 16px;
    color: #4a4a4a;
}

.navbar-static-top{
    margin: 0;
}
#nav{
    padding: 10px 100px 10px;
}
.nav>li>a{
    color: black;
    font-size: large;
}

.indexPage{
    padding: 0;
}
.indexImg{
    font-family: "Book Antiqua";
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    height: 450px;
    padding: 80px 200px;
    background-image: url("../images/campus.jpg");
    background-size: cover;
}
.logo{
    height: 100px;
}
.indexText{
    padding: 20px;
}
.welcome{
    font-size: large;
}

.index-news{
    font-size: large;
}

.border{
    border: dashed gray thin;
    border-radius: 10px;
    /*margin-right: 5px;*/
}

.index-research-areas .project-panel{
    height: 300px;
}


.research-area span{
    margin: 0 auto;
    font-size: 3em;
}
.research-area img{
    height: 120px;
}

.table-head{
    font-size: xx-large;
}
.table-btn{
    float: right;
}

.publication>tbody>tr>td{
    padding:5px 50px;
}

.publication>tbody>tr>td>span{
    display:block;
}
.publication>tbody>tr>td>a{
    margin: 5px;
}

.people img{
    height: 200px;
}

.people img:hover{
    background-color: #02beff;
    box-shadow: 0 0 10px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 10px rgba(81, 203, 238, 1);
    -moz-box-shadow: 0 0 10px rgba(81, 203, 238, 1);
}
.people h4,h5{
    font-weight: 600;
}

.alumni-name{
    font-weight: 600;
    font-size: large;
}
.red{
    color: red;
}
.btn-gray{
    background-color: gray;
    color: white;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
}

.projects-list li{
    margin: 5px;
}

.project-item{
    font-size: 1.2em;
}

.project-item span{
     font-weight: 600;
}

.project-item li a{
    margin: 0 5px;
}

.project-panel{
    font-size: 1.1em;
}
.project-panel .panel-heading{
    font-size: 1.2em;
    font-weight: 600;
    color: black;
}
.project-panel a{
    margin: 5px;
}
.support {
    height: 100px;
    margin: 10px;
}



