/*
  CSS globali
*/

.logo {
  width: 100px; 
} 

.chiama {
  color: rgb(140, 177, 135);
} 

.jumbotron {
  background-image: url(sfondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.rounded-navbar {
  border-radius: 65px; 
  margin: 20px;
}



/*
  CSS di index.html 
*/

.lead {
  font-size: x-large;
}

.whoami {
  padding: 40px;
  text-align: center;
}

#kevin_immagine {
  border-image: fill;
  border-radius: 30px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.testmain {
  font-size: 50px;
  text-align: center;
}

@media (max-width: 763px) {
  .testmain {
    font-size: 40px;
  }
}

.mainbutton {
  background-color: rgb(140, 177, 135);
  color: white;
}

.card {
  margin-top: 20px;
  text-align: center;
  border: rgb(140, 177, 135);
}

.card-title {
  color: rgb(140, 177, 135);
}

.informazioni {
  text-align: center;
  margin-top: 100px;
  color: rgb(140, 177, 135);
}

#instagram {
  margin-top: 100px;
  border: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.fa-instagram {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/768px-Instagram_icon.png);
}


/*
  CSS di contatti.html 
*/

#raggiungimi {
  text-align: center;
  margin-top: 160px;
}

/*
  CSS di chi-sono.html
*/

.profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  text-align: center;
}

.profile-container img {
  width: 150px;
  height: auto;
  border-radius: 15px;
  margin-bottom: 20px;
}

.profile-container h1 {
  font-size: 2rem;
  color: #333;
}

.profile-container p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/*
  CSS footer
*/

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: rgb(140, 177, 135);
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: rgb(140, 177, 135) !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}


