/*

Tooplate 2117 Infinite Loop

https://www.tooplate.com/view/2117-infinite-loop

*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
	font-family: "Raleway", sans-serif;
	font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
	height: 17em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #37A;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38B;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: white;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38B;
}

.tm-navbar.scroll .navbar-brand {
  color: #369;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: #369;
}

.tm-navbar.scroll .tm-nav-link {
  color: #369;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #369;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: #707070;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* Hero */

#infinite {
	background-color: #222;
  background-image: url(../img/MDMC_lab.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
}

.tm-down-arrow {
  	color: #FFF;
    cursor: pointer;
    background: #357;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: #37A;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* whoweare */
#whoweare {
  color: white;
  background-image: url(../img/MDMC_lab1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 150%;
  position: relative;
}

@media (max-width: 991px) {
  #whoweare {
    background-image: url(../img/cleanroom2-mobile.jpg);
  }
}

/* Facilities */
#facilities {
  background-color: #fdfdfd;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dcdcdc' fill-opacity='0.4'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

.facilities_card {
  background: transparent;
  box-shadow: none;
  transition: 0.3s;
  height: auto;
  margin: 10px;
  border-radius: 8px;
  overflow: hidden;  
}

.facilities_card img {
  display: block;
  width: 100%;
  height: auto;
}

/* Remove extra left and right margins, due to padding in columns */
.facilities_row {margin: 0 -5px;}

/* Clear floats after the columns */
.facilities_row:after {
  content: "";
  display: flex;
  clear: both;
}

.facilities_column {
  float: left;
  width: 15%;
  padding: 0 0px;
}

.facilities_container {
  padding: 0px 0px;
	color: #707070;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.facilities_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
	
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  color: white;                 /* Text color */
  font-size: 16px;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
  box-sizing: border-box;
	
  z-index: 2;
  white-space: normal;
  pointer-events: none;
}

/* Interactive hover group wrapper */
 .container-box {
  position: relative;
  width: 380px;
  height: 300px;
  margin-bottom: 6rem;
}

.center-box {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at top left, #5a7fa6, #335577);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.1), 0 6px 12px rgba(0,0,0,0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  line-height: 1.3;
  padding: 1rem;
  font-weight: bold;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  user-select: none;
  text-align: center;
}

.center-box:hover {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #45698e, #678db3);
}

.surrounding-box {
  position: absolute;
  width: 135px;
  height: 180px;
  background: transparent;
  border-radius: 12px;
  top: 50%;
  left: 90px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--distance)) rotate(calc(-1 * var(--angle))) scale(1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  color: white;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  animation-fill-mode: both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.surrounding-box:hover {
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--distance)) rotate(calc(-1 * var(--angle))) scale(1.1);
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 3;
}

.surrounding-box:hover .image-wrapper img {
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  border-radius: 12px;
}

.surrounding-box img {
  border-radius: inherit;
}

.container-box.hover-active .surrounding-box {
  animation: fadeInBox 0.4s ease forwards;
  pointer-events: auto;
}

@keyframes fadeInBox {
  0% { opacity: 0;}
  100% {opacity: 1;}
}

.container-box:not(.hover-active) .surrounding-box {
  animation: fadeOutBox 0.3s ease forwards;
  pointer-events: none;
}

@keyframes fadeOutBox {
  0% {opacity: 1 }
  100% {opacity: 0 }
}

.box-1 { --angle: -45deg; --distance: 200px; }
.box-2 { --angle: 0deg;   --distance: 180px; }
.box-3 { --angle: 45deg;  --distance: 200px; }
.box-4 { --angle: 90deg;  --distance: 180px; }
.box-5 { --angle: 135deg; --distance: 200px; }
.box-6 { --angle: 180deg; --distance: 180px; }
.box-7 { --angle: 225deg; --distance: 200px; }
.box-8 { --angle: 270deg; --distance: 180px; }

.container-box.hover-active .box-1 { animation-delay: 0s; }
.container-box.hover-active .box-2 { animation-delay: 0.1s; }
.container-box.hover-active .box-3 { animation-delay: 0.2s; }
.container-box.hover-active .box-4 { animation-delay: 0.3s; }
.container-box.hover-active .box-5 { animation-delay: 0.4s; }
.container-box.hover-active .box-6 { animation-delay: 0.5s; }
.container-box.hover-active .box-7 { animation-delay: 0.6s; }
.container-box.hover-active .box-8 { animation-delay: 0.7s; }

.wrapper {
  display: flex;
  gap: 160px;
}

