/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
 margin-top: 30px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
 font-family: 'Roboto', serif;
}

li {
     list-style:disc outside none;
     display:list-item;
	 text-align: justify;
     }

nav {
	font-family: 'Roboto', cursive;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c223a+0,19275e+56,19275e+56,2c59a5+100,2c59a5+100,2c59a5+100,385691+100 */
	background: #1c223a; /* Old browsers */
	background: -moz-linear-gradient(left,  #1c223a 0%, #19275e 56%, #19275e 56%, #2c59a5 100%, #2c59a5 100%, #2c59a5 100%, #385691 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1c223a 0%,#19275e 56%,#19275e 56%,#2c59a5 100%,#2c59a5 100%,#2c59a5 100%,#385691 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1c223a 0%,#19275e 56%,#19275e 56%,#2c59a5 100%,#2c59a5 100%,#2c59a5 100%,#385691 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c223a', endColorstr='#385691',GradientType=1 ); /* IE6-9 */


}

.img-circle {
    border-radius: 50%;
	width: 20%;
	float:left;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-agata-fluid-height {
	background: url('../img/agata.jpg') no-repeat center center scroll;
    padding: 140px 0;
}

.image-tof-fluid-height {
	background: url('../img/tof.png') no-repeat center center scroll;
    padding: 140px 0;
}

.image-dsssd-fluid-height {
	background: url('../img/dsssd.jpg') no-repeat center center scroll;
    padding: 140px 0;
}

.image-chamber-fluid-height {
	background: url('../img/chamber.jpg') no-repeat center center scroll;
    padding: 140px 0;
}

.image-agatafront-fluid-height {
	background: url('../img/agatafront.jpg') no-repeat center center scroll;
    padding: 140px 0;
}


.image-bg-fluid-height {
	/*background: url('../img/dssd_ta-foil.jpg') no-repeat center center scroll;*/
    padding: 100px 0;
}

.image-bg-fixed-height {
	/*background: url('../img/dssd_ta-foil.jpg') no-repeat center center scroll;*/
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 30px 0;
}

.section-heading {
    margin: 20px 0;
    font-size: 2.5em;
}

.section-lead {
    margin: 15px 0;
}

.section-paragraph {
    margin: 15px 0;
	text-align: justify;
	
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}




.social {
  margin-top: 10%;
  width:100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 1em;
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*border: 2px dashed white;*/
  background-clip: content-box;
  padding: 10px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-right: 15px;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 3em;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 20px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) ;
}

.social .link.mail {
  background-color: grey;
  color: white;
}

.social .link.researchgate {
  background-color: #00CCBB;
  color: white;
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}

.social .link.scholar {
  background-color: #6EA3F7;
  color: white;
}

.social .link.test123 {
  background-color: grey;
  color: white;
}

