
body{
    margin:0px;
    padding: 0px;

    border: hidden;
    font-family:  Sacramento;
    background: rgb(209, 232, 240);
    opacity:0.75
   
}

@font-face{
    font-family: Pacifico-regular;
    src:url("../fonts/Pacifico-Regular.ttf")
}

@font-face{
    font-family: PermanentMarker;
    src:url("../fonts/PermanentMarker-Regular.ttf")
}


@font-face{
    font-family: Sacramento;
    src:url("../fonts/Sacramento-Regular.ttf")
}

@font-face{
    font-family: SpecialElite;
    src:url("../fonts/SpecialElite-Regular.ttf")
}



#hero-section{
  position: relative;
  overflow: hidden;
  top: 0px;
  left: 0px;
  min-height: 100vh;
  /*background-image: url("../images/abstract-bright-color-dark-397998.jpg");*/
  background:rgba(0, 0, 0, 0.61);
  background-size: contain; 

}
#skills-section{
  min-height: 100vh;
  box-sizing: border-box;
  background-image: linear-gradient(to right, rgb(99, 96, 96) , black);
  position: relative;
}
#contact-section{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    border-style: hidden;
    border: grey solid;
    box-sizing: border-box;

}

#skills {
    margin:0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*background: #313336;*/
    border: 0px;
   
    
}


.skill-box h2{
    
    margin-top: 40%;
    text-align: center;
    font-family: SpecialElite;
    color: rgb(235, 225, 225);
    color: rgb(247, 242, 236);;
    
    

}

.heading{
   /* font-size: 30px;
    margin:25px 10px 10px 25px;
    text-decoration: underline;*/
    margin: 0;
    text-align: center;
    color: whitesmoke;
    font-size: 50px;
    /*background:#313336;*/
    text-decoration: underline;
    box-sizing: border-box;
    padding:10px;
    
}
footer{
    text-align: center;
}


#contact-me{
    color: black;
    font-weight: bold;
}
#overlay{
    position: absolute;
    top: 0px;
    background:orange;
    z-index:2;
    width: 100%;
    height: 100vh;
    opacity: 0.1;
    margin:auto;

}
#overlay-2{
    position: absolute;
    top: 0px;
    background:rgb(33, 65, 7);
    z-index:2;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    margin:auto;
}

@media only screen and (min-width: 750px){

    section{
        width:90%;
        margin: auto;
        box-sizing: border-box;
    }

    #name{
        position: absolute;
        top:30%;
        width: 100%;
        text-align: center;
        font-size: 50px;
        color:whitesmoke;
   
    }
    #name-text{
        text-align: center;
        font-size: 60px;
        width:100%;
        margin:0px;
    }

    #caption{ 
        position: absolute;
        text-align: center;
        font-size: 15px;
        color:whitesmoke;
        width:100%;
        font-family: PermanentMarker;
        top:60px
    }
    
    #skills{
        padding:0px 200px 0px 200px;
    }

    .skill-box{
        width: 300px;
        height: 200px; 
        box-sizing: border-box;
        z-index: 1;
    }
    .skill-box h2{
        font-size: 35px;
    }

    #contact-section{
        background-image: url("../images/undraw_social_dashboard_k3pt.svg");
    
    }

    li{
        padding:20px;
        font-size:30px;
    }
    a{
        margin: 30px; 
        font-family: Pacifico-regular;  
    }
}

@media only screen and (max-width: 750px){

    section{
        width:100%;
        margin: auto;
        box-sizing: border-box;
    }

    #name{
        position: absolute;
        top:40%;
        width:100%;
        text-align: center;
        font-size: 50px;
        min-height:80px;
        color:whitesmoke;
        
    }
    #name-text{
        text-align: center;
        font-size: 35px;
        width:100%;
        margin:0px;
    }

    #caption{
        position: absolute;
        text-align: center;
        font-size: 10px;
        color:whitesmoke;
        font-family: PermanentMarker;
        margin:0px;
        bottom:20%;
        width:100%;
    }
    #skills{
        padding:0px 50px 0px 50px;
    }
    .skill-box{
        
        min-height: 50px; 
        min-width:200px;
        box-sizing: border-box;
        margin:auto;
    }
    .skill-box h2{
        font-size: 30px;
        padding:10px;
        margin:0px;
        
    }
    #contact-section{
        background: linear-gradient(to right, rgb(158, 156, 156) , rgb(56, 53, 53));
    }
    li{
        padding:15px;
        font-size:20px;
    }
    a{
        margin: 20px; 
        font-family: Pacifico-regular;  
    }
}