html {
	font-size: 16px;
}

.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.iconP {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	background: #2E406E;
}

.icon-twitter {
	background: #339DC5;
}

.icon-instagram {
	background: #ce1b52;
}
.icon-logo{
	background:#4c95ff;
}

.iconP:first-child {
	border-radius: 1rem 0 0 0;
}

.iconP:last-child {
	border-radius: 0 0 0 1rem;
}

.iconP:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}
#carousel1 .carousel-item {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70vh;
  }

  .carousel-caption {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 250px;
    font-size: 50px;
    text-align: right;
  }

  .carousel-control-prev {
    background-image: none;
  }

  .carousel-control-next {
    background-image: none;

  }