@import 'https://fonts.googleapis.com/css?family=Playfair+Display|Raleway|Raleway+Dots';

.playfair, h1, h3 {
    font-family: 'Playfair Display', 'Verdana', serif;
}
.raleway {
    font-family: 'Raleway', sans-serif;
}
.raleway-dots {
    font-family: 'Raleway Dots', 'Raleway', 'Verdana', cursive;
}
body {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-weight: 300;
    height: 100%;
}
.container {
    height: 100%;
}
#map {
    height: 230px;
}
.sub {
    color: #8c8c8c;
    font-family: 'Raleway Dots', 'Raleway', 'Verdana', cursive;
    font-size: 44px;

}
.round {
    border-radius: 50%;
}
h1 > span {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 10px;
    display: block;
}
/**
    contact section
*/
.contact {
    margin:20px 0;
    padding: 10px 20px;
    background: rgba(255, 114, 0, 0.25);
    -webkit-clip-path: polygon(99% 17%, 19% 0%, -9% 534%);
    clip-path: polygon(99% 17%, 19% 0%, -9% 534%);
    //background-image: linear-gradient(to bottom right, white 10%, white, rgba(255, 114, 0, 0.25), rgba(255, 114, 0, 0.25) 80%, white 10%, white);

}
.contact > p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

/**
    data section
*/
.no-list li{
    list-style: none;

}
.edu {
    padding: 0;
}
.edu > li:after {
    content: '';
    height:1px;
    width:100%;
    display: block;
}
.edu > li > div:first-of-type {
    font-weight: 600;
    font-size: 40px;

}
.edu > li > div:first-of-type > span {
    font-family: 'Raleway Dots', 'Raleway', 'Verdana', cursive;
    font-weight: normal;
    margin-top: -20px;
    margin-left: 17px;
    line-height: 33px;
    display: block;
}

.edu > li > div:last-of-type {
    display: block;
    line-height: 72px;
    font-weight:600;
    font-size: 16px;
}

.edu > li > div:last-of-type > span {
    display: block;
    line-height: 20px;
    font-weight:300;
    font-size: 12px;
    margin-top: -20px;
}


/**
   interests
*/
i {
    font-size: 22px;
    float: left;
    padding: 8px;
    display: inline !important;
    width: auto;
    color: #ececec;
}
i:nth-of-type(1){
    font-size: 55px;
}
i:nth-of-type(2){
    font-size: 37px;
}
i:nth-of-type(3){
    font-size: 45px;
}
i:nth-of-type(4){
    font-size: 28px;
}
i:nth-of-type(5){
    font-size: 64px;
}
i:nth-of-type(6){
    font-size: 26px;
}

/**
    pie chart
*/
.pie-chart-slice-1 {
     opacity: .2;
}
.pie-chart-slice-2 {
    opacity: .3;
}
.pie-chart-slice-3 {
    opacity: .4;
}
.pie-chart-slice-4 {
    opacity: .5;
}
.pie-chart-slice-5 {
    opacity: .57;
}
.pie-chart-slice-6 {
     opacity: .61;
 }
.pie-chart-slice-7 {
    opacity: .65;
}
.pie-chart-slice-8 {
    opacity: .70;
}
.pie-chart-slice-9 {
    opacity: .73;
}
.pie-chart-slice-10 {
     opacity: .8;
}
.pie-chart-slice {
    fill: rgba(255, 114, 0, 1)!important;
    stroke: rgba(255, 114, 0, 1)!important;
    stroke-width: .1px;
}
.pie-chart-slice-label {
    font-family: Roboto;
    font-size: 5.5px;
    font-weight: 500;
    fill: #fff;
    white-space: normal;
}

footer {
    margin-top: 40px;
    margin-bottom: 4px;
    border-top: 1px solid #eee;
    font-size: 9px;
}