@charset "UTF-8";
html {
    box-sizing: border-box;
}
body {
    background-image: url(../images/seed-60-1366w-header.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

header .wrapper {
    display: inline-block;
}


header {
    margin-top: 0;
    
    height: auto;
    display: block;
}

/*nav styles*/

header nav {
    font-family:  'Montserrat', sans-serif;
    font-size: 16px;
    float: right;
    margin: 0 auto;
    padding: 0px 10px 0px 0px;
    
    margin-right: 100px;
    
    
   
}
nav ul {
    list-style-type: none;
    float: right;
    margin-top: 0;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
nav ul li {
   
    display:inline-block
    
    }

nav ul li a {
    display: block;
    padding: 20px 30px;
    margin-left: 40px;
    margin-right: 40px;
}
/*link styles*/
a:link {color:black}
a:visited {color: #415523;}
a:focus {color: #99645b}
a:hover {color: #89894a}
a:active {color: #4c8986}

/*main styles*/
p img{
    
    width: 9%;
    padding-top: 10px ;
    float: left;
    margin-top: 30px ;
    margin-left: 100px;
}
h1 {
   margin: 75px 10px 0px 5px;
   padding: 0px 20px 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #565b57;
    margin-top: 70px;
    display: inline-block;
    
}

 h2 {
   font-family: Arial, Helvetica, sans-serif, cursive;
   font-size: 20px;
   color: #774335;
   font-weight: lighter;
   display: inline-block;
   margin: 0px 0px 0px 30px;
 }
 h3 {
    font-family:'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 40px;
    margin-left:110px ;
    margin-top: 120px;
 }
 p {
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
    color: #594c47;
  }  
  
  /*about-layout styles*/
  .history {
   margin-left: 300px;
   margin-right: 300px;
  }
  /*portfolio-layout styles*/
  .portfolio {
   display: grid;
   grid-template-columns: repeat(3,1fr);
   grid-template-rows: repeat(2,1fr);
   margin: 0 auto;
   padding: 0 150px;
  }
  #category {
   height: 300px;
   display:flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-position: center;
   font-size: 35px;
   font-family:'Roboto Slab', serif; 
   
  }
  .portfolio :first-child {
   background-image:url(../images/brochure_thumbnail_health.jpg);
   background-repeat: no-repeat;
  }
  .portfolio :nth-child(2) {
   background-image:url(../images/digital_illustration_thumbnail__1.jpg);
   background-repeat: no-repeat;
  }
  .portfolio :nth-child(3) {
   background-image:url(../images/packaging_thumbnail_milk_hazelnut.jpg);
   background-repeat: no-repeat;
  }
  .portfolio :nth-child(4) {
   background-image:url(../images/logo_thumbnail_graphic_standard.jpg);
   background-repeat: no-repeat;
  }
  .portfolio :nth-child(5) {
   background-image:url(../images/magazinegardening_thumbnail.jpg);
   background-repeat: no-repeat;
  }
  .portfolio :nth-child(6) {
   background-image:url(../images/portfolio_thumbnail_2011.jpg);
   background-repeat: no-repeat;
  }
  /*brochure-layout styles*/
  .brochure {
   display: grid;
   grid-template-columns: repeat(2,1fr);
   grid-template-rows: repeat(2,1fr);
   margin: 0 auto;
   padding: 0 150px;
  }
  #category2 {
   height: 300px;
   display:flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-position: center;
   font-size: 35px;
   font-family:'Roboto Slab', serif; 
   background-color: #f6f0ed;
  }
  /*illustration-layout styles*/
  .illustration {
   display: grid;
   grid-template-columns: repeat(2,1fr);
   grid-gap: 20px;
   margin: 0 auto;
   padding: 0 50px;
  }
  #category3 {
   max-width: 100%;
   display:flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-position: center;
   font-size: 35px;
   font-family:'Roboto Slab', serif; 
   background-color: #f6f0ed;
  }
  .section1 {
    color: #594c47;
    margin-left:110px ;
  }
 
 
 .section2 {
   float: right;
   width: 50%;
   text-align: center;
   
 }
 
 h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    text-align: center;
    font-size:25px;
    display: block; 
    
 }
 /*resume-layout styles*/
 h5 {
   font-family: 'Roboto Slab', serif ;
   font-weight: bold;
   text-shadow: .2em .2em #eac8bc;
 }
 .resume {
    display: flex;
    justify-content: space-around;
    justify-content: center;
    
    margin:100px;
    
 }
 .resume p {
   font-family:'Roboto Slab', serif ;
   font-size: 20px;
   color: #415523;
 }
 .title {
   color:#673c2a;
 }
 .when {
   color: #414336;
   font-style: italic;
 }
 .Experience1 {
    background-color: #f6f0ed;
    margin-right: 20px;
    width: 40%;
    padding-left:30px ;
    padding-right:30px ;
    border-radius: 1em;
    
 }
 .Experience1 ul {
    list-style: none;
 }
 .Experience1 h4 {
    background-color: #eac8bc;
 }
 .Experience1 h5 {
    font-size: large;
 }
 .Experience2 {
    background-color: #f6f0ed;
    margin-left: 20px;
    width: 40%;
    padding-left:30px ;
    padding-right:30px ;
    border-radius: 1em;
 }
 .Experience2 ul {
    list-style: none;
 }
 .Experience2 h4 {
    background-color: #eac8bc;
 }
 .Experience2 h5 {
    font-size: large;
 }
 main {
    margin-top: 100px;
    margin-bottom: 100px;
 }
 main .icon {
    display: flex;
    justify-content: center;
    align-items: center;
 }
 main .icon img {
   width: 2%;
    
 }
 .top {
   text-align: center;
   margin-top: 10px;
}
/*footer-layout styles*/
 footer {
    margin-top:10px ;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
 }
 footer p {
   color: black;
   font-size: small;
 }