body{
	font-family: utopia-std, serif; 
	font-style: italicnormal;
	font-size: 20px;
	height: 100%;
        width : 100%;
        position: absolute;
	line-height: 30px;
	background-color: #f7f7f7;
}
#wordcloud {
	background-color:#f7f7f7; 
}

img {
	width: 100%
  	height: auto%;
}

h2 {
	color : #192b6b;
	line-height: 1cm;
        font-weight: bold;
}		
		
h3,h4{
	color : #192b6b;
	line-height: 1cm;
}
h6{
	color : #192b6b;
	text-align: center;
}
a { color: #d16213;}

.title{
color : white;
font-family: 'Roboto Mono', monospace;
background-color : rgba(0,0,0,0);
margin-right : 0%;
margin-left : 0%;
margin-top : 6%;
margin-bottom : 3%;
padding-left : 3%;
padding-right : 3%;
padding-top : 0%;
padding-bottom : 2%;
}
		
.bg1{
    background-image: url("../media/factory_robots_b&w.png");
    height: 90%;
    width : 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.bg2{
    background-image: url("../media/stacco_stampa.png");
    height: 50%;
    width : 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg3{
    background-image: url("../media/light_bulbs.png");
    height: 50%;
    width : 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg4{
    background-image: url("../media/chip.jpg");
    height: 50%;
    width : 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


b{
	color: #192b6b;
}
		
nav{
	background-color: #093052;
}
/* DA ELIMINARE
.carousel-inner > .carousel-item > img {
  width:600px;
  height:400px;
} 
.carousel-inner > .carousel-item  {
  width:650px;
  height:450px;
}
.carousel-caption  {
   position: absolute;
   top:-40px;
   color: #0000ff;
}


.carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #0000ff;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 5px;
    background-color: #ffff99;
}


#carousel_topic_stampa .carousel-indicators li {
  background-color: #fff;
  background-color: rgba(70, 70, 70, 0.25);
}

#carousel_topic_stampa .carousel-indicators .active {
  background-color: #444;
}


.carousel-caption{
    margin-top: 20%;
    margin-bottom: 20%;
    background: rgba(0, 0, 0);;
}

.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    color:white;
}

.carousel-caption p{
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color:white;
}


*/

.carousel-inner > .carousel-item  {
  width:650px;
  height:450px;
  top: 80%;
  width: 50%;
  text-align: center;
  font-size: 18px;
}
.carousel-caption  {
   position: relative;
   text-align: center;
   top:-40px;
   color: #0000ff;
}
#carousel_topic_stampa .carousel-indicators li {
  background-color: #fff;
  background-color: rgba(70, 70, 70, 0.25);
}

#carousel_topic_stampa .carousel-indicators .active {
  background-color: #444;
}


.wrapper{background: #dbdbdb;}

.wrapper h1 {margin-bottom: 120px;
margin-top:60px;
font-family: 'Roboto Mono', monospace;
text-align: center;
color: #093052;
}

.team {display: flex;
text-align: center;
width: auto;
justify-content: center;}

.team .team_member{
margin: 30px;
margin-bottom: 50px;
width: 300px
padding: 20px;
line-height: 20px;
position: relative; 
}

.team .team_member h3{
font-family: 'Roboto Mono', monospace;
font-size: 26px;
margin-top: 65px;
color: #d16213;
}

.team .team_member p.role{
font-family: 'Roboto Mono', monospace;
font-size: 18px;
margin: 12px 0;
}

.team .team_member .team_img{
	width: 150px;
	height:150px;
	border-radius: 50%;
	position: absolute;
	top:-100px;
	left: 50%;
	transform: translate(-50%);
}

.team .team_member .team_img img{
	background: #dbdbdb;
	width: 150px;
	height: 150px;
	transition: .5s ease;
}

.team .team_member .description{
	font-family: utopia-std, serif; 
	font-style: italicnormal;
	color:#192b6b;
	justify-content: center;
	text-align:justify;
	}

.linkedin{width: 155px;
	height:155px;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%);
}

.linkedin img{
	width: 50px;
	height:50px;
	cursor: pointer;
}
.overlay{
opacity:0
}
.team_img:hover img{
opacity: .5}

.team_img:hover .overlay{
opacity: 0.5}

      
