h1
{
  font-family: 'Fulco', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

p
{
  font-family: 'Fulco', sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

li
{
  font-family: 'Fulco', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
}



.home-page
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100vh;
  background-color: white;
  z-index: -1;
}

.alonso-portfolio-header
{
  display:flex;
  align-items: top;
    padding-left: 1%;
    background-color: black;
    color: white;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    z-index: 1;
  
}

.alonso-portfolio-title
{
    display: inline-block;
    width: 100%;

    

}





.alonso-portfolio-site-home-content
{
    display:flex;
    flex-direction: row;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    flex:1;
    z-index: 0;
    background-image: url(Mountain\ In\ Mexico.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    
}

#site-home-content-first-column
{
    display: flex;
    flex-direction: column;
    flex:1;   
    margin: 20px;
   align-items: center;


}

#site-home-content-second-column
{
    display: flex;
    flex-direction: column;
    flex:1;
    margin: 20px;
    align-items: left;
    

}

#contact-section
{

    padding: 3%;
    background-color: #15eacb;
}

#experiance-section
{


    padding: 3%;
    background-color: #15eacb;
}


#site-home-content-third-column
{
    display: flex;
    flex-direction: column;
    flex:1;

    margin: 20px;
    align-items: center;
    


}

#skills-list
{
    
    

    border-radius: 1%;
    padding: 3%;
    background-color: #15eacb;

    list-style-type: none;
    

}

.skill
{
    background-color: #15eacb
}

.alonso-portfolio-footer
{   

    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    background-color: black;
    color: white;

    
}



#alonso-LinkedIn
{
    color: white;
    text-decoration: none;
    
}


@media only screen and (max-width:600px)
{


.home-page
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.alonso-portfolio-header
{
    display:flex;
    align-items: top;
    padding-left: 1%;
    background-color: black;
    color: white;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    z-index: 1;
    min-height: 60px;
    font-size: 0.8em;
}

.alonso-portfolio-title
{
    display: inline-block;
    width: 100%;

    

}



.alonso-portfolio-site-home-content
{
    display:flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    flex:1;
    z-index: 0;
    background-image: url(Mountain\ In\ Mexico.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    
}

#site-home-content-first-column
{
    display: flex;
    flex-direction: column;
    flex:1;   
    margin: 20px;
   align-items: center;


}

#site-home-content-second-column
{
    display: flex;
    flex-direction: column;
    flex:1;
    margin: 20px;
    align-items: left;
    

}

#contact-section
{

    padding: 3%;
    background-color: #15eacb;
}

#experiance-section
{


    padding: 3%;
    background-color: #15eacb;
}


#site-home-content-third-column
{
    display: flex;
    flex-direction: column;
    flex:1;

    margin: 20px;
    align-items: center;
    


}

#skills-list
{
    
    

    border-radius: 1%;
    padding: 3%;
    background-color: #15eacb;

    list-style-type: none;
    

}

.skill
{
    background-color: #15eacb
}

.alonso-portfolio-footer
{   

    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    font-size: 0.8em;
    
}

#alonso-LinkedIn
{
    color: white;
    text-decoration: none;
    
}



}