  @import url(/fonts/LeagueGothic.css);

@font-face{
    font-family: "Bebas Neue";
    src: url("/events/filmfestival/2018/images/BebasNeue_Bold.otf") format("otf");
}


a:link, a:visited {color: #da672e;}
a:hover, a:active {color: #2F2E2A; transition: 2s;}


.btn-filmfest {background-color: #da672e; color: #2F2E2A; text-transform: uppercase; font-family: 'League Gothic', 'Bebas Neue'; font-size: 150%;}
.btn-filmfest:hover {background-color: gray; color: #da672e; transition: 2s;}

/* NAVIGATION STYLES */

.bg-header{
    background-color: #2F2E2A;
}

#logo{
    height: 75px;
    width:auto;
}

/* GENERAL STYLES */

html, body{
    background-color: #DDD3BD;
}

h1, h2, h3 {
    font-family: 'League Gothic', 'Bebas Neue';
    color: #2F2E2A;
}

h1{ font-size: 3em; }
h2{ color: #2F2E2A; font-size: 2.5em;}

h3 {font-size: 1.75em;}

.container-fluid{

}

#union_img{
    display: block;
    width: 100%;
}

/*HOMEPAGE STYLES*/

.welcome{
    padding: 30px 20px 20px 30px;
}
#guest{
    width:40%;
    float: left;
    margin-right:10px;
    margin-bottom:10px;
}

.schedule{
    background-color: #D8662C;
    padding: 20px;
    margin: 30px;
    border-radius: 20px;
}

.schedule h1,
.schedule h2,
.schedule p,
.schedule ul{
    color: #DDD3BD;
}

.header{
    width: 100%;
}

.register_button{
    margin: 0px 20px 0px 20px;
    letter-spacing: 2px;
}
/*RULES PAGE STYLES*/


.timeline{
    padding: 20px 20px 20px 30px;
}

.timeline h1 {
    text-align: center;
    font-size: 3em;
}

.rules{
    background: #D8662C;
    margin: 20px;
    padding: 20px;
    color: #DDD3BD;
    border-radius: 20px;
}

.rules h1, .tech h1, .acting h1 {color: #DDD3BD; text-align: center;}

.tech{
    background: #D8662C;
    margin: 20px;
    padding: 20px;
    color: #DDD3BD;
    border-radius: 20px;
}

.acting{
    background: #D8662C;
    margin: 20px;
    padding: 20px;
    color: #DDD3BD;
    border-radius: 20px;
}


#film_strip{
    width: 100%;
    max-width: 300px;
    position: relative;
    margin: auto;
    display: block;
}

.tech h1{
    text-align: center;
}

.date_1, .date_2, .date_3, .date_4{
    background-color: #F3F3F3;
    position: absolute;
    width: 50%;
    right: 25%;
    left: 25%;
    max-width: 200px;
    display: block;
    margin: auto;
    padding: 10px;
    color:#2F2E2A;
    font-size: 60%;
    
}

.date_1:hover, .date_2:hover, .date_3:hover, .date_4:hover{
    background-color: #F3F3F3;
    position: absolute;
    width: 90%;
    right: 5%;
    left: 5%;
    max-width: 300px;
    display: block;
    margin: auto;
    padding: 20px;
    color:#2F2E2A;
    font-size: 90%;
    transition: width 1s, right 1s, left 1s, max-width 1s, font-size 1s, padding 1s;
    
}

.date_1 h2, .date_2 h2, .date_3 h2, .date_4 h2{
    color:#2F2E2A;
}

 .date_1{
    top: 110px; 
}

.date_2{
    top: 23%; 
}

.date_3{
    top: 38%;
}

.date_4{
    top: 55%;
} 


#rules{
    margin: 10px;
    text-align: center;
    font-size: 3em;
}

/*FILMS PAGE STYLES*/


.title h1{
    font-size: 3.5em;
    z-index: 10;
    margin-top: 17px; 
    color: #DDD3BD;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img#film_strip_2{
    width: 100%;
    height: 100px;
    margin-top: 10px;
    position: relative;
}

#film_strip_4 {
	margin-top: 20px;
	background-image: url(/events/filmfestival/2018/images/film_strip_4.jpg);
	height: 100px;
	background-position: center top;
	background-size: 20px 100px; 
	background-repeat: repeat;
}

.long_form, .short_form {
    margin-top: 20px;
}

#nature_calls_img, #union_knight_img, #the_undeniable_truth_img, #sacrifice_img, #run_img, #dark_chocolate_img, #we_need_to_talk_img{
    width:100%;
    margin-bottom: 10px;
}


/*REGISTER PAGE STYLES*/

.register{
    /* margin: 30px 0 0 0; */
    background-color: #2F2E2A;
    padding: 30px;
    border-radius: 20px;
	color: white;
}

/*WINNERS NOMINEES PAGE STYLES*/
.trophy{width: 30px;}

.table .thead-dark th{
    background-color: #2F2E2A;
}

.table_titles{
    font-size: 3em;
}

#tech_awards, #acting_awards, #best_films {
    width: 75%;
	margin: 0 auto;
    padding: 10px;
}


/*MEDIA QUERIES*/

@media only screen and (max-width: 575px) {
   /* .title h1 {font-size: 275%; white-space: nowrap;} */
}

@media only screen and (min-width: 576px) {
    
}

@media only screen and (min-width: 768px) {
    
}

@media only screen and (min-width: 992px) {
   
}

@media only screen and (min-width: 1200px) {

}


