@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Playfair+Display);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
@font-face {
  font-family: helvetica-otf;
  src: url(index/sans-oblique.otf);
}
html, body{
  margin:0;
  padding:0;
}
body {
  background: #f7f7f7;
  color: #9a1ff8;
  font-family: "Playfair Display", serif;
}

.row {
  margin: 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .container {
    width: 80%;
  }

  .columns {
    margin-left: 4%;
  }

  .columns:first-child {
    margin-left: 0;
  }

  .six.columns {
    width: 48%;
    margin-top: 18vh;
  }
}

.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}


body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  text-transform: none;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}

a:active,
a:link,
a:visited {
  color: rgba(255, 255, 255, 1);
}

a:hover {
  color: rgba(255, 255, 255, 0.6);
}

body {
  background-color: #f1f1f1;
}

.container-unique {
  max-width: 100vw;
  margin: 0 auto;
  padding: 5vw 6vw;
  background: whitesmoke;
}

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

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 4vw;
}

.text-unique {
  font-size: 1vw;
  margin: 0;
  padding: 0;
}

.image-unique {
  height: auto;
  right: 10vw;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .row-unique {
    flex-direction: column;
  }

  .col-6 {
    max-width: 100%;
  }
}

section.row.container.text-center {
  width: 90%;
  margin: 0 5vw;
  padding: 0;
}

.photoset.square.-portrait {
  width: 100%;
  margin: 0 5vw;
}

@media (max-width: 700px) {
  video {
    width: 95vw;
  }

  #about {
    padding: 20vw 0 2vw;
  }
  .videos,
  video {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 2vw 0;
  }
}

#company-name{
  color: #9a1ff8;
  font-family: helvetica-otf;
}

#main-text-fl{
  color: #949494;
  font-size: 2.5rem;
}

#invisible-text1{
  visibility: hidden;
  width: 0;
  height: 0;
  /* overflow: hidden; */
}

h3 .ml1, .text-wrapper, .letters, .line, .line1, .line2 {
  overflow: hidden;
  color: #9a1ff8;
}

/* Experimental */

/*
.inspect-drone {
    background-image: url(https://media1.giphy.com/media/TZf4ZyXb0lXXi/giphy.gif), #9a1ff8;
}
*/