/*!
 *   PGIS Research Congress 2016
 * 
 *   all rights reserved
 * 
 *   text styles used:
 *  	body text: Raleway  
 *      Nav: Montserrat
 * 	    Buttons: Montserrat  
 *      Intro: Raleway  
 *   university maroon color:  #5e0f09;
 *   highlighted maroon color: #be1e12;
 *                       rgba(245,154,147,.5)
 * 	 251,216,213,
 */
 
 
 

body {
    width: 100%;
    height: 100%;
    font-family: Raleway, Lora, "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #685D5B;
    #background-color: #111;
    background-color: #FFF;
    #background-image: url(../img/v-gradient.png);
    background-image: url(../img/tile-2.png);
    #background-image: url(../img/ctile-3.jpg);

}


html {
    width: 100%;
    height: 100%;
}


h1 { }
h2 {
	margin-top: 2em;
	text-shadow: 0.0em 0.0em 0.25em black;
	z-index: 10;
	background: url(../img/h2-bg.png) no-repeat 0 0;
    background-size: 12em;
    background-position: center; 
	padding: 30px;
}


h3, h4 {
	margin-top: 1.5em;
	padding: 30px;
}

h3 small {
	font-size: 80%;
	color: #be1e12;

}

h3 span {
	color: #be1e12;
}

h5 {
	padding: 12px 0px 0px 30px;
	}

h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

p .small {
	color: #be1e12;
}

hr{
	border-top: 1px solid #ccc;
}

a {
    color: #be1e12;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #be1e12;
}

.light {
    font-weight: 400;
}

ul {
		margin-left: 2.5em;
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
}

ul .small {
		margin-left: 2.5em;
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
}


.no-bullet {
    list-style-type: none;
}

table {
	padding: 5px;
}

tr {
	margin: 1px;
	font-size: 18px;
	//padding-left: 50px; padding-right: 50px;
    line-height: 1.75;

}



/* SECTIONS START */
.content-section{
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 100%;
}

.dark {
    background-color: rgba(0,0,0,0.30);
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    //background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background: url(../img/new_back.jpg) no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-button {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 50px;
    font-family: Raleway;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    padding: 0;    
}

.intro .intro-body .intro-text {
    font-size: 20px;
    font-family: Raleway;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 56px;
    }

    .intro .intro-body .intro-text {
        text-align: left;
    }
}

#heading-date {
	font-size: 24px;
	font-family: Raleway;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

#logo-layer {
   position: absolute; 
   z-index: 20;
   top:  10%; 
   left: 0%; 
   width: 100%; 
}

#cross {
   opacity: 0.9;
   filter: alpha(opacity=40); /* For IE8 and earlier */
}

#cross:hover {
   opacity: 0.9;
}

#down-button {
	position: absolute;
	top: 	70%;
	left: 	50%;
}

@media(min-width:767px) {
	#down-button {
		position: absolute;
		top: 	80%;
		left: 	50%;

	}
}


.btn-circle {
    width: 60px;
    height: 60px;
    margin-top: 50%;
    padding: 7px 16px;
    padding-top: 14px;
    border: 2px solid #fff;
    border-color: rgba(255,255,255,0.30);
    border-radius: 100%!important;
    font-size: 25px;
    color: #fff;
    color: rgba(255,255,255,0.30);
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

#sponsors{
	background-color: rgba(128,128,128,0.05);

}

.sponsor-icon {
	height: 40px;
	margin: 5px;
}

.theme-pic {
	height: 50px;
	margin: 5px;

}


#submit {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #fff;
    background: url(../img/rescon-3.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
	margin: 20px;
	border-style: solid;
    border-color: rgba(127, 127, 127, 127);
    border-width: 1px;
    //width: 100%;
    height: 300px;
}



/* BUTTONS START */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 20px;
}

.btn-default {
    border: 1px solid #fefefe;
    color: #fff;
    background-color: rgb(176, 124, 124)	;
}

.btn-white {
	border: 1px solid #fff;
	color: #fff;
	background-color: rgb(176, 124, 124);
	margin: 7.5px;

}

.btn-white:hover,
.btn-white:focus {
    border: 1px solid #fff;
    outline: 0;
    background-color: rgb(250, 214, 82);
}

.btn-clear{
	border: 1px solid #B07C7C;
	color: #B07C7C;
}
.btn-clear:hover
{
	border-color:#BE1E12;
	color:#BE1E12;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #be1e12;
    outline: 0;
    color: #000;
    background-color: #be1e12;
}

/* BUTTONS END */







/* NAVIGATION START */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(245,231,229,.5);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #fad652; 
    text-shadow: 0.0em 0.0em 0.25em white;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
		//background: url(../img/topline.png) no-repeat right top scroll;
		//background-size: 30%;
		background-color: rgba(138, 66, 66, 0.9);	
    }

}

/* NAVIGATION END */

/* MISC START */
footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #be1e12;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #be1e12;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.highlight{
	background-color: rgba(138, 66, 66, 0.9);
	color:#ffffff
}

/* MISC END */
