body {
    overflow-x: hidden;
}

/* TROCA DE LOGO */
@media (min-width: 576px) {
    .modal-buzzonwheels {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}

#sobre-colunas-container div div {
    margin-right: 15px;
    margin-left: 15px;
}

.recrutamento-li a, .buzzsessions-li a {
    color: #ffd11a !important;
}

section#sobre {
    padding-bottom: 2rem;
    padding-top: 7rem;
    margin-bottom: 4rem;
}

section#eventos {
    margin-bottom: 0rem;
}

section#contactos {
    margin-top: 6rem;
}

.bg-grey{
    background-color: rgba(217, 217, 217,0.4);
}

.txt-black {
    color: black;
}

.list-none {
    list-style-type:none;
    padding-left:0px;
}

.mail-contactos {
    font-size: 0.8rem;
}



footer {
    padding: 25px 0;
    text-align: center;
  }
  footer span.copyright {
    line-height: 40px;
    font-family: "Roboto', sans-serif";
    text-transform: uppercase;
    text-transform: none;
  }
  footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-transform: none;
  }
  ul.social-buttons {
    margin-bottom: 0;
  }
  ul.social-buttons li a {
    display: inline-block;
    background-color: #222222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  ul.social-buttons li a:hover,
  ul.social-buttons li a:focus,
  ul.social-buttons li a:active {
    background-color: #e0e0d1;
  }
  .linkedin-icon {
	font-size: 35px;
	color: rgb(0,119,181);
}
.linkedin-icon:hover {
	color:black !important;
}

#siteAuthor-linkedin {
	margin-top: 3px;
    margin-left: 10px;
    font-size: 30px;
    position: absolute;
}



/* IMG HOVER EFFECT IN ABOUT*/ 
.img-hover {
opacity: 1;
transition: .5s ease;
}
.container .img-hover:hover{
opacity: 0.3;
cursor: pointer;
}

/* SECÇÃO DE EQUIPA */
#equipa {
  height: 500px;
  padding-top: 6rem;
  position: relative;
}
#equipa-img-div {
  background-image: url("/img/fotoequipa.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  opacity: 0.2;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

  

/* HTML PAGE TRANSITIONS */
body {
    opacity: 1;
    transition: 1.3s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

/* HOVER DIV EVENTS CURSOR POINTER */
.div-pointer {
    cursor: pointer;
}



/* IMGS IN EVENTS */
.event-image {
    height: 180px;
}


/* MODALS OVERWRITE CLASS */
@media (min-width: 576px) {
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
}
/* ESPECIFICO DA BUZZ ON WHEELS */
@media (min-width: 576px) {
    .modal-buzzonwheels {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}



