*{  
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
     padding: 14px 16px;
     color: grey;
     margin: auto;
     position:relative;
    top:50px;
    text-align: center;
}

li {
    display: inline;
    padding: 8px;
    width: auto;
    font-family: sans-serif;
    font-size: .8rem;
    position:relative;
    top:50px;
}


.top{
    text-align: center;
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100px;
    padding:0px;
    top: 0;
    z-index: 10;
    margin: auto;
}

.logo{
	width: 180px;
    position: fixed;

}

section{
/*    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 500px;*/
    display: flex;
}

p{
	font-family: 'Crimson Text', serif;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 200px;
	margin-right: 400px;
	font-size: 20px;
}

.hero{
    height: 500px;
    position: relative;
}

.text, .feature-img{
    flex: 1;
    position: relative;
    top:100px;
}

.article{
    display: inline-block;
    position: relative;
    margin-top: 50px;

}

.text{
    background: black;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top:100px;
}

.text div{
    width: 50%;
}

.info{
    margin-bottom: 1rem;
     margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 18px;
}

h1{
    
    font-size: 40px;
    font-family: 'Junge', serif;
    text-transform: uppercase;
}

h3{
    
    font-size: 30px;
    font-family: 'Junge', serif;
    text-transform: uppercase;
}

.subtitle{
    font-style: italic;
    margin: 1rem;
    margin-left: 10px;
	margin-right: 10px;

    
}

.image-title{ 
	font-style: italic;
    margin: 1rem;
    color: grey;
}

.feature-img{
    background: url('img/cover.jpg') no-repeat center center;
    background-size: cover;
}

.more-articles{
	flex-wrap:wrap;
    width: 80%;
    margin: auto;
}

article{
    flex: 50%;
    padding: 1rem;
}
/*
.article-image{
    height: 100px;
    overflow: hidden;
}*/

img{
    width: 100%;
}

.details{
    margin: 1rem 0;
    font-family: sans-serif;
    font-size: .8rem;
}

.category{
    color: red;
     margin-left: 1px;
	margin-right: 1px;
}

.date{
    font-size: .8rem;
    color: grey;
}

.caption{
	font-family: 'Crimson Text', serif;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 20px;
}






