html {
    scroll-behavior: smooth;
  }

body {
  
  padding-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;
  background-color: #ffffff;
  color: #000000;

}

/* ul, li {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
    } */

.jumbotron {

    background-color: #ffffff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.main-width{
    width: 1050px;
}

.container {
    /*background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: right top -150px; */
    max-width: 1050px;

    
    -webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}



/* Customize container */
@media (min-width: 1120px) {
  
}


/* Menu */
.logo {
	width: 128px; 
    -webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

a {
    color: #FFD343;
}

a:hover {
    color: #FFD343;
}

a.menu {
    color: #000000;
    margin-left: 40px; 
    -webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

a.menu:hover {
    transition:all .2s ease-in-out;
    color: #FFD343;
}

/* Waves */
svg {
  width: 100%;
}

.wave {
    animation: wave 30s linear infinite;
}

.wave1 {
    animation: wave1 45s linear infinite;
}

.wave2 {
    animation: wave1 25s linear infinite;
}

@keyframes wave {
    0% {
        transform: scaleY(1) translateX(0%);
    }

    50% {
        transform: scaleY(0.3) translateX(50%);
    }

    100% {
        transform: scaleY(1) translateX(100%);
    }
}

@keyframes wave1 {
    0% {
        transform: scaleY(0.4) translateX(0%);
    }

    50% {
        transform: scaleY(1.2) translateX(50%);
    }

    100% {
        transform: scaleY(0.4) translateX(100%);
    }
}

@keyframes wave2 {
    0% {
        transform: scaleY(1) translateX(0%);
    }

    50% {
        transform: scaleY(0.4) translateX(50%);
    }

    100% {
        transform: scaleY(1) translateX(100%);
    }
}


/* Top content */
.focus {
	padding-top: 4%;
    padding-bottom: 6%;
  	text-align: center;
    height: auto;
    
    -webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
    
}



.focus h1 {
	font-size: 80px;
	font-weight: 900;
    margin-bottom: 30px;
}

.focus h2 {
    font-size: 30px;
    font-weight: 750;
    color: #1673FF;
    margin-bottom: -10px;
}

.focus p {
	font-size: 24px; 
    font-weight: 300;


}

.describe {
    text-align: center;
    color: #000000;
    /*width: 50%;*/
    padding: 0px 15% 0px 15%;
}

.big_links{
    padding-bottom: 50px;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;


}

.big_links a {
    color: #000000;
    text-decoration: none;
    
}


.big_link p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    letter-spacing: -0.5px;
    line-height: 14px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.big_link:hover p{
    transition:all .2s ease-in-out;
    color: #ffffff;
    opacity: 0.5;
}

.big_link_container {
width: 120px;
    height: 150px;
    display: inline-block;
    margin: 8px 8px 8px 8px;

}



.big_link{
    width: 120px;
    height: 150px;
    border: 1px solid;
    border-radius: 20px;
    border-color: #E8E8E8;
    padding: 16px 16px 16px 16px;
    text-align: left;
    position: relative;
    display: inline-block;

    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.big_link:hover {
    transition:all .2s ease-in-out;
    color: #ffffff;
    /*background-color: #0077b5;
    text-decoration: none;
    border-color: #0077b5;*/
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

.big_link_linkedin:hover{
    background-color: #0077b5;
    border-color: #0077b5;
}

.big_link_behance:hover{
    background-color: #053eff;
    border-color: #053eff;
}

.big_link_dribble:hover{
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.big_link_email:hover{
    background-color: #FF9E0C;
    border-color: #FF9E0C;
}

.big_link_social_icon{
    width: 24px;
    height: 24px;
    filter: invert(98%) sepia(0%) saturate(886%) hue-rotate(180deg) brightness(114%) contrast(79%);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;

}

.big_link:hover .big_link_social_icon{
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(169deg) brightness(104%) contrast(101%);
    transition:all .2s ease-in-out;
}

h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    /*margin-top: 60%;*/
}

h4 {
    font-size: 36px;
    font-weight: 700;
    /* margin-bottom: 30px; */
    
}

h5 {
    font-size: 14px;
    font-weight: 600;
    /* margin-bottom: 30px; */
}

h6 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pmb40{
    margin-bottom: 40px;
}

.pmb20{
    margin-bottom: 20px;
}

.pmt{
    margin-top: 20px;
}

.project p  {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
}

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

#header-content {
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 0;
}

.big_link_column_left{
    display: inline-block;
}

.big_link_column_left_right{
    display: inline-block;
}


.project {
    background-color: coral;
    /* padding: 50px 50px 50px 50px; */
    margin: 0 0 40px 0;
    border-radius: 40px;
    
    -webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
    
}

.project-info{
    padding: 50px 50px 50px 0px;
}

.project_text_block {
   
    max-width: 840px;
    /* background-color: #999999; */
}

.project_block {
    /* padding: 50px 50px 50px 50px; */
    margin: 0 0 0 0;
    border-radius: 20px;
}

ul.project_text {
    font-size: 18px;
    font-weight: 350;
}

li.project_text_li{
    margin-bottom: 10px;
}

p.project_text {
    font-size: 18px;
    font-weight: 350;
}

p.project_tools{
    font-size: 15px;
    font-weight: 350;
}

.button-link{
    font-size: 18px;
    font-weight: 450;
    color: #ffffff;
    height: 50px;
    background-color: coral;
    border: 0;
    border-radius: 25px;
    padding: 0px 30px 0px 30px;
}

.button-link:hover{
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.button-back{
    top : 30px;
    left : 40px;
    position: fixed;
}


.info{
    /*text-align: left;*/
    height: 400px;
    
}

.info p {
	font-size: 20px; 
    font-weight: 300;
}



a.colorLink {
   
    background-color: #FFE7AB;
    color: #000000;
    font-weight: 500;
    border-radius: 50px;
    padding: 3px 12px 3px 12px;
    /*position: absolute;*/
    -webkit-transition: .5s all; 

}

a.colorLink:hover {
    background-color: #FF9E0C;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);

    /*transition-delay:1s;*/
}

h1 {
	font-size: 80px;
	font-weight: 700;
}

h2 {
    color: #000000;
    /*text-align: left;*/
    font-size: 30px;
	font-weight: 700;
    margin-bottom: 45px;
}


@media (max-width: 550px) {
  .focus h1 {font-size: 36px; margin-bottom: -5px;}
  .focus h2 {font-size: 18px;}
  .focus p {font-size: 17px;}
  .describe {padding: 20px 0px 0px 0px;}

  

}

@media (max-width: 660px) {
  .focus h1 {font-size: 36px; margin-bottom: -5px;}
  .focus h2 {font-size: 18px;}
  .describe {padding: 20px 0px 0px 0px;}

}


.about {
	/*text-align: left;*/
	margin-top: 40px;
    font-size: 12px;
    color: #C8C8C8;
}



.footer {
    font-size: 12px;
    margin-top: 50px;
    color: #C8C8C8;
    text-align: center;
}

@media (max-width: 1200px) {
    
    
	
         
    
}
    
  
    

@media (max-width: 992px ) { 
    .project-info{padding: 50px 50px 50px 50px;}
    
    
}

.pr_block_inside{
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 920px) { 
    .pr_block_inside{
        padding-left: 0px;
        padding-right: 0px;
    }
 }

 
	
	  
	
@media (max-width: 600px) {
    /* .container {background-position: right -100px top -200px; } */
    h1 {font-size: 36px;}
    h2 {margin-bottom: 25px; font-size: 18px;}

    .button-link{
        font-size: 14px;
        font-weight: 450;
        color: #ffffff;
        height: 40px;
        background-color: coral;
        border: 0;
        border-radius: 25px;
        padding: 0px 20px 0px 20px;
    }
    
    .button-link:hover{
        text-decoration: none;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    
    .button-back{
        top : 10px;
        left : 10px;
        position: fixed;
    }
  
}

/* Animations */

.animated { 
    -webkit-animation-duration: .8s; 
    animation-duration: .8s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
}

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}


/* projects */
.point_pasteline {
    color: #1673FF;
}

.section_menu{
    padding: 12px 10px 12px 10px;
    background-color: #ffffff;
    color: #B8C6D0;
    bottom : -100px;
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed;
    font-size: 13px;
    font-weight: 550;
    border-radius: 50px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07);
    display: block;
    transition: bottom 0.5s;
}

.section_menu_small{
    padding: 6px 0 6px 0;
    background-color: #ffffff;
    color: #B8C6D0;
    bottom : -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    position: fixed;
    font-size: 11px;
    font-weight: 550;
    border-radius: 50px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07);
    display: block;
    transition: bottom 0.5s;
}

.button_link_menu{
    font-size: 12px;
    font-weight: 450;
    color: #ffffff;
    height: 40px;
    background-color: coral;
    border: 0;
    border-radius: 25px;
    padding: 0px 20px 0px 20px;
}

.section_menu_nav{
    height: 40px;
    line-height: 25px; 
      
}

.nav-link {
    color: #B8C6D0 !important;
    text-transform: uppercase;
}
  .nav-link.active {
    color: #000000 !important;
}

.nav_bar_text_mob{
    padding-left: 7px;
    padding-right: 7px;
}

/* a.nav-link:hover{
    color: #1673FF !important;
    text-decoration: none;
} */

.scroll_section{
    scroll-margin-top: 2em;
}

@media (max-width: 1100px ) { 
    .scroll_section{
        scroll-margin-top: 6em;
    }
}
