nav ul a, nav .brand-logo {
  color: #444;
}

/* .header {

} */
.do-more-things {
  filter: grayscale(0%);
}

nav .brand-logo img {
  margin-top: 16px;
  height: 32px;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #039be5;
}

.parallax-container {
  line-height: normal;
  height: auto;
  color: rgba(255, 255, 255, .9);
}

@media (max-width: 601px){
  .parallax-container {
    min-height: 600px;
    line-height: normal;
    height: auto;
    color: rgba(255, 255, 255, .9);
  }
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .parallax-container .section {
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width: 600px) {
  .hero-title {
    font-weight: bold;
    font-size: 2.2em !important;
  }
  .icon-block {
    padding: 0 15px;
    margin-top: 48px;
  }
  .social-icons {
    height: 64px !important;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 601px) and (max-width:1285px) {
  .hero-title {
    font-weight: 600;
    font-size: 3em !important;
  }

  .social-icons {
      margin-bottom: 24px;
  }
}

.hero-title {
  font-weight: 400;
  font-size: 5em;
}


.hero-tagline {
  font-weight: 300;

}

@media (max-width: 500px){
  .hero-tagline {
    font-weight: 300;
    margin-top: -20px;
  }
}



.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.btn-large {
  background: #FF0000 !important;
  border-radius: 10px;
  color: white !important;
}

#community {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0039D5, #00DAFD);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0039D5, #00DAFD);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 10px;
  padding: 48px;
}

.community-icons {
  width: 120px;
  height: auto;
}

.overlay-blue-lightblue {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0039D5, #00DAFD);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0039D5, #00DAFD);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.overlay-blue-green {
  background: #00E743;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00BBFF, #00E743);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00BBFF, #00E743);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.overlay-purple-yellow {
  background: #A600EF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #A600EF, #FFBB00);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #A600EF, #FFBB00);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.img-container {
  position: relative;

}
/* .container:hover .image{

  filter: grayscale(0%);
} */

.team-photos :hover{
  filter: grayscale(0%);
}


.event1 {
  background-image: url("/img/events/inter_Arecibo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  min-height: 200px;
}

.event2 {
  background-image: url("../img/events/inter_Arecibo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  min-height: 200px;
}

.event3 {
  background-image: url("../img/events/cryptoHappyHour.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  min-height: 200px;
}

.fullImage {
  height: 100vw;
  width: auto;
}

.card-title {
  z-index: 4;
  font-weight: bold;
  display: block;
line-height: 32px;
margin-bottom: 8px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-48 {
  margin-bottom: 48px;
}

.card {
  border-radius: 10px !important;
height: auto;
max-width: 400px;
}

.card .card-action:last-child {
  border-radius: 0 0 10px 10px !important;
}

/* .cardContantEvents {

} */

.card-content {
height: auto;
text-align: left;
}

#communities {
  background: #f8f8f8;
}

#add-community {
  background: #FF8800;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFF824, #FF8800);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFF824, #FF8800);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-color: #f8f8f8;
}


.heart {
  color: #e25555;
}

.social-icons {
  height: 64px;
}

.dark-blue {
  background-color: #0e2439 !important;
}

#resources {
  margin-top: -79px;
}

.wordHeaderContainer {
  display: flex;
  height: 300px;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.wordHeader {
  color: white;
  font-size: 65px;
  opacity: 1;
}

.bookImage {
  width: 254px;
  height: auto;
  opacity: 1;
}

.calendarImage {
  width: 160px;
  height: auto;
  opacity: 1;
}

@media (max-width: 600px) {
  .bookImage, .calendarImage {
    height: 166px !important;
  }
}

.imageHeaderContainer {
  display: flex;
  height: 300px;
  justify-content: flex-end;
}

/* .resourcesContainer {
  /* background-image: url(../img/pexels-photo-261949.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
} */

#resources {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgb(179, 3, 157),#B300DAFD);
  /* #B3039D5,to rgb(179, 3, 157) */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(0, 57, 213, 1), rgba(0, 218, 253, 1));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cardIcon {
  font-size: 13px !important;
}

.second-after {
  margin-top: 60px;
}

.section-par-color {
  background-color: #F8F8F8;
}

.full-width-color {
  width: 100vw;
  height: auto;
}

.last-section-padding {
  padding-bottom: 65px;
}

.input-field {
  max-width: 754px;
}

.center-align {
  display: flex;
  justify-content: center;
}

.browser-default {
  max-width: 754px;
}

.blue-text {
  font-weight: 300;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  border-radius: 60px;
}

h2 {
  font-size: 22px;
}

#calendar {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  #resources, .resourcesContainer, .gradient-container {
    height: 560px !important;
  }
}

@media (max-width: 600px) {
  .gradient-container {
    display: flex;
align-items: center;
  }
}

.logo {
  width: 100%;
  position: fixed;
  top: 20px;
}

.blue-text {
  color: #009cd8 !important;
}

.fc-agendaDay-button, .fc-agendaDay-button, .btn, .btn-default, .btn-large {
  background-color: white !important;
  color: black;
}

.row-top-buttons {
  margin-top: 60px;
  max-width: 500px;
  width: 100%;
  height: 50px;
}

#download-button {
  text-decoration: none;
  background-color: #FF0000 !important;
  color: white !important;
  font-size: 15px;
  max-width: 178px;
  margin-bottom: 40px !important;
}

#academy-button {
  text-decoration: none;
    background-color: #FF0000 !important;
    color: white !important;
    font-size: 15px;
    max-width: 193px;
}

#download-button:hover {
  text-decoration: none;
  background-color: #FF0000 !important;
  color: white !important;
}

@media (max-width: 600px){
  #donate-button {
    margin-bottom: 24px;
  }
}

