/*Reset*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.5.0/modern-normalize.min.css");
/*Type*/
@import url("typography-generic.css");

/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,500,600&display=swap');*/

/*@import url('https://fonts.googleapis.com/css?family=Red+Hat+Text:400,400i,500,500i,700&display=swap');*/

/*Utility*/
@import url("utility.css");

/*DEBUG*/
/*@import url("debug.css");*/

/*MOBILE FIRST*/
/*Start of Richard CSS*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial , sans-serif;
    /*font-family: 'Times New Roman', serif;*/
    /*font-family: 'Cormorant Garamond', serif;*/
    /*font-family: 'Libre Franklin', sans-serif;*/
    /*font-family: 'Gentium Basic', serif;*/
    /*font-family: 'Red Hat Text', sans-serif;*/
    font-size: 1.6em;
    background-color: white;
    /*font-weight: 500;*/
    padding: 24px;
    max-width: 1440px;
    color: black;
    position: relative;
    margin: 0 auto;
}

img {
    max-width: 100%
}

p a {
    text-decoration: underline;
}

a:link,
a:visited {
    color: black;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial , sans-serif;*/
    /*font-family: 'Times New Roman', serif;*/

}

/*section:first-of-type {
	height: 90vh;
}*/

.project-list {}

header {
    margin-bottom: 3em;
}

header img{
    display: none !important;
}

.project-list ul li a {
    color: green;
}

.project-list ul li a:hover {
    color: red;
}


.project-list ul li {
    display: block;
    /*border-bottom: 1px solid black;*/
    padding: 0.2em 0;
}

.project-list ul li:last-child {
    border-bottom: none;
}

.project-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-bullet {
    list-style-type: none;
}

.content ul {
    list-style-type: none;
    padding-left: 0;
}

.content h2,
h3 {
    /*text-transform: uppercase;*/
    /*font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial , sans-serif;*/
}

.content {
    margin-bottom: 2em;
}

body#index .back-link {
    display: none;
}

#view .content img {
    margin-bottom: 4em;
}

ul{
	margin-top: 0;
}

ul li{
	margin-bottom: 0.4em;
}

header h3 {
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

p small{
    position: absolute;
    bottom: 14px;
}


/*NORMAL DESKTOP*/
@media only screen and (min-width: 768px) {

    header {
        display: flex;
        margin-bottom: 2em;
        height: 7.2em;
    }

    header>*:nth-child(3) {
        margin-left: auto;
    }

    header>*:nth-child(2) {
        margin-left: auto;
    }

    header img{
    display: block !important;
    width: auto;
    height: 7.2em;
    }

    header h3{ display: none; }

    h3 {
    }

    body {}

    header #menu-toggle-primary a {
        display: none
    }

    aside{
        margin-bottom: 4em;
    }

    .content {}


    #index .cover {
        
       /*max-height: 70vh;*/
        padding: 1.2em 0 3em 0;
    }

    #index .cover img {
        width: 70%;
        display: block;
        margin: 0 auto;
        border: 1em solid black;
    }

    #view .content section {
        width: 100%;
        height: 88vh;
        padding: 2em 0 3em 0;
        /*display: flex;*/
    }

    #view .content section p {}

    #view .content img {
        display: block;
        margin: 0 auto 8em;
        object-fit: contain;
        max-height: 100%;
    }

    .information {
        /*width: 50%;*/
    }

    #index {
        /*display: flex;*/
    }

    #index .content {
        width: 50%;
        float: left;
        padding-right: 2em;
    }

    #index .project-list {
        width: 50%;
        float: right;
        padding-left: 2em;
    }

    .project-list {
        /*	width: 49%;
	float: right;*/
    }

    /*.content{
    	column-count: 2;
    	column-span: all; 
    }

     .project.content{
    	column-count: 2;
    	column-gap: 4em;
    }*/

}

/*END NORMAL DESKTOP*/