/*

FONTS:

'Josefin Sans'
'Noto Serif'
'Dancing Script'

COLORS:

light tan: #eeebda

*/
body{
    font-family: 'Josefin Sans', 'Noto Serif', 'Dancing Script';
    line-height: 1.8;
    margin-bottom: 0px;
    background-color: #eeebda;
}

h1, h2, h3{
    font-family: "Josefin Sans", sans-serif;
    margin-top: 0;
}

img{
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.wrapper{
    width: 1000px;
    margin: auto;
    margin-bottom: 75px;
    display: flex;
    flex-flow: column nowrap;
}

#site-header{
  display: flex;
  flex-direction: column;
  background-image: url(../ibeer_starter_files/img/header-img.jpg);
}

#site-header div{
    text-align: center;
    padding: 60px 0 120px 0;
    font-size: 4em;
}

#site-header div h1,
#site-header div h3{
    margin: 0;
    line-height: 1;
    position: relative;
}

#site-header div h1{
    top: 20px;
}

#site-header div h3{
    color: white;
    bottom: 20px;
    text-shadow: 0 5px 8px rgba( 0, 0, 0, 0.3 );
}

#main-navigation{
    background: #444;
    display: flex;
}

#main-navigation a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 30px;
    justify-content: space-between;
}

#main-navigation #logo{
    margin-right: 420px;
}

.maincontainer{
  display: flex;
  flex-direction: row;
  margin: -80px 40px 0px 40px;
}

main{
    padding: 20px;
    background-color: #444;
    box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.3);
    width: 75%;
}

aside{
    padding: 20px;
    background-color: #eee;
    box-shadow: 5px 5px 8px rgba( 0, 0, 0, 0.3 );
    width: 25%;
}

aside h3{
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
aside img{
    border-radius: 50%;
    margin-bottom: 30px;
    border: 2px solid white;
}
article{
    background-color: white;
    box-shadow: -5px 5px 8px rgba( 0, 0, 0, 0.3 );
    padding: 20px;
    margin-bottom: 20px;
}
article h2{
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
article time{
    font-size: 0.8em;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: #666;
}

article img{
  float: right;
  width: 200px;
  height: 200px;
}

.dinoarticle{
  margin-right: 250px;
}

article footer p{
clear:both;
border-top: gray 1px solid;
text-align: center;
text-transform: uppercase;
margin-top: 80px;
padding: 10px;
}

#site-footer{
  padding: 20px;
  background: #333;
  color: white;
  text-align: center;
}
