* {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 16px;
}


header, footer, section, aside, nav, article {
    display: block;
}

body {
    background-color: #d9d9d9;
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
}


#wrapper {
    min-width: 525px;
    width: 80%;
    margin: 5% 10%;
    justify-content: center;
}

/*NAME */
h1#name {
    width: auto;
    font-family: "importedFont";
    font-size: 5vw;
    color: deeppink;
    text-decoration: none;

    display: block;
    position: relative;
    justify-content: center;
    text-align: center;
    vertical-align: middle;

    overflow: hidden;
    white-space: nowrap;
    margin: 3.5vh;
    letter-spacing: .2em;
}

/* HEADINGS */
h2#contact-card {
    margin: 0;
    justify-content: center;
}

/* NAVBAR */
.nav {
    justify-content: center;
    width: 90%;
    margin: 0 auto auto;
    padding: 0 10px 10px;
    height: 25px;
}

ul {
    list-style-position:inside;
    margin:0;
    padding:0;
}

.nav > li {
    width: 50%;
    border: 2px solid #393939;
    background-color: white;
}

.nav > li > a {
    position: relative;
    display: block;
    text-align: center;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-weight: bold;
    background-color: deeppink;
}

.nav-tabs>li.active>a>span, .nav-tabs>li.active>a:focus>span, .nav-tabs>li.active>a:hover>span {
    color: white;
}

.nav-tabs>li.not-active>a, .nav-tabs>li.not-active>a:focus, .nav-tabs>li.not-active>a:hover {
    background-color: #c1c1c1;
}

.nav-tabs>li.not-active>a>span, .nav-tabs>li.not-active>a:focus>span, .nav-tabs>li.not-active>a:hover>span {
    color: #3e3e3e;
}

.nav-tabs{
    border-bottom: 0;
}

a:hover, a:active {
    font-weight: bold;
}

/* CONTACT */
td#td-contact {
    vertical-align: top;
    width: 30%;
    /*max-width: 275px;*/
    /*padding-right: 3%;*/
    /*margin-right: 3%;*/
}

img {
    width: 100%;
    /*max-width: 250px;*/
    padding: 0;
    align-content: center;
}

/*MAIN DESCRIPTION*/

#main {
    width: 90%;
    margin: 0 auto auto;
    padding: 0 10px 10px;
    background: none;
    overflow: hidden;
}

article>p>a, article>p>a:focus, article>p>a:hover{
    font-weight: normal;
    text-decoration: underline;
}

a:link, a:visited {
    color: deeppink;
    text-decoration: none;
}

p {
    margin-top: 10px;
    margin-bottom: 18px;
}

.bolded {
    color: deeppink;
}

#content {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 20px 15px 20px;
    background-color: #fff;
    border: 2px solid #484848;
}


td#td-description {
    vertical-align: top;
    width: 70%;
    /*margin-left: 3%;*/
    padding-left: 3%;
}

/* PUBLICATIONS & SERVICE */

#content > h3 {
    font-weight: bold;
    text-align: center;
    color: deeppink;
    padding-top: 30px;
    padding-bottom: 10px;
}

#content > table.papers, #content > table.teaching {
    width: 100%;
    padding-bottom: 100px;
}

#content > table.papers > tbody > tr:first-child, #content > table.teaching > tbody > tr:first-child {
    border-bottom: 2px solid #d9d9d9;
}

#content > table.papers > tbody > tr, #content > table.teaching > tbody > tr {
    border-top: 2px solid #d9d9d9;
}

.paper-title {
    width: 80%;
}

.paper-conference {
    width: 20%;
}

/* fonts*/
@font-face {
    font-family: importedFont;
    src: url("importedFont.ttf");

}
