/* Logo */
.logo {
    min-width: 120px;
    min-height: 100px;
    height: 9vw;
    width: 11vw;
    /*background-color: #28c97b; */
    position:absolute;
    z-index:10;  
    background-image: -moz-linear-gradient( 117deg, rgb(0,219,191) 0%, rgb(0,239,124) 100%);
    background-image: -webkit-linear-gradient( 117deg, rgb(0,219,191) 0%, rgb(0,239,124) 100%);
    background-image: -ms-linear-gradient( 117deg, rgb(0,219,191) 0%, rgb(0,239,124) 100%);
    border-radius: 0px 0px 40px 0px;
      
}

.logo span{   
    right: 30px;
    bottom: 20px;
    font-size:calc(1.2rem + 0.9vw);
    font-weight: bold;
    color:white;
    position: absolute;
}

/* Intro */
.intro_container {
     background-color:#f7f7f7;
     width: 100vw; 
     max-width: 100%; 
     height: 105vh; 
     min-height: 600px;
     color: #1b2137;
     font-size:calc(1.2rem + 0.5vw);
     overflow:hidden;
     }

.cloud_container {    
    position:absolute;
    height: 70vh; 
    min-height: 350px;    
    }

.cloud_container img {    
    height: 100%;
    }

/* My work */
.mywork {
    background-color: #f7f7f7;
    padding: 5rem 0rem;
}

.mywork img {
    max-width: 90%;
    max-height: 100%;
    margin: auto;
}

.mywork div {
    padding: 0px !important;
}

.references {
   height: 25vh;
   position:relative;
   border-width: 2px !important;
   border-style: solid !important;
   border-color: rgb(247, 247, 247) !important;
   }

.references img {
    opacity: 0;
}
.coming_reference {
     opacity: 0;
     text-align:center; 
     margin: auto; 
     color: #63977e
}
.ref_mobile {
   height: 50vh !important;
   position:relative;
   min-height:450px !important;
}

.main_reference {
    height: 75vh;
    position:relative;
        background-image: -moz-linear-gradient( 117deg, rgb(248,92,44) 0%, rgb(255,150,103) 100%);
        background-image: -webkit-linear-gradient( 117deg, rgb(248,92,44) 0%, rgb(255,150,103) 100%);
        background-image: -ms-linear-gradient( 117deg, rgb(248,92,44) 0%, rgb(255,150,103) 100%);
 /*   background-color: #ff772e; */
    border-width: 2px 2px 2px 0px !important;
    border-color: rgb(247, 247, 247) !important;
    border-style: solid !important;
}


.soon  {
    position: absolute; 
    text-align: center;
    font-size:calc(0.9rem);
    font-weight: 500;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.562);
    border-radius: 0px 0px 0px 10px;
    right:0px; 
    top:0px;
    color: #ffffff;
}

.dribble  {
    z-index:20;
    height: 25vh;
    background-color: white;
  
   /* box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 35px;*/
 }

.dribble  div {
   width: 100%;
   text-align: center !important;
}

.dribble  a:hover {
    border-bottom: 2px solid #28c97b;
}

.references:hover .mywork_overlay  {
  opacity: 1;
}

.main_reference:hover .mywork_overlay  {
  opacity: 1;
}

.mywork_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.90);
}

.mywork_text {
  color: #d1a15c;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-close {
    position:absolute;
    right:10px;
    top: 10px;
    background-color:white; 
    padding: 15px;  
}    

.modal-close:hover {
     background-color:#ffd59e; 
}  

/* Process */
.process_container {
    background-color: #eeeae1;
    color: #1b2137; 
    text-align: left;    
    min-height: 110vh;    
    position: relative;       
}

.timeline{
    min-height: 550px;
    width: 50vw;
    max-width:450px;
    min-width:400px; 
    background-color: white;
    border-radius: 20px; 
    padding: 2rem 1rem 1rem 2rem;      
    -webkit-box-shadow: 0 8px 10px -10px #bfbfbf;
	-moz-box-shadow: 0 8px 10px -10px #bfbfbf;
	box-shadow: 0 8px 30px -5px #bfbfbf;
    border-top: 0px solid #28c97b;
    display: block;
    margin: auto;
}


/* About Me */
.aboutme_container {
    background-color: white;
    width: 100vw;
    max-width: 100%;  
    min-height: 110vh; 
}

.aboutme_title{ 
    font-size:calc(1rem + 0.4vw); 
    font-weight: bold;  
}

.aboutme_container img{
    max-width: 100%;
}

.faq_body {
    color: #1b2137 !important;
}

.faq {
    line-height: 2.2rem;
    padding: 2rem 0rem;
}

.aboutme_container li > div{
    border: 0px !important;
    box-shadow: 0px !important;
    padding: 0px !important;
    color: #28c97b;   
}    

.linkedin {
    color: #007ab9;
    }   
 
.linkedin:hover {   
  border-bottom: 2px solid #f69f38;;
}

/* Contact */
.contact_container {
   font-size:calc(1rem + 0.25vw);;
    background-color: #1b2137;
    color: white;
    width: 100vw;
    max-width: 100%;
    height: 100vh;  
    min-height: 100vh; 
}

.contact_container input {
    font-size:calc(1rem + 0.25vw)!important;
    color: #f69f38;
}

.btn-large {
    background-color: #f69f38 !important;  
    color: white;
}

/* Footer */
.footer_container {
    font-size:calc(1rem + 0.1vw);
    background-color: white;
    width: 100vw;
    max-width: 100%;
}


/* Helpers*/
.spadt {
    padding-top: 1rem !important;
}
.mpadt {
    padding-top: 3rem !important;
}
.bpadt {
    padding-top: 7rem !important;
}

.spadb {
    padding-bottom: 1rem !important;
}
.mpadb {
    padding-bottom: 3rem !important;
}
.bpadb {
    padding-bottom: 7rem !important;
}

body {
    color: #1b2137 !important;
    font-size:calc(1.1rem + 0.1vw);
}


/* typed.js*/
.typed-cursor{
    color:#49ce9d !important;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}