/* Colors */
/* 
white - F1FAEE
light blue - A8DADC
blue - 457B9D
dark blue - 1D3557
red - E63946
*/

*
{
  line-height: 150%;
  font-family: "condor", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p 
{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 200%;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
}
html,
body {
  background: rgb(10,104,255);
  background: linear-gradient(149deg, rgba(10,104,255,1) 0%, rgba(0,63,163,1) 100%);
}
canvas {

  margin: 0 auto;
  opacity: 0;
  height: 300px;
}

.msg 
{
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 25px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 4px 4px 16px #000;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;

  animation: msganim 3s ease-in-out forwards;
}

@keyframes msganim {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  12% {
    opacity: 1;
    transform: scale(1.05);
  }
  15% {
    opacity: 1;
    transform: scale(1);
  }
  84% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.display-none 
{
  opacity: 0;
}

.portfolio-section-header 
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 300px;
}

img 
{
  display:block;
}

.font1
{
  font-family: "condor", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.appear
{
  animation: fadein 1s ease-in-out forwards;
}

.hide
{
  animation: fadeout 1s ease-in-out forwards;
}

.heading
{
  width: 350px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  opacity: 0;
}

.heading h1 
{
  color: white;
  opacity: 0.25;
  font-size: 100px;
  margin-bottom: 5px;
}

.heading p 
{
  color: rgb(255, 255, 255);
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 auto;
}

.subheading
{
  margin: 5px auto;
  margin-left: 25px;
}

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

.inputchar 
{
  color:white;
  opacity: 0.5;
  font-size: 32px !important;
  margin: 0 auto !important;

  font-family: "condor", sans-serif;
  font-weight: 300;
  font-style: italic;

  line-height: 150% !important;
}

.typed
{
  opacity: 1 !important;
}

.spacer
{
  margin: 0 2px !important;
  opacity: 0;
}

.inputchar:focus, .inputchar:active
{
  border: 0;
  border-color: transparent;
}

.instructions
{
  color: rgb(255, 255, 255);
  font-size: 16px;
  letter-spacing: 4px;
  
  opacity: 1;

  margin-top: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.instructions p 
{
  margin-bottom: 15px;
}

.instructions button 
{
  border: 1px solid white;
  color: white;
  background-color: rgba(0,0,0,0);
  width: 200px;
  height: 40px;
  cursor: pointer;
}

.intro 
{
  width: 300px;
  font-size: 20px;
  line-height: 200%;
  margin: 0 auto;
  opacity: 0;

  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%,0%);
}

.intro p 
{
  padding: 10px;
  color:white;
}

.flashing
{
  animation: flash 2s linear infinite;
}

.fadein
{
  animation: fadein 1s linear forwards;
}

.fadeout
{
  animation: fadeout 1s linear forwards;
}

#down-triangle { 
  width: 0; 
  height: 0;
  border-top: 40px solid white;
  border-left: 20px solid transparent; 
  border-right: 20px solid transparent; 

  animation: pointdown 1s ease-in-out infinite;
  margin: 20px auto;
}

.desktoponly {
  display: none;
}
.mobileonly {
  display: inline-block;
}

#field
{
  position: absolute;
  left: 50%;
  top:35%;
  transform: translate(-50%,-50%);
  z-index: -5;
}
@media only screen and (min-width: 1280px)
{
  canvas {

}
  .desktoponly {
    display: block;
  }
  .mobileonly {
    display: none;
  }
  .heading
  {
    width: 500px;
    text-align: center;
    opacity: 0;
  }

  .heading h1 
  {
    opacity: 0.25;
    font-size: 32px;
    margin-bottom: 5px;
  }

  .heading p 
  {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .instructions
  {
    font-size: 20px;

    margin-top: 50px;;
  }

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

  .inputchar 
  {
    font-size: 90px !important;
    margin: 0 auto;

  }

  .spacer
  {
    margin: 0 15px !important;
  }

  .intro 
  {
    width: 400px;
    opacity: 0;
  }
  .intro p 
  {
    padding: 10px;
  }
}

.main-content
{
  height: 0px;
  overflow: hidden;
  background-color: white;
}

.maximize
{
  height: auto !important;
}

.split-content
{
  width: 100%;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background-color: #ffffff;
  background-image: url("../img/textures/geo.png");
  background-repeat: repeat;
	animation: indev 30s linear infinite;
}

.textcontent
{
  text-align: center;
  width: 300px;
}

.textcontent h2
{
  font-size: 20px;
  letter-spacing: 5px;
  color:grey;
}

.textcontent p
{
  font-size: 16px;
  line-height: 200%;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.imgcontent
{
  margin-left: 25px;
}

.imgcontent img 
{
  filter: drop-shadow(4px 4px 12px #000);
  width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 1280px)
{
  .split-content
  {
    margin: 50px auto;
    flex-direction: row;
  }

  .textcontent
  {
    text-align: right;
    width: 400px;
  }

  .textcontent p
  {
    font-size: 24px;
    line-height: 200%;
  }

  .imgcontent img 
  {
    width: 400px;
    margin: 0;
  }
}


.carousel
{
  width: 100%;
  margin: 0px auto;
}

.portfolio-filled-section
{
  width: 100%;
  background-color: #3d84ff;
  padding: 25px 0px;
  text-align: center;
  color:white;
}

.portfolio-filled-section h2 
{
  margin: 0;
  color:white;
  font-size: 32px;
  letter-spacing: 5px;
}

.portfolio-filled-section p 
{
  color: goldenrod;
  text-transform: capitalize;
  letter-spacing: 3px;
  margin-top: 2px;
}

.portfolio-section-more
{
  width: 100%;
  background-color: #ffffff;
  background-image: url("../img/textures/geo.png");
  background-repeat: repeat;
	animation: indev 30s linear infinite;

  position: relative;
  text-align: center;
}

.portfolio-section-more h2 
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);

  width: 100%;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 3px;
  color: grey;
  margin: 0 auto;
}

.arrow-container 
{
  width: 50%;
  margin: 0 auto;
  height: 300px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.feature-container
{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px auto;
  padding: 25px;
}

.feature-cell 
{
  width: 90%;
}

.feature-cell h3
{
  color: white !important;
  font-size: 28px;
  letter-spacing: 3px;
  margin: 50px auto;

  filter: drop-shadow(2px 2px 8px #000);
}

.feature-cell p 
{
  color: white !important;
}

.scroll-img-container
{
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;

}

.scroll-img-container img 
{
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%,-50%);
  width: 200%;
}

iframe
{
  height: 300px;
}

#scrollimg1 { animation: scrolldown 3s 0s ease-in-out infinite; animation-direction: alternate-reverse;}
#scrollimg2 { animation: scrolldown 3s 0.5s ease-in-out infinite; animation-direction: alternate-reverse;}
#scrollimg3 { animation: scrolldown 3s 1s ease-in-out infinite; animation-direction: alternate-reverse;}


.titlelogo
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  margin-bottom: 10px;
}

.titlelogo img 
{
  margin-left:6px;
  width: 48px;
}

.actionbtn
{
  width: 250px;
  height: 50px;
  background-color: goldenrod;
  border-radius: 10px;
  border: 0;

  margin: 25px auto;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

.portfolio-section-more h3
{
  color: black !important;
  font-size: 28px;
  letter-spacing: 3px;
  margin: 50px auto;
  margin-top: 100px;

  filter: drop-shadow(2px 2px 8px #c5c5c5);
}

.gallery-grid
{
    width: 100%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-grid-column
{
    width: calc(100% - 4px);
    margin: 2px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.grid-child
{
    width: 300px;
    height: 300px;
    margin: 25px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    border: 1px solid gray;
    border-radius: 15px;
}

.grid-child img 
{
    display: block;
}

.grid-child p
{
  text-decoration: none;
}

.grid-child h1
{
    font-family: effra !important;
    font-weight: 300;
    font-size: 32px;

    color: black;
    text-decoration: none !important;
}

@media only screen and (min-width: 1280px)
{
  .gallery-grid
  {
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
  }

  .gallery-grid-column
  {
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
  }
  .grid-child
  {
      width: 400px;
      height: 400px;
  }
  iframe
  {
    height: 700px;
  }

  .portfolio-filled-section h2 
  {
    margin: 0;
    font-size: 48px;
    letter-spacing: 5px;
  }

  .portfolio-section-more h2 
  {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 5px;
  }

  .titlelogo img 
  {
    margin-left:10px;
    width: 64px;
  }

  .feature-container
  {
    display:flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    margin: 50px auto;
    padding: 25px;
  }

  .feature-cell 
  {
    width: 25%;
  }

}

@keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@keyframes pointdown {
  0% {
    transform: translateY(0);
  }
 25% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}


/* LOADER */
.loader
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mr-miyagi {
  --uib-size: 35px;
  --uib-speed: 1s;
  --uib-color: black;
  --uib-line-weight: 3.5px;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-size);
  width: var(--uib-size);
}

.mr-miyagi__line {
  position: absolute;
  top: calc(50% - var(--uib-line-weight) / 2);
  left: 0;
  height: var(--uib-line-weight);
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  background-color: var(--uib-color);
  animation: rotate var(--uib-speed) ease-in-out infinite alternate;
}

.mr-miyagi__line:nth-child(2) {
  animation-delay: calc(var(--uib-speed) * 0.075);
  opacity: 0.8;
}

.mr-miyagi__line:nth-child(3) {
  animation-delay: calc(var(--uib-speed) * 0.15);
  opacity: 0.6;
}

.mr-miyagi__line:nth-child(4) {
  animation-delay: calc(var(--uib-speed) * 0.225);
  opacity: 0.4;
}

.mr-miyagi__line:nth-child(5) {
  animation-delay: calc(var(--uib-speed) * 0.3);
  opacity: 0.2;
}

.mr-miyagi__line:nth-child(6) {
  animation-delay: calc(var(--uib-speed) * 0.375);
  opacity: 0.1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes indev {
  0%{background-position:0% 0%}
  100%{background-position:100% 100%}
}
@-moz-keyframes indev {
  0%{background-position:0% 0%}
  100%{background-position:100% 100%}
}
@keyframes indev { 
  0%{background-position:0% 0%}
  100%{background-position:89% 100%}
}


footer
{
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: black;
  opacity: 0;
}

.footercol-left
{
  width: 25%;
}

.footercol-left p
{
  color:white;
  margin: 0;
}

.footercol-center
{
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.footercol-center hr 
{
  width: 100px;
  height: 2px;
  border: 0;
  background-color: grey;

  animation: hranim 3s ease-in-out infinite;
}

.logo-container
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}

.footercol-center p
{
  color:white;
  margin: 0 auto;
  font-size: 10px;
  opacity: 0.75;
  letter-spacing: 0px;
  text-align: center; 
}

.icon-container
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px auto;
}

.icon-container a 
{
  margin: 5px auto;
}

.footercol-right
{
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.footercol-right a 
{
  color: white;
  opacity: 0.85;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 12px;

  margin: 10px auto;
}

@keyframes hranim {
  0% {
    transform: skewY(0);
   }
   100% {
    transform: skewY(180deg);
   }
}

@keyframes scrolldown {
  0% {
    top: 10%;
  }
  100% {
    top:90%
  }
}

@media only screen and (min-width: 1280px)
{
  .footercol-left
  {
    width: 33.3%;
  }

  .icon-container
  {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin: 5px auto;
  }

  .icon-container a 
  {
    margin: 0px;
  }

  .footercol-right
  {
    width: 33.3%;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    flex-direction: row;
  }

  .footercol-right a 
  {
    color: white;
    opacity: 0.85;
    letter-spacing: 3px;
    text-decoration: none;
    margin: 0;
    font-size: 18px;
  }

  .footercol-center p
  {
    color:white;
    margin: 0 auto;
    font-size: 14px;
    opacity: 0.75;
    letter-spacing: 2px;
  }
}