html{
	height: 100%;
}

body {
	min-height: 100%;
	padding-top: 0px;
}


/************Header*************/


.header {
	background-image: -webkit-linear-gradient(24deg, #0079c1 55%, #00ff0000 35%), url('../img/headerBW.png');
	background-position: right bottom, right top;
    height: 269px;
}

/************ ///Header  *************/

.wrapper {
	background: #fff;
	padding: 0px 0px 0px 0px;
	box-shadow: 0 0 15px #aaa;
}

.navbar-inverse {
	background-color: #eaeaea ;
	border-color: #eaeaea ;
}

nav.navbar{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding-left: 25%;
	padding-right: 15%;
}

li.color:hover{
	margin-top: -1px;
	background-color: #0079c1!important;
	border-color: #0079c1;
}

.boxed-layout {
	padding: 0px 0px 0px 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	height: 70%;
}

.carousel{
	margin-bottom: 20px;
}

a.nounderline{
	text-decoration: none;
	background-color: initial ;
}

.img-icon:hover{
	-webkit-transform: scale(2.0);
	-moz-transform: scale(2.0);
	-ms-transform: scale(2.0);
	-o-transform: scale(2.0);
	transform: scale(2.0);
	box-shadow: 10px 10px 5px rgba(91, 91, 91, 0.3);
	z-index: 99999;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*Per centrar imatges*/
.img-full {
    min-width: 100%;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

@media screen and (min-width:768px) {
    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }
}
/* Staff */

.thumbnail-staff {
	height: 300px;
}

.row-staff-memorial {	
    border: black;
    padding-left: 15px;
    padding-right: 15px;
}

.row-staff-memorial .col-md-12 {	
    border: 1px solid #ddd;
    padding-right: 0;
    padding-left: 0;
}

.row-staff-memorial .thumbnail {
	background-size: 100%;
    background-image: url(../img/staff/castellsague-bg.jpg);
    height: 200px;
    border-radius: 0px;
    border: none;
}

.row-staff-memorial .helper {
	display: inline-block;
    height: 10%;
    vertical-align: middle;
}

.row-staff-memorial img {
	max-height: 150px;
    max-width: 150px;
}

.navbar-nav {
	float:left !important;
}
					
.rss {
	float: right;
}

.rss img {
	height: 30px;
}

.mgtop110 {
	margin-top: 110px;
}

.mgtop45 {
	margin-top: 45px;
}



/* Introduction text */

#intro-text {
	padding-left: 10%;
	padding-right: 2%;
}

/* Updates */

#updates p {
	margin-bottom: 10px;
}

/****** COHEAHR SECTION: Publications *********/

/* Indent paragraph, firs line only */
#coheahr-reflist p {
	text-indent: 30px;
}

/* icon awesome without paragraph indent */
#coheahr-reflist i.fa-external-link {
	text-indent: 0px;
}

/* Newsletter panel style */
.panel-newsletter h4 {
	color: #0079c1!important;
	font-family: "Droid Serif";
	font-style: italic;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #0079c1;
}

.panel-newsletter {
	background-color: #eaeaea!important;
	
}

/* Update panel style */
.panel-update h4 {
	color: #ffffff!important;
	font-family: "Droid Serif";
	font-style: italic;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;	
}

.panel-update {
	background-color: #0079c1!important;
	
}

.container h1, h2, h3, h4 {
	font-family: "Droid Serif";
	font-style: italic;
	font-weight: bold;
}

.container p, ul, a {
	font-family: "Open Sans Light";
}

li::marker{
	color: #0079c1;
}

/*********** footer ***********/

footer {
	margin: 5px;
}

.footer_img img {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;

}

/*********** //footer ***********/


@media screen and (max-width:768px) {
.header {
    background-image: linear-gradient(#0079c1,#0079c1);
    background-position: right bottom, right top;
    height: 210px;
}

.mgtop110 {
	margin-top:45px;
}

}
