/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  background: url('../img/atlasfisiosport.jpg');
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;  
  /**background-position-x: 0px !important; **/
}



body:before {
  background: rgba(45, 45, 45, 0.633);
  content: "";
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -1;
}


.btn-outline-secondary {
  color: #fdfdfd;
  font-weight: 500;
  width: 200px;
  padding:10px;
  border: #fff 1px solid;
}

.btn-outline-secondary:hover {
  width: 200px;
  padding:10px;
  font-weight: 600;
  background: none;
  border: #fff 1px solid;
}

footer  {
  color: #fff;
}

.whatsapp-btn {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 16px;
  text-align: right;
}

.whatsapp-btn img {}

.main-element {
  margin-top: 30%;
}

/** sociale **/

.social-list {
  list-style: none;
  display: flex;
}

.first{
margin-left: -27px;
}

.social-list li:nth-child(1):hover .fa {
  color: #3b5999;
}
.social-list li:nth-child(2):hover .fa {
  color: #c32aa3;
}
.social-list li:nth-child(3):hover .fa {
  color: #0077b5;
}
.social-list li:nth-child(4):hover .fa {
  color: #34b4f8;
}


.social-list .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 20%;
  background-color: #f8f8f8;
  margin: 7px;
  color: rgb(54, 55, 55);
  font-size: 15px;
  text-decoration: none;
  transition: .4s ease-out;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753),
              0px 3px 10px rgba(0, 0, 0, 0.411);
}

.social-list .social-link:hover {
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753),
              0px 5px 5px rgba(0, 0, 0, 0.61);
}

.fa {
  transition: .4s
}

.social-list .social-link:hover .fa {
  transform: scale(1.2);
  transition: .4s;
}

/** sociale **/