#donate-button {
  text-decoration: none;
  background-color: #009CD8 !important;
  color: white !important;
  font-size: 15px;
}

.fc .fc-toolbar>*>* {
  float: left;
  margin-left: .75em;
}

@media (max-width: 500px) {
  h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 446px) {

}

.imageCircle {
  width: 160px;
  height: 160px;
  background-color: white;
  margin: auto;
  border-radius: 100px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}

.imageCircle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageInside {
  height: 50% !important;
}

.imageInside2 {
  width: 50% !important;
}

.mp-80 {
  padding-bottom: 80px;
}

.resourceHeader {
  position: sticky;
  top: 64px;
  background: #ffffff;
  padding: 8px;
}

@media (max-width: 600px) {
  .resourceHeader {
    top: 56px !important;
  }
}

#sidenav-overlay {
  z-index: 996 !important;
}

.side-nav li {
  float: none !important;
}

.navBarBG {
  background: #24C6DC;
  background: -webkit-linear-gradient(to right,  rgb(179, 3, 157),#B300DAFD);
  /* #B3039D5, */
  background: linear-gradient(to right, rgba(0, 57, 213, 1), rgba(0, 218, 253, 1));
}

.container {
  height: 100% !important;
}

@media (max-width: 600px) {
  #resources {
    max-height: 445px;
  }
}

@media (max-width: 600px) {
  .secondaryHeaderContainer {
    max-height: 445px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .sectionSecondaryHeader {
    max-height: 445px;
  }
}

@media (max-width: 600px) {
  .gradient-container {
    max-height: 445px;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: -14px;
  }
}

@media (max-width: 600px) {
  .wordHeaderContainer {
    justify-content: center;
    height: 100%;
    height: 50%;
  }
}

@media (max-width: 600px) {
  .imageHeaderContainer {
    justify-content: center;
    height: 50%;
  }
}

h3 {
  font-weight: 300;
        font-size: 40px !important;
}

.resourcesSocial {
  margin-top: 48px;
}

.header {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 600px) {
  .calendarNegativeMargin {
    margin-top: -100px;
  }
}

a {
  font-family: 'Roboto', sans-serif !important;
}

@media (max-width: 575px) {
  .fc-center>h2 {
    margin-top: 36px;
  }
}

@media (max-width: 446px) {
  .fc-right {
    margin-top: 36px;
  }
}

@media (max-width: 409px) {
  .fc-toolbar .fc-right {
    float: left;
  }
}

@media (min-width: 601px) {
  .marginHeaderSubPage {
    margin-top: 65px;
    margin-bottom: 0;
  }
}

.paragraphContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paragrpahContainerSecondary {
  max-width: 640px;
}

.communityDescription {
  max-width: 350px;
}

.learnMore {
  color: #079DD7;
  text-transform: uppercase;
}

.bannerText {
  color: black;
  font-size: 2.2rem !important;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 600px) {
  .bannerText {
    display: flex;
    justify-content: center;
  }
}

.registerHereContainer {
  margin-top: 48px;
}

@media (max-width: 600px) {
  .registerHereContainer {
    margin-top: 0;
  }
}

.hero {
  padding-top: 0;
  margin-top: 0 !important;
}

#index-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primaryModal {
  color: #079DD7;
}

.team-photos {
  height: 165px;
  width: auto;
  border-radius: 100px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}

.name-team {
  font-weight: bold;
}

 .team-photos:hover {
   -webkit-transition: box-shadow 150ms cubic-bezier(0,0,.2,1);
   transition: box-shadow 150ms cubic-bezier(0,0,.2,1);
}

.team-image-container {
  height: 100%;
  width: 100%;
}

.socialIcons {
  width: auto;
  height: 29px;
}

.socialContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialRow {
  max-width: 140px;
}

.socialIconsMail {
      height: 34px !important;
}

.card-image {
  text-align: left;
}

.eventColumn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-container {
max-width: 600px;
width: 100%;
}

.row-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px;
    text-align: left;
}

/* .col-team {
  height: 47px;
} */

.image-banner {
  width: 100%;
  height: auto;
 
}

.banner-container {
  width: 100vw;
  height: auto;
}

.logo-header {
  height: 70px;
  width: auto;
}

.red66logo {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 80px;
  width: auto;
  z-index: 999;
}

.about-image {
      height: 21em;
        max-height: 300px;
        max-width: 100%;
}

.about-text {
  text-align: center;
    font-size: 20px;
}

.about-row {
  margin-bottom: 24px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

html {
      overflow-x: hidden;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 35px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  color: black !important;
    font-weight: bold !important;
    border: 0 !important;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0px 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
    font-family: 'Roboto' !important;
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

nav {
  max-width: 100vw;
      margin-top: -20px;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  overflow-x: hidden;
}

.partnerlogo {
  width: 245px;
    height: auto;
    max-height: 230px;
}

.item {
      height: 205px;
        justify-content: center;
        align-items: center;
        display: flex;
}

.marginBottomLogo {
  margin-bottom: -20px;
}

.centerLogoColumn {
  display: flex;
    align-items: center;
    justify-content: center;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
.margin-top-services {
  margin-top: 50px;
}
}

.black-text {
  color: black;
}

.impact-text-header {
  font-size: 80px;
  color: #009CD8;
}

.description-text-stats {
      FONT-SIZE: 19px;
}

.services-section {
  padding-bottom: 50px;
}

h5 {
  font-size: 15px !important;
}

.center-card-course {
  align-items: center;
  justify-content: center;
  display: flex;
}

.header-academia {
  text-align: center;
}

.navbar-text-list {
  font-size: 15px !important;
}
