/* palette https://coolors.co/1f271b-19647e-28afb0-f4d35e-ee964b */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1F271B;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1300px;
}

a {
    text-decoration: none;
    color: #EE964B;
}

a:hover {
    color: #F4D35E;
}

ul {
    list-style: none;
    font-size: 14px;
}

p {
    font-size: 14px;
}

/* Header */
header {
    /* position: sticky;
    top: 0px;
    left: 0px;
    z-index: 20; */
    padding-top: 20px;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    color: #F4D35E;
}

header img {
    height: 70px;
}

header ul li {
    font-size: 18px;
}

header nav {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header nav ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header nav li {
    padding: 10px 0px;
    font-size: 18px;
}

header nav li a {
    color: #1F271B;
    transition: all 0.5s;
}

header nav li a:hover {
    color: #EE964B;
    transition: all 0.5s;
}

/* Footer */
footer {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1f271b;
    padding: 30px 0px;
    font-size: 14px;
    color: #DADADA;
    width: 100%;
}

footer nav {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

footer ul {
    /* border: 0px solid #000000; */
    width: 22%;
}

footer li {
    margin: 10px 5px;
}

footer li.header {
    color: #F4D35E;
    text-transform: uppercase;
    font-weight: bold;
}

footer p {
    width: 100%;
    font-size: 12px;
    text-align: center;
}


/* Home */

section.slideshow {
    height: 500px;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/20cee6c50989ee11ad3ecefb70aa911e.jpg);
    background-size: cover;
    background-position: 50% 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

section.slideshow h1 {
    color: #F4D35E;
    text-transform: uppercase;
    filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.5));
    font-size: 50px;
    text-align: center;
    display: block;
}

/* services */

section.blank {
    width: 100%;
    height: 50px;
}

section.services {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.services ul {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

section.services li {
    font-size: 14px;
    ;
    width: 18%;
}

section.services li {
    font-size: 14px;
    width: 18%;
}

section.services li h4 {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #EE964B;
}

section.services li img {
    width: 100%;
    height: 120px;
    border: 3px solid lightgrey;
    transition: all 0.5s;
}

section.services li img:hover {
    border: 3px solid #EE964B;
    transition: all 0.5s;
}

section.services li p {
    font-size: 16px;
}


section.services li button {
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
    border: 1px solid #EE964B;
    background-color: #EE964B;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    transition: all 0.5s;
}

section.services li button:hover {
    background-color: #ffb371;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
}

/* service-content */

section.banner {
    height: 200px;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/20cee6c50989ee11ad3ecefb70aa911e.jpg);
    background-size: cover;
    background-position: 50% 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

section.banner h1 {
    color: #F4D35E;
    text-transform: uppercase;
    filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.5));
    font-size: 50px;
    text-align: center;
    display: block;
}

/* support-content */
section.service-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
}

section.service-content p {
    text-align: justify;
    margin-bottom: 10px;
}

/* introduction */

section.introduction {
    background-color: #1f271b;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
}

section.introduction div {
    width: 100%;
    max-width: 1200px;
    /* border: 1px solid white; */
}

section.introduction figure {
    width: 300px;
    height: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
    background-image: url(../img/20cee6c50989ee11ad3ecefb70aa911f.jpg);
    background-size: cover;
}

section.introduction p {
    text-align: justify;
    margin-bottom: 20px;
    color: #DADADA;
}

/* call-to-action */

section.call-to-action {
    width: 100%;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.call-to-action ul {
    width: 100%;
    max-width: 800px;
    display: flex;
}

section.call-to-action li {
    padding: 0px 10px;
}

section.call-to-action li.button {
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.call-to-action h1 {
    font-size: 30px;
}

section.call-to-action h2 {
    font-size: 16px;
}

section.call-to-action button {
    border: 1px solid #EE964B;
    background-color: #EE964B;
    border-radius: 5px;
}

section.call-to-action button:hover {
    background-color: #eaa66a;
}

section.call-to-action button a {
    width: 200px;
    height: 50px;
    display: flex;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

/* Product */
section.product {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.product div {
    width: 23%;
}

section.product ul {
    width: 100%;
}

section.product li {
    font-size: 16px;
}

section.product li h4 {
    color: #EE964B;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    /* filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); */
}


/* Support */

section.support {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.support div {
    width: 100%;
}

section.support ul {
    margin: 40px 0px;
}

section.support li {
    font-size: 16px;
}

/* support-content */
section.support-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
}

section.support-content h2 {
    margin-bottom: 10px;
}

section.support-content h3 {
    margin: 20px 0px 0px 0px;
}

section.support-content p {
    text-align: justify;
    margin-bottom: 10px;
}

section.support-content div.col-1 {
    width: 100%;
}

section.support-content div.col-3 {
    width: 30%;
}

section.support-content img {
    width: 100%;
}

ul.support-design-basics {
    font-weight: bold;
}

ul.support-standard-sizes {
    margin: 10px 0px;
}

ul.support-standard-sizes span {
    display: inline-block;
    width: 100px;
}

ul.support-artwork-specifications {
    margin-bottom: 20px;
    list-style-type: square; 
    list-style-position: inside; 
    margin-left: 15px; 
}

ul.support-paper-stock-options li {
    margin-bottom: 10px;
}

ul.support-paper-stock-options span {
    display: block;
    font-weight: bold;
}

ul.support-finishing-effects li {
    font-weight: bold;
}

ul.support-print-ready-checklist {
    margin-left: 15px; 
}

ul.support-print-ready-checklist li {
    line-height: 30px;
}

ul.support-print-ready-checklist input {
    margin-right: 5px;
}

/* faqs */

section.faqs {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.faqs div {
    width: 100%;
}

section.faqs h4 {
    color: #EE964B;
    font-size: 18px;
}

section.faqs p {
    font-size: 16px;
    margin-bottom: 30px;
}




/* aboutus */

section.aboutus {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.aboutus div {
    width: 100%;
}

section.aboutus h3 {
    margin-top: 50px;
}

section.aboutus p {
    margin-top: 20px;
    text-align: justify;
}

section.aboutus ul {
    list-style-type: square; 
    list-style-position: inside; 
    margin-left: 15px; 
}


/* contact */

section.contact {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

section.contact div {
    width: 45%;
}

section.contact li {
    font-size: 16px;
}

section.contact li p {
    max-width: 1200px;
}


/* location */
section.location {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

section.location nav {
    margin-top: 50px;
    width: 100%;
    height: 500px;
}

/* Media */
@media (min-width: 1000px) {

}

@keyframes fadeInAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

section {
    animation: fadeInAnimation ease-in 1s;
    animation-iteration-count: 1;
}
