p,a,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

body {
    background-color: #252b3a;
    /* background-color: #f7f5f0; */
		/* overflow-y: hidden; */
}

body:before {
    background-image: url(https://media3.giphy.com/media/FSqYDfsdaiG9W/giphy.gif);
    /* background-image: url(img/noise.gif); */
    content: "";
    position: fixed;
    height: 970%;
    width: 150%;
    top: -100%;
    left: -50%;
    opacity: .03;
    /* opacity: .1; */
    /* z-index: 1; */
}

.section-team {
	font-family: "Poppins", sans-serif;
	padding: 80px 0;
}

.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #fe6b70;
    /* color: #3e64ff; */
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
		color: #fff;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 25px;
	/* padding: 30px; */
	background-color: #efe8d8;
	/* background-color: #f5f5f5; */
	/* background-color: #f6f9ff; */
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	/* border-radius: 20px; */
	/* border-radius: 5px; */
	min-height: 372px;
	/* background: linear-gradient(to bottom, #efe8d8, #f7f5f0); */
	/* background: linear-gradient(to bottom, rgb(239 232 216 / 93%), rgb(247 245 240 / 0%)); */
	/* background: linear-gradient(to bottom, rgb(50 124 138 / 100%), rgb(247 245 240 / 0%)); */
	/* background: linear-gradient(to bottom, rgb(0 125 140 / 100%), rgb(247 245 240 / 0%)); */
	/* background: linear-gradient(to bottom, rgb(44 49 65 / 100%), rgb(247 245 240 / 0%)); */
	background: linear-gradient(to bottom, rgb(56 61 79 / 90%), rgb(247 245 240 / 0%));
}

.section-team .single-person:hover {
	/* background: linear-gradient(to right, #fe6b70, #f1a0a3); */
	/* background: linear-gradient(to bottom, #fe6b70, rgb(247 245 240 / 0%)); */
	background: linear-gradient(to bottom, #037d8c, rgb(247 245 240 / 0%));
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 25px;
    /* margin-bottom: 50px; */
    border-radius: 50%;
    border: 2px solid transparent;
    /* border: 4px solid transparent; */
    /* border: 4px dashed transparent; */
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
	padding: 12px;
    border: 2px solid #fff;
    /* border: 4px solid #fff; */
    /* border: 4px dashed #fff; */
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    /* line-height: 60px; */
    text-align: center;
    /* background: linear-gradient(to right, #fe6b70, #f1a0a3); */
    color: #fff;
    border-radius: 50%;
    /* font-size: 24px; */
		/* display: none; */
		background: #fff;
}

.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #fe6b70;
}

.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 28px;
  font-weight: 700;
	color: #037d8c;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    /* color: #fe6b70; */
    color: #fff;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}

/* MODIFS */

.person-info {
    text-align: center;
		padding-top: 20px;
}

/* FOOTER */
.footer {
  padding: 7rem 0;
  font-family: "Poppins", sans-serif;
  background-color: #2e3344;
  /* background-color: #373c4e; */
  /* background-color: #f2eddf; */
  /* background-color: #d3cbad; */
  border-top-left-radius: 455px;
  border-top-right-radius: 455px;
}
.footer .footer-site-logo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}
.footer .nav-links {
    padding: 0;
    margin: 0;
}
.footer .nav-links li {
    display: inline-block;
}
.footer li {
  display: inline-block;
}

.footer .nav-links li a {
  padding: 10px;
  color: #fff;
}

.footer .social h3 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
		padding-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer .social ul li {
    display: inline-block;
}
.footer .social ul li a {
    display: inline-block;
    padding: 10px;
    color: #fff;
}
.logofooter{
    width:10%;
}


.footer a{
    text-decoration: none;
}

/* .fixed_footer{
  width: 100%;
  height: 600px;
  position: fixed; left: 0; bottom: 0;
  z-index: -100;
} */

@media (max-width: 550px){
  .logofooter{
      width:20%;
  }
  }

	.presta:hover {
	    /* background: linear-gradient(to right, #fe6b70, #f1a0a3); */
	    background: linear-gradient(to bottom, #99aeff, rgb(247 245 240 / 0%)) !important;
	}
