@font-face {
  font-family: myDosis;
  src: url(fonts/Dosis-VariableFont.ttf);
}

body {
  font-family: myDosis, 'Dosis', sans-serif;
  background-color: #3D267A
}

.container {
  margin-left: 8%;
  margin-right: 8%;
}

.indexContainer {
  display: grid;
}

/* Style of elements in header */

.header {
  margin-top: 0.3em;
  text-align: left;
}

.socialMedia{
  text-align: right;
}

.smImages{
  width: 1.5em;
  margin-left: 0.5em;
  float: right;
}

.CNMAPlogo {
  width: 60%;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}


/* Style in navigation menu */

.menuLineTop {
  width: 100%;
  border:1px solid white;
  border-radius:5px;
  margin-bottom:1em;
}

.menuLineBottom {
  width: 100%;
  border:1px solid white;
  border-radius:5px;
  margin-top: 4em;
}

.menuBar {
  width: 80%;
  float: left;
}

/* Navigation links */
.menuBar a {
  float: left;
  color: LightGray;
  text-decoration: none;
  font-style: ExtraLight;
  font-size: 150%;
  width: 7em;
}

.menuBar a:hover {
  color: white;
}

a {
  color: LightGray;
  // text-decoration: none;
  font-style: ExtraLight;
}

a:hover {
  color: white;
}


/* Style Information */

.pAbout {
  float: left;
  width: 100%;
  color: LightGray;
  font-style: Medium;
  font-size: 130%;
  margin-bottom: 0.7em;
  margin-top: 0.2em;
  text-align: justify;
}

.pList {
  float: left;
  width: 94%;
  color: LightGray;
  font-style: Medium;
  font-size: 130%;
  margin-bottom: 0em;
  margin-top: 0em;
  text-align: left;
}

.pBios {
  float: left;
  color: LightGray;
  font-style: Medium;
  font-size: 100%;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  text-align: justify;
}

.pBios2 {
  float: left;
  color: LightGray;
  font-style: Medium;
  font-size: 100%;
  margin-bottom: 1.0em;
  margin-top: 0em;
  text-align: justify;
}

.titles {
  float: left;
  color: white;
  width: 100%;
  font-style: Black;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}

.mainTitlesEvents {
  float: left;
  color: white;
  font-style: Black;
  width: 100%;
  margin-top: 0em;
}


.titlesEvents {
  float: left;
  color: white;
  font-style: Black;
  width: 100%;
  margin-top: 0.5em;
}


/* Style images of Events */
.events {
  padding: 1%;
  text-align: left;
}

.eventsBanner {
  width: 100%;
  padding-top: 1em;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, calc(100%/3));
}


.squareImagesEvents {
  text-align: center;
  border: 4px solid white;
  border-radius: 5px;
  max-width: calc(100% - 24px);
/*   margin-top: 1em; */
  margin-bottom: 0.8em;
}

.photoEvents {
  border: 4px solid white;
  border-radius: 5px;
  width: 60%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.logo {
  padding-top: 2%;
}

/* .photoPeople {
  float: left;
  padding-top: 1%;
  margin-left: 3%;
  margin-right: 3%;
} */

.peopleAbout {
  width: 100%;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: LightGray;
  font-style: Medium;
  font-size: 150%;
  text-align: justify;
}

.breakLine {
  width: 60%;
  text-align: left;
  margin-bottom:0%;
  border:0.5px solid LightGray;
  border-radius:5px;
  margin-left: 0em;
}

.endLine {
  width: 100%;
  margin-bottom:3em;
  margin-top:2em;
  border:1px solid white;
  border-radius:5px
}


/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
