@import "bacic.css";
@import "fonts.css";
@import "normalize.css";
img {
  max-width: 100%;
}

.col-1 {
  width: 10%;
  padding: 0 30px;
}

.col-2 {
  width: 20%;
  padding: 0 30px;
}

.col-3 {
  width: 30%;
  padding: 0 30px;
}

.col-4 {
  width: 40%;
  padding: 0 30px;
}

.col-5 {
  width: 50%;
  padding: 0 30px;
}

.col-6 {
  width: 60%;
  padding: 0 30px;
}

.col-7 {
  width: 70%;
  padding: 0 30px;
}

.col-8 {
  width: 80%;
  padding: 0 30px;
}

.col-9 {
  width: 90%;
  padding: 0 30px;
}

.col-10 {
  width: 100%;
  padding: 0 30px;
}

html, body {
  font-family: exo_2;
  font-size: 24px;
}

img {
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  display: block;
}

a, a:visited {
  color: inherit;
}

.flex .col-12 {
  justify-content: center;
  display: flex;
  width: 100%;
  margin: 40px 0;
}
.flex .col-12 iframe {
  margin: 0 20px;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 978px;
  padding: 50px;
}

.black {
  background-color: black;
  color: white;
}

.white {
  background-color: white;
  color: black;
}

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

.cosmic-colors {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 75px;
  background-color: #000000;
  overflow: hidden;
}
.cosmic-colors img.nebula {
  position: absolute;
  display: block;
  height: auto;
  z-index: 1;
  max-height: 800px;
}
.cosmic-colors img.cosmic-colors-logo {
  max-height: 300px;
  position: relative;
  z-index: 5;
}

.cosmic-colors:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
}

section.background-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 600px;
}

section.white img {
  max-width: 100%;
}

section.side-x {
  display: flex;
  flex-direction: row;
  align-items: initial;
}

.qoutes {
  padding-top: 80px;
}

.cosmic-simple {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.cosmic-simple h2 {
  display: inline-block;
  max-width: 70%;
}

img.full-width {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
