@font-face {
    font-family: 'Ubuntu';
    src: url(font/Ubuntu/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: 'UbuntuBold';
    src: url(font/Ubuntu/Ubuntu-Bold.ttf);
}

*{
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
    
}
body{
    padding: 0;
    margin: 0;
    background-color: #61C9A8;
    width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Ubuntu';
}

.down{
    padding-top: 50px;
    text-align: center;
}

.down2{
    padding-top: 10px;
    text-align: center;
}

.up{
    padding-top: 100px;
    text-align: center;
}

.fadeIn{
    animation: fadeIn 3s;
}

@keyframes fadeIn{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.grow img{
    transition: 1s ease;
}
    
.grow img:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}
.abth1{
    padding: 40px;
    text-align: left;
}
body h1{
    text-align: center;
    font-family: 'Ubuntu';
    align-items: center;
    font-size: 72px;
    color: black;
}

body h3{
    text-align: center;
    font-family: 'Ubuntu';
    
    font-size: 54px;
    color: black;
}

body h6{
    font-family: 'Ubuntu';

    font-size: 34px;
    color: black;
}

p{
    font-family: 'Ubuntu';
   
    font-size: 28px; 
    color: black;
    text-align: center;
}

a{
   
    align-items: center;
    text-align: center;
    color:black;
}

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #333333;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: white;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #929487;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #6B6054;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

.navbar{
    text-align: center;
    width: 100%;
    position: sticky;
    top: 0px;
  }
  
.navbar a {
    color: white;
    text-decoration: none;
  }
  
.navbar a:hover {
    text-decoration: underline;
}


.resume{
    text-align: center;
    align-items: center;

    font-family: 'Ubuntu';
   
    font-size: 32px;
    color: paleturquoise;
}

.about{

    font-family: 'Ubuntu';

    font-size: 32px;
}

.linkedin{
   display: flex;
   justify-content: center;
    display: inline-block;
}

.github{
    display: flex;
    justify-content: center;
     display: inline-block;
}
.name{
    justify-content: center;
}
.container{
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    display: flex;
    
    justify-content: center;
    align-items: center;
}

.container2{
    
    margin-top: 200px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    display: block;
  
    display : flex;
    justify-content: center;

}
.container6{
    margin-top: 250px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    display: block;
    
    display : flex;
    justify-content: center;

}

.container3{
    background-image: linear-gradient(to right, #0000,#FFEEDB);
   
  
    margin-top: 200px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    text-align: center;
}

.container4{
    background-color:#FFEEDB;
    margin-top: 150px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
    height: 600px;
    display: block;
    text-align: center;
    
}

.container5{
    margin-top: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
    display: block;
    text-align: center;
   
}

.git{
        
    display: flex;
    justify-content: center;
    width: 30px;

}

.linkd{
        
    display: flex;
    justify-content: center;
    width: 30px;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-family: 'Ubuntu';
}
  
li {
    float: right;
    font-family: 'Ubuntu';
}
  
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Ubuntu';
}

li a:hover {
    background-color: #111;
}

 
@media only screen and (max-width:700px){
    
    .image{
        width: 180%;
    }

    .container{
        margin-top: 220px;
    }

    .down{
        padding-top: 200px;
    }
    
    p{
        font-size: 24px; 
    }

    .container2{
        margin-top: 10px;
    }

    .down2{
        padding-top: 150px;
        text-align: center;
    }
    .container5{
        margin-top: 0px;
    }

    .grow{
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .linkedin{
        display: flex;
        justify-content: center;
        display: inline-block;
    }

    .linkd{
        
        display: flex;
        justify-content: center;
        width: 20px;

    }
    .github{
        display: flex;
        justify-content: center;
        display: inline-block;
    }

    .git{
        
        display: flex;
        justify-content: center;
        width: 20px;

    }

}