/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* ==================================== NAVIGATION MENU ====================================== */


@media(min-width:767px) {
    .navbar {
        padding: 1px 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;
    }

    .top-nav-collapse {
        padding: 0;
    }


   .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #000;  /*Sets the text hover color on navbar*/
        background-color: #f58220;
		
    }

    .navbar-default .navbar-nav > .active >
    a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #E6E7E8; /*BACKGROUND color for active*/
        background-color: #404041;
    }


       .navbar-default .navbar-nav > .active > a {
        color: #E6E7E8; /*BACKGROUND color for active*/
        background-color: #404041;
    }



  .navbar-default {
    	background-color: #040404;
    	border-color: #57595b;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #262626;
    	text-decoration: none;
    	background-color: #66CCFF;  /*change color of links in drop down here*/
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: red; /*Change rollover cell color here*/
    }


    .navbar-default .navbar-nav > li > a {
        color: white; /*Change active text color here*/
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 200;
		font-size: 14px;
		font-stretch: extra-condensed;
		line-height: 55px;
		letter-spacing: 1.5px;
    }


    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
	
	.ivical {
		border-left: 1px solid #ffffff;
	}
	.ivicad {
		border-right: 1px solid #ffffff;
	}

}

/* Bootstrap overrides */
.navbar-nav > li > a { padding-top: 0px !important; padding-bottom: 0px !important; color: #E6E7E8; }
.navbar { min-height: 55px !important; }
.navbar-brand { padding-top: 8px; padding-bottom: 10px; padding-left: 10px; }
.navbar-nav {
    text-align: center;
    margin: 0 auto ;
}
.navbar-nav>ul {
   text-align: center;  
}

/* ======================================= KRAJ NAVIGATION MENU ================================== */

/*-- Intro Section -----------------------------------------------------------------------------------------------------*/

.intro-section {
	position: relative;
	width: 70%;
    height: 3880px;
	display:inline-block;
}

/*-- More Section ------------------------------------------------------------------------------------------------------*/

.more-section {
	width: 70%;
    height: 5840px;
	display:inline-block;
}

/*-- LAB section ----------------------------------------------------------------------------------------------------*/

.lab-section {
	width: 70%;
    height: 4000px;
	display:inline-block;
}

/*-- RESEARCH section ----------------------------------------------------------------------------------------------------*/

.research-section {
	width: 70%;
    height: 2100px;
	display:inline-block;
}

/*-- TEACHING Section ----------------------------------------------------------------------------------------------------- */

.teaching-section {
	width: 100%;
    height: 2300px;
	display:inline-block;
}

/*-- PUBLICATIONS Section ------------------------------------------------------------------------------------------------*/

.publications-section {
	width: 100%;
    height: 1600px;
	display:inline-block;
}
    