/*@import url('/css/colors.css');*/

/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* color: #353331; #201F16 ; #36352D */
 
 /* General */

body {
	margin: 0;
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	background: url(../img/greyzz.png) repeat;
	overflow-y: scroll;
	color: #201F16;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.light {
    font-weight: 400;
}


/* navigation */

.normal {
padding-top: 12px;
height: 75px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.shrink {
padding-top: 0px;
height: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
background-color: rgba(240,240,240, 0.5);
border-color: rgba(200,200,200, 0.5);
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.10);
}
/*
@media (min-width: 768px) and (max-width: 1200px) {
   .collapse {
       display: none !important;
   }
}
*/

/* change the colour of toggle button*/
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #36352D;
}
/*
@media (max-width: 1200px) {
   .shrink {
       background-color: rgba(240,240,240, 0.9);
   }
}
*/


.navbar-custom {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-custom .navbar-brand {
	color: #36352D;
    font-weight: 500;
	font-size: 20px;
}

.navbar-custom .nav li a {
	color: #36352D;
    -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 ,
.navbar-custom .nav li a:focus {
   background-color: rgba(240,240,240, 0.0);
}

.shrink .nav li a:hover {
   background-color: rgba(220,220,220, 0.5);
}

.shrink .nav li a:focus,
.shrink .nav li.active a{
   background-color: rgba(220,220,220, 0.4);
}

.btn-circle {
	width: 50px;
    height: 50px;
    border: 2px solid #353331;
    border-radius: 100%!important;
    font-size: 35px;
	color: #353331;
    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: #353331;
}

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

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* page is publications, software etc.*/
.page {
	padding-top:110px;
	}
	
/* about includes cover and about section */
#about{
	position:absolute;
	width:100%; height:100%;
    background: url(../img/intro-bg.jpg);
    background-size: cover;
	background-position-x: 65%;
}

#about table tr td{	vertical-align:bottom;
				text-align:center;
				padding-bottom: 100px;}





/* cover section includes the arrow botton*/
#about_cover {
	position:absolute; 
	width: 100%;
    height: 100%;
}

/* about section */
#about_section{
	position:absolute; 
	top:100%;
	width: 100%;
    min-height: 100%;
}

.spaced{
padding-top: 30px;
}

#about .dl-horizontal dt {
  width: 210px;
  font-weight: 300;
  text-align: left;
  text-overflow: ellipsis;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }

#about .dl-horizontal dd {
  display:flex;
}

#vitea .dl-horizontal {
	font-size: 18px;
	padding-top: 50px;
}

#vitea .dl-horizontal dt {
	padding: 12px;
	width: 170px;
    letter-spacing: 1px;
	/*font-weight: 400;*/
	text-align: left;
	text-overflow: ellipsis;
	/*font-family: Times New Roman,Times,serif;*/
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

#vitea .dl-horizontal dd {
	padding: 12px;
	display:flex;
	text-align:justify;
}

#publications h4, #teaching h4 , #vitea h4 , #software h4{
  margin-top: 25px;
}

#publications {counter-reset:entry}

#publications .entry td:before {
	content: counter(entry) ". ";
	counter-increment: entry;  /* Add 1 to chapter */
}
