
/* style GoogleFont */

body{
    font-family: 'Roboto Slab', sans-serif;
    background: url("http://cdn.backgroundhost.com/backgrounds/subtlepatterns/purty_wood.png");
    /*background-image: url("./assets/workarea.jpg"); */
}

/* style FontAwesome CSS icon */

.fa-css3-alt{
    color:blue;
}

/* style FontAwesome HTML icon */

.fa-html5{
    color: orangered;
}


.fa-js-square{
    color:yellow;
}

.cardHeightOnIndex{
    height: 350px;
}
.copy{
    color: white;
    margin-top: 20px; 
}

.flexbox-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;

    /* background-color:orange; */
    /* justify-content: flex-end */
}

/* linkedin-github-resume */
.flexbox-item-naviconsonly{
    display: flex;
    justify-content: space-around;
}



.flexbox-item-phoneinfo{
  display: flex;
  justify-content: center;
}




