@font-face {
    font-family : "Lobster";
    src : url(../fonts/lobster.woff);
}

header nav #logo {
    height : 50px;
}

header .navbar-right a {
    padding : 0px 15px;
}

header #welcome {
	margin-top : 50px;
    text-align : center;
}

header #welcome #logo{
    width : 20%;
}

header #welcome #banner {
    width : 70%;
    margin-left : 10%;
}

header #welcome h1 {
    color : #C2590E;
    font-family : "Lobster", cursive;
}

header #welcome img {
    margin : auto;
    box-shadow : 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow : 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow : 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    border-radius : 5%;
    -webkit-border-radius : 5%;
    -moz-border-radius : 5%;
}

.jumbotron {
	margin-bottom : 0px;
}

.jumbotron h1 {
	text-align : center;
}

.jumbotron h2 {
	font-size : 23px;
}

.jumbotron h1, .jumbotron h2 {
    word-wrap : break-word;
}

.jumbotron p, .jumbotron li {
	font-size : 15px;
}

@media screen and (min-width: 768px) {
	.jumbotron h2 {
		font-size: 40px;
	}
	
	.jumbotron p, .jumbotron li {
		font-size : 20px;
	}
}

.blue, .green, .purple {
	color : #F0F0F0;
}

.blue h1, .green h1, .purple h1,
.blue h2, .green h2, .purple h2 {
	color : white;
}

.blue {
	background-color : #003748;
}

.green {
	background-color : #2E8B57;
}

.purple {
	background-color : #666699;
}

.white {
	background-color : white;
}

.white h1, .white h2 {
	color : #C2590E;
}

#topics .row {
    text-align : center;
}

#topics img {
    height : 200px;
    margin : auto;
}

#publications .publi {
    margin-bottom : 10px;
}

#publications .publi p {
    margin : 0px;
}

#publications a {
	color : inherit;
}

#publications .authors, #publications .more {
    font-size : 12px;
}

@media screen and (min-width: 768px) {
    #publications .authors, #publications .more {
        font-size : 15px;
    }
}

#publications .authors {
    color : gray;
}

#publications .more {
    font-style : italic;
}

#team .col-sm-6 {
	text-align : center;
}

#team .col-sm-6 figure {
	margin : 10px;
    text-align:left;
}

#team .col-sm-6 figure img {
	/*margin : auto;*/
    display:inline-block;
}

#team .col-sm-6 figure figcaption {
    display:inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

#team .col-sm-6 a[href=""] {
    cursor:default;
}

#team .col-sm-6 a:not([href=""]):hover figure {
    background: #606080;
}

#team .col-sm-6 figure figcaption p{
    font-size: medium;
    margin: 0;
}

.blue a, .green a, .purple a {
	color : inherit;
}

#team img {
    max-width : 150px;
}

#contact, #partnership {
	text-align : center;
}

#contact a, #partnership a {
	display : inline-block;
	margin : 10px;
}

#contact img {
    width: 100%;
}

#partnership img {
    height : 70px;
    /*width: 100%;*/
}

#locales {
    float:right;
    margin-top: 13px;
}

#locales img {
    max-height: 25px;
    cursor:pointer;
}

body {
	position:relative;
}