-webkit-@keyframes typewriter{
  from{width: 0;}
  to{width: 290px;}
}
-ms-@keyframes typewriter{
  from{width: 0;}
  to{width: 290px;}
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 205px;}
}

-webkit-@keyframes blinkTextCursor{
  from{border-right-color: rgba(0,0,0,0.8);}
  to{border-right-color: transparent;}
}
-ms-@keyframes blinkTextCursor{
  from{border-right-color: rgba(0,0,0,0.8);}
  to{border-right-color: transparent;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(0,0,0,0.8);}
  to{border-right-color: transparent;}
}

-webkit-@keyframes fadeOutEffect {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

-ms-@keyframes fadeOutEffect {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

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



.line-1{
    position: relative;
    top: 50%; 
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);  
    border-right: 2px solid black;
    font-family: Megrim;
  font-size: 180%;
  color: rgb(76, 79, 77);
font-size: 40px;
  font-weight: 200;
}

/* Animation */
.anim-typewriter{
  -webkit-animation: typewriter 3s steps(15) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
    -ms-animation: typewriter 3s steps(15) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
}


#loading{
    z-index: 1000;
    height: calc (100vh + 40px);
    width: 100vw;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: white;
  color: white;
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
    
    -webkit-animation: fadeOutEffect;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 5s;
    
    -ms-animation: fadeOutEffect;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 5s;
    
    animation: fadeOutEffect;
    animation-duration: 2s;
    animation-delay: 5s;
}
#loading.hidden{
    visibility: hidden;
    opacity: 0;
}
.loading-screen-text {
     position: relative;
    top: 43%; 
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%); 
    
    font-family: Megrim;
  font-size: 40%;
  color: rgb(76, 79, 77);
font-size: 25px;
  font-weight: 200;
}



body {
  background-color: rgb(247, 247, 247);
}

.landing {
  z-index: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: rgb(247, 247, 247);
}
.header-div {
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-pack: center;
}
.header-div h1 {
  font-family: Megrim;
  font-size: 60px;
  color: rgb(76, 79, 77);
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 200;
}
.line {
  color: rgb(48, 211, 82);
}
.motto {
  width: auto;
  height: auto;
  text-align: center;
  color: rgb(76, 79, 77);
  font-size: 22px;
  margin: 10px 0 0 0;
  padding: 0 10px 25px 10px;
  border-bottom: .5px solid rgb(217, 217, 217);
  border-width: thin;
  font-weight: 200;
}
.social-media-container {
  z-index: 10;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 10px;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-pack: center;
}
.social-media-container a {
  margin: 0 10px 0 10px;
}
.social-media-logo:hover {
  cursor: grab;
}
.social-media-logo {
  height: 60px;
  width: 60px;
  z-index: 10;
}
#instagram {
  height: 60px;
  width: 60px;
  margin: -8px;
}
#facebook {
  height: 70px;
  width: 70px;
  margin: -10px;
}
#twitter {
  height: 65px;
  width: 65px;
  margin: -10px;
}
.contact-button {
  height: 80px;
  width: 75px;
  position: absolute;
  top: 0;
  right: 20px;
  background-color: rgb(45, 210, 81);
}
.contact-button p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-family: Poiret One;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
.navigation row {
  height:
}
.navigation ul {
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-pack: center;
}
.navigation ul li {
  margin: 0 15px 0 15px;
}
#active-a {
  color: rgb(45, 210, 81);
}
.navigation ul li a {
  font-size: 20px;
  color: rgb(76, 79, 77);
}
.navigation ul li a:hover {
  text-decoration: none;
  color: rgb(45, 210, 81);
}
.portfolio-container {
  z-index: 100;
  background-color: rgb(247, 247, 247);
  position: relative;
  top: 70vh;
  height: auto;
  width: 100%;
  overflow: hidden;
    
    -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-pack: center;
}
.website-container {
    width: 1000px;
    
}
.button-row {
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-pack: center;
}
.col-md-3 {
  width: 200px;
  display: inline-block;
  border: 2px solid black;
}
.switcher-column {
  height: 20px;
}



/* Style the tab */
.tab {
    overflow: hidden;
    position: static;
    width: auto;
    margin: 0 auto 50px auto;
}


/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-family: Questrial;
    border-bottom: 1px solid #ccc;
}


/* Change background color of buttons on hover */
.tab button:hover {
    color: rgb(45, 210, 81);
    border-bottom: 1px solid rgb(45, 210, 81);
}

/* Create an active/current tablink class */
.tab button.active {
   border-bottom: 1px solid rgb(45, 210, 81);
    color: rgb(45, 210, 81);
}

/* Style the tab content */
.tabcontent {
    
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */






.website-button {
  width: 100px;
  height: 30px;
}
.image-container {
  margin: 30px 0 60px 0;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-pack: center;
}
.image-container-b {
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-pack: center;
}
.image-container a {
  width: 85%;
  border-radius: 5px;
  background-color: black;
}
.project-img {
  width: 100%;
  height: 180px;
  margin: auto;
  box-shadow: 10px 10px 15px 5px #404040;
  border-radius: 5px;
}
.image-container h1 {
  padding-top: 20px;
  font-size: 23px;
  font-family: Questrial;
    text-align: center;
}
.association {
    font-size: 15px;
    font-family: Questrial;
    padding-top: 10px;
    font-weight: lighter;
    color: rgba(0,0,0,0.5);
}
.image-container-logo {
  height: 150px;
  margin-top: 50px;
}
.company-logo {
  width: 500px;
  height: 200px;
}
.company-logo-2 {
  height: 280px;
  width: 280px;
}
.company-logo-3 {
    height: 280px;
  width: 280px;
}

@media screen and (max-width:414px) {
  ::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
  }
    .line-1{
top: 46%;
}
  .portfolio-container {
    top: 70vh;
      
  }
  .image-container-logo {
    height: 150px;
    margin-top: 20px;
  }
  .company-logo {
    width: 90%;
    height: 150px;
  }
  .company-logo-2 {
    height: 230px;
    width: 230px;
  }
    
    .tablink1 {
    width: 60%;
}
.tablink2 {
    width: 40%;
}
    .website-container {
        width: 400px;
    }
}
@media screen and (min-width: 500px) {
  .image-container a {
    width: 490px;
  }
  .project-img {
    height: 280px;
  }
  .contact-button {
    right: 50px;
  }
    
    .tablink1 {
    width: 50%;
}
.tablink2 {
    width: 50%;
}
}
@media screen and (max-width: 375px) {
  .contact-button {
    right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .motto {
    font-size: 20px;
  }
  .header-div {
    margin-top: -60px;
  }
  .header-div h1 {
    font-size: 35px;
  }
  .navigation ul li a {
    font-size: 17px;
  }
  .social-media-container a {
    height: 30px;
    width: 30px;
  }
  .social-media-container {
    margin: 0;
    left: 0;
    width: 90vw;
  }
  .contact-button {
    display: none;
  }
  .title-message {
    font-size: 50px;
  }
}
