body {
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
  
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abf9d+0,392c57+100 */
background: #3abf9d; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3abf9d 0%, #392c57 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3abf9d 0%,#392c57 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3abf9d 0%,#392c57 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abf9d', endColorstr='#392c57',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
}

h1 {
    font-size: 30px;
    padding: 10px 0;
    padding: 5px;
    border-top: 2px solid whitesmoke;
    border-bottom: 2px solid whitesmoke;
    font-family: 'Signika', sans-serif;
    font-weight: 900;
}

h3 {
    padding: 5px 20px;
    margin-top: .25em;
    border-top: 2px solid whitesmoke;
    border-bottom: 2px solid whitesmoke;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
}

.all {
    margin-bottom: 4em;
}

.cart {
    margin-top: 1em;
    text-align: center;
}

.II {
    margin: 3em 0;
    text-align: left;
    padding-left: 1em;
}

.social {
    font-size: 2em;
    text-align: center;
}

.social i {
    padding: 20px 5px;
}

.cart p {
    margin-bottom: 0.4em;
}




.resume {
    margin-left: 1.5em;
}

.item {
    margin-left: 2em;
    padding: 1em;
}

.date {
    text-align: right;
    font-size: .8em;
    margin-bottom: 0;
}

.title {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0;
}

.text {
    font-size: .8em;
    line-height: 1.2em;
}

a {
    color: white;
}

a:hover {
    color: white;
}

.arrow {
    top:83%;
    font-size:1.8em;
    position:fixed;
    margin-left:9%; 
}

.intro {
    font-size: .9em;
    text-align: justify;
}

.example {
    font-size: .8em;
    display: inline-block;
    border-left: 2px solid whitesmoke;   
    padding-left: 5px;
    margin-left: 1em;
}

/* width */
.col_left::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.col_left::-webkit-scrollbar-track {
    box-shadow: none; 
    border-radius: 10px;
}
 
/* Handle */
.col_left::-webkit-scrollbar-thumb {
    background: white; 
    border-radius: 1em;
}

/* Handle on hover */
.col_left::-webkit-scrollbar-thumb:hover {
    background: darkgrey; 
}




    .II {
        text-align: center;
    }
    .social {
        margin-bottom: 2em;
    }
    .arrow {
        display: none;
    }
}