﻿article, aside, body, dd, div, dl, dt, footer, img, h1, h2, h3, header, html, main, nav, p, section, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

footer, header, main, nav {
    overflow: hidden;
}

article {
    margin-bottom: 1em;
}

div.activities, div.skills, div.studies {
    margin-top:1em;
}

    div.activities::before {
        content: "Activities:"
    }

    div.skills::before {
        content: "Skills:"
    }

    div.studies::before {
        content: "Studies:"
    }

div.gpa {
    margin-bottom: 1em;
    font-weight: bold;
}

    div.gpa::before {
        content: "GPA: ";
        font-weight: bold;
    }

div.honors {
    font-style: italic;
    margin-bottom:1em;
}
    div.honors::before {
        content: "Honors: ";
        font-style: italic;
    }

div.paper {
    font-weight:bold;
}

div.paper a {
    display:inline-block;
    margin-right:0.5em;
}

div.abstract {
    margin:1em;
    margin-top:0.25em;
    font-style:italic;
}

body {
    line-height: 1.25;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    padding: 2em;
    font-family: "Roboto", sans-serif;
}

header {
		margin-bottom:0.5em;
}

	header h1 {
		font-size:2em;
		font-weight:bold;
	}

	header h2 {
		font-size:1.5em;
		font-style:italic;
	}

main {
    min-height: 10em;
}

nav, footer {
    background-color: #333;
    margin-bottom: 1em;
}

    nav a, footer a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        nav a:hover, footer a:hover {
            background-color:#a0ffa0;
            color: black;
        }

p {
    margin-bottom:1em;
}

section {
    overflow: hidden;
    border-bottom: 1px solid #808080;
}

    section.first {
        border-top: 1px solid #808080;
    }

    section aside {
        overflow: hidden;
        padding: 0.5em 0 0.5em 0.5em;
        border-left: 1px solid #808080;
    }

    section h3 {
        display: block;
        float: left;
        text-align: right;
        padding-right: 0.5em;
        width: 6em;
        font-size: 1.4em;
        font-weight: bold;
        padding-top: 0.25em;
    }

ul {
    padding: 0.25em 0 0 1em;
    list-style-type: square;
    margin-left: 1em;
}

    ul ul {
        padding-bottom: 0.75em;
        list-style-type: none;
    }

.active {
    background-color: #4CAF50;
    color: white;
}

.degree, .title {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 0.5em;
}

.detail {
    font-style: italic;
    padding-left: 0.5em;
}

.download {
	  font-style:italic;
	  margin-top:1.5em;
	  display:block;
}

.item {
    font-weight: normal;
}

.school, .work {
    font-size: 1.25em;
}

.sep {
	border-top: solid 1px black;
	margin-top: 1em;
	padding-top: 1em;
}

.time {
}

#avatar {
    height: auto;
    width:100px;
    float:left;
    margin-right:0.5em;
}

#contact1 {
    float:right;
}

#contact2 {
    visibility:hidden;
}

#email {
    background-image: url("/images/email.png");
    background-repeat: no-repeat;
    padding-left: 24px;
    min-height: 24px;
    vertical-align: middle;
}

/* Phones */
@media only screen and (max-width: 550px) {
    #avatar {display:none;}
    #contact1 {display: none;}
    #contact2 {visibility: visible;}
    
    nav a, footer a {
        padding: 8px 10px;
        font-size: 15px;
    }

    section aside {
        overflow: hidden;
        padding: 0.25em;
        border-left: 0px;
    }

    section h3 {
        display: block;
        float: none;
        text-align: left;
        padding-right: 0;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        padding-top: 0.25em;
    }
}

/* Large tablets */
@media only screen and (min-width: 551px) and (max-width: 750px) {
/*    #avatar {width:200px;} */
    #contact1 {display:none;}
    #contact2 {visibility:visible;}
}

/* Default view*/
@media only screen and (min-width: 751px) {
}