/*
  (TEXT) PARAMS
  =================
  1. Namespace
  2. Intensity
  3. Text color
  4. Background color (flat)
  5. Highlight #1 color
  6. Highlight #2 color
  7. Width (px)
  8. Height (px)
*/
@import url("https://fonts.googleapis.com/css?family=Audiowide");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: "CaviarDreams";
  src: url("../fonts/CaviarDreams.ttf"); }

body {
  font-family: "Roboto", sans-serif;
  margin: 0; }

.container {
  display: flex;
  flex-direction: row;
  height: 100%; }

.column {
  flex-basis: auto;
  background-size: cover;
  flex: 1;
  transition: flex 0.4s ease-out; }

.overlay-container {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  transition: background-color 0.6s ease-out, justify-content 2s ease-in; }

#logo-container {
  color: #222222;
  font-size: 75px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.4s ease-out;
  background-color: #000;
  width: 180px;
  height: 180px;
  border-radius: 100%; }
  #logo-container .lmprod-logo {
    width: 180px;
    height: 180px; }

@keyframes logo-anim-container-anim-1 {
  0% {
    clip: rect(1px, 180px, 102px, 0); }
  10% {
    clip: rect(78px, 180px, 159px, 0); }
  20% {
    clip: rect(48px, 180px, 64px, 0); }
  30% {
    clip: rect(58px, 180px, 31px, 0); }
  40% {
    clip: rect(128px, 180px, 135px, 0); }
  50% {
    clip: rect(38px, 180px, 163px, 0); }
  60% {
    clip: rect(157px, 180px, 75px, 0); }
  70% {
    clip: rect(31px, 180px, 45px, 0); }
  80% {
    clip: rect(51px, 180px, 120px, 0); }
  90% {
    clip: rect(93px, 180px, 178px, 0); }
  100% {
    clip: rect(20px, 180px, 7px, 0); } }

@keyframes logo-anim-container-anim-2 {
  0% {
    clip: rect(160px, 180px, 76px, 0); }
  10% {
    clip: rect(89px, 180px, 69px, 0); }
  20% {
    clip: rect(178px, 180px, 146px, 0); }
  30% {
    clip: rect(112px, 180px, 40px, 0); }
  40% {
    clip: rect(41px, 180px, 160px, 0); }
  50% {
    clip: rect(151px, 180px, 145px, 0); }
  60% {
    clip: rect(31px, 180px, 105px, 0); }
  70% {
    clip: rect(35px, 180px, 130px, 0); }
  80% {
    clip: rect(128px, 180px, 96px, 0); }
  90% {
    clip: rect(89px, 180px, 4px, 0); }
  100% {
    clip: rect(178px, 180px, 129px, 0); } }
  #logo-container .logo-anim-container > img {
    position: absolute;
    top: 0px;
    left: 0px; }
  #logo-container .logo-anim-container > img:nth-child(2),
  #logo-container .logo-anim-container > img:nth-child(3) {
    clip: rect(0, 0, 0, 0); }
  #logo-container .logo-anim-container > img:nth-child(2) {
    left: 1px;
    animation: logo-anim-container-anim-1 2s infinite linear alternate-reverse; }
  #logo-container .logo-anim-container > img:nth-child(3) {
    left: -1px;
    animation: logo-anim-container-anim-2 3s infinite linear alternate-reverse; }

canvas {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px; }

.title {
  color: #222222;
  font-family: "CaviarDreams";
  font-size: 50px;
  transition: font-size 0.8s ease-in-out; }

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

p.tagline {
  color: #303030;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px auto; }

.btn {
  border: 1px #303030 solid;
  border-radius: 3px;
  background-color: transparent;
  color: #303030;
  margin: 0 auto;
  font-size: 20px;
  transition: opacity 0.8s ease-out;
  padding: 15px;
  transition: border-color 0.2s ease-out, color 0.2s ease-out; }
  .btn:hover {
    border-color: #ffffff;
    color: #ffffff; }

#audio-portfolio,
#video-portfolio {
  opacity: 0;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.8s ease-in; }

.bookme-btn {
  display: none;
  margin-top: 50px; }

.contact-container {
  display: none;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 150px;
  left: 30%;
  right: auto;
  transition: opacity 0.8s ease-in;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  color: #ffffff; }

#contact-area {
  width: 600px;
  margin-top: 25px; }
  #contact-area input,
  #contact-area textarea {
    padding: 5px;
    width: 471px;
    /* font-family: Helvetica, sans-serif; */
    font-size: 1.4em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc; }
    #contact-area input:focus,
    #contact-area textarea:focus {
      border: 2px solid #900; }
  #contact-area textarea {
    height: 90px; }
  #contact-area input.submit-button {
    width: 100px;
    float: right; }
  #contact-area label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 1.4em; }

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 25px;
  background-color: #000;
  color: #ffffff;
  padding-top: 3px; }
  #footer #copyright {
    padding: 0 20px; }
  #footer #contact {
    float: right;
    padding: 0 20px; }
    #footer #contact a {
      text-decoration: none;
      color: #fff; }
