
@font-face {
    font-family: "Abel";
    src: url(fonts/Abel/Abel-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Amarante";
    src: url(fonts/Amarante/Amarante-Regular.ttf) format("truetype");
}

/*
@import url(http://fonts.googleapis.com/css?family=Amarante);
@import url(http://fonts.googleapis.com/css?family=Abel);
*/

body {
    font-family: 'Abel', sans-serif;

}

h1 {
    font-family: 'Amarante', cursive;
    font-size: 200px;
        cursor: default;
}
div.left {
    float: left;
}
h2 {
    font-size: 70px;
}

h3 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 50px;
}

p, li {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 150%;
}

li {
    line-height: 150%;
    color:#b00;
}

.committee-title {
    color:#000;
}

p#date {
    margin: 0;
    cursor: default;
}


a {
    text-decoration: none;
    color: #b00;
}

a:hover {
    border-bottom: 1px solid #b00;
}

div#landing div.centered {
    width: 840px;
    /*height: 300px;*/
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -150px 0 0 -380px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#landing div.left p {
    position: absolute;
    text-align: right;
    right: 170px;
    top: 10px;
    font-size: 34px;
    letter-spacing: -1px;

}

div#landing div ul {
    /*width: 250px;*/
    position: absolute;
    right: 0;
    display: inline-block;

    float: right;
    bottom: 10px;
}

ul#nav {
    z-index: 100;
}

ul#nav li {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    padding: 20px;
    background-color: white;
    font-size: 18px; 
    line-height: 100%;
}

ul#nav li:hover,  ul#nav li.current {
    background-color: #000;
    color: #fff;
}



ul#nav li:hover {

    transition-property: background-color, color;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    cursor: pointer;
}

ul#nav.stick-left {
    position: fixed;
    right: auto;
}

#bestviewed {
    position: fixed;
    text-align: right;
    width: 100%;
    right: 10px;
    top: 10px;
    color: rgb(207, 207, 207);
    font-size: 12px;
}

div.page {
    width: 100%;
    height: 100%;
    position: absolute;

    display: none;
}

div.page.show {
    display: block;
}

div.page.active {
    left: 0;
    display: block;
}

.stick-left {
    position: fixed;
    left: 0;
}


div.page div.pageContainer {
    width: 840px;
    position: absolute;
    margin-left: 200px;
    padding-bottom: 150px;
    /*margin-top: 20px;*/
}

.talent-title {
    margin-top: 20px;
    color: #000;
    font-size: 24px;
}

.talent-participant {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}


.facebook-iframe {
    padding-left: calc(100% - 300px);
}