.resource-card:hover {
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .wrapper {
    display: block;
    gap: 0;
    padding: 1rem;
  }

  .container-box {
    position: static !important;  /* Remove absolute */
    width: 100% !important;       /* Full width */
    height: auto !important;      /* Let height grow */
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .center-box {
    position: static !important;  /* Remove absolute */
    transform: none !important;   /* Remove transforms */
    margin: 0 0 1rem 0 !important;
    width: 150px !important;
    height: 150px !important;
    max-width: 90vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: white;
    background: #335577;
    user-select: none;
    cursor: default;
  }

  .surrounding-box-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 400px;
  }

  .surrounding-box {
    position: static !important;  /* Remove absolute */
    transform: none !important;   /* Remove transform */
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    animation: none !important;
    transition: none !important;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: black; /* Adjust if needed */
    font-weight: bold;
    background: transparent;
    box-shadow: none;
  }

  .surrounding-box:hover {
    transform: none !important;
    box-shadow: none !important;
    cursor: default !important;
  }
	
  .facilities-subtext{
		display: none;
	}
}



/* testimonials */
#testimonials {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 150%;
  position: relative;
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1250px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  /*margin-left: 15px;
  margin-right: 15px;*/
	padding-right: 7px;
	padding-left: 7px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 110px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* webinars */
#webinars {
  color: white;
  background-image: url(../img/cleanroom2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 150%;
  position: relative;
}

@media (max-width: 991px) {
  #webinars {
    background-image: url(../img/cleanroom2-mobile.jpg);
  }
}


/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/MDMC_lab2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit-2 {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 30%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

/* Advisory Board Container */
.advisoryRow {
  display: flex;
	padding-left: 5%;
	padding-right: 5%
}

.advisoryColumn {
  flex: 50%;
	padding-left: 10px
	padding-right: 10px
}

@media screen and (max-width: 1200px) {
  .advisoryRow {
    flex-direction: column;
  }
}

/* Mobile Friendliness */
@media (max-width:1200px){
	#contentlocker{
		transform: translateX(0%);
	}
}

@media (max-width:1330px){
	.col-lg-6{
		max-width:100% !important;
		flex:0 0 100% !important;
	}
}

@media (min-width:641px){
	#player{
		width: 640px;
		height: 390px;
	}
}
@media (max-width:640px){
	#player{
		width: 100%;
	}
}

@media (max-width:767px){
	#ERDF_logo{
		height: 70px;
		width: auto;
	}
	#MDMC_logo{
		height: 60px;
		width: auto;
	}
	#advisoryBoard{
		font-size: 11.5px !important;
	}
	#advisoryRow{
		padding-left: 0px;
		padding-right: 0px;
	}
	#facilitiesList{
		max-width: 100%;
		transform: translateX(0%) !important;
	}
	.facilities_column {
	  float:left;
	  width: 46%;
	  padding: 0 10px;
	}
}

@media (max-width:650px){
	#uni_logos{
		height: 40px;
	}
}

@media (max-width:537px){
	.facilities_column {
	  float:left;
	  width: 60%;
	  padding: 0 10px;
	  transform: translateX(25%)
	}
}

@media (max-width:450px){
	#Title{
		font-size: 40px;
	}
	#contactLinks{
		transform: translateX(-5%) !important;
	}
	.facilities_column {
	  float:left;
	  width: 80%;
	  padding: 0 10px;
	  transform: translateX(10%)
	}
}


/* Content Locker */
#contentlocker,
#contentlocker2,
#contentlocker3 {
	background-color: #A9A9A9;
	text-align: center;
	position: relative;
	max-width: 640px;
	height: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius:10px;
}
#contentlocker-overlay,
#contentlocker-overlay2,
#contentlocker-overlay3 {
	background-color: rgba(0,0,0,0.6);
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	transition: all 0.2s ease;
}
#contentlocker-overlay i,
#contentlocker-overlay2 i,
#contentlocker-overlay3 i {
	margin-right: 10px;
}
#contentlocker:hover #contentlocker-overlay,
#contentlocker2:hover #contentlocker-overlay2,
#contentlocker3:hover #contentlocker-overlay3 {
	top: -100%;
	transition: all 0.2s linear;
}
/*#contentlocker:hover #contentlocker-content {
	top: 100%;
	transition: all 0.2s linear;
}*/
#contentlocker-content a,
#contentlocker-content2 a,
#contentlocker-content3 a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #777777;
	color: #f9f9f9;
	border-radius: 4px;
	font-weight: bold;
}

#contentlocker-content,
#contentlocker-content2,
#contentlocker-content3 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	background-color: #ccc;
	transition: all 0.2s ease;
}

#contentlocker-overlay,
#contentlocker-overlay2,
#contentlocker-overlay3,
#contentlocker-links,
#contentlocker-links2,
#contentlocker-links3 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	visibility: hidden;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.social-1 {
	text-decoration: none;
    color: #ffffff;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
	margin-right: 5px;
}
.social-1 i {
	display: flex;
  	align-items: center;
  	justify-content: center;
    height: 100%;
}
.social-1:hover i {
	background-color: rgba(0,0,0,0.1);
    transform: scale(1.2);
    transition: all 0.2s;
}



