@font-face {
    font-family: 'simple-line-icons';
    src: url('../icons/Simple-Line-Icons.eot?v=2.4.0');
    src: url('../icons/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../icons/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../icons/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../icons/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-phone,
.icon-cloud-download,
.icon-envelope,
.icon-social-github,
.icon-social-twitter,
.icon-social-linkedin,
.icon-graduation {
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e600";
}

.icon-cloud-download:before {
    content: "\e083";
}

.icon-envelope:before {
    content: "\e086";
}


.icon-social-github:before {
    content: "\e60c";
}


.icon-graduation:before {
    content: "\e019";
}

.icon-social-twitter:before {
    content: "\e009";
}

.icon-social-linkedin:before {
    content: "\e60a";
}