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

body {
    width: 100%;
    background-color: #FFFFFF;
    font-family: Quicksand;
    font-size: 14px;
    line-height: 1.5rem;
    color: #333333;
}

header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px #666666;
    padding: 20px 0;
}

.hero-index, #services {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 0;
    background-image: url("img/Woman-Art-Nouveau-Banner-1920x400.jpg");
    background-color: #3B003B;
    text-align: center;
}

.hero-single {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 0;
    background-color: #3B003B;
    text-align: center;
}

.hero-front, #contact {
    width: 100%;
    height: 700px;
    margin-top: 90px;
    margin-bottom: 0;
    background-image: url("img/Woman-Art-Nouveau-1920x1080.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    padding: 15% 0;
    text-align: center;
}

.parallax {
    width: 100%;
    background-image: url("img/Woman-Sunglasses-1920x1080.jpg"); 
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-color: #3B003B;
    padding: 60px 0 40px 0;
    color: #E1E1E1;
}

#headshot {
    width: 148px;
    height: 148px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

content {
    width: 80%;
}

footer {
    width: 100%;
    background-color: #323437;
    padding: 0 20px 0 0;
    color: #E1E1E1;
}

footer a {
    color: #E1E1E1;
}

section {
    width: 100%;
    float: left;
    padding: 20px 0;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

blog {
    width: 100%;
    float: left;
    padding-top: 20px;
}

aside {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 50px;
}

.sections {
     margin-top: 20px;
}

.container {
    width: 80%;
    margin: 0 10%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.loop {
    width: 70%;
    float: left;
    padding-bottom: 50px;
}

.sidebar {
    width: 28%;
    float: right;
    padding-left: 2%;
}

.advertisement {
    padding-bottom:10px;
}

.logo {
    width: 20%;
    float: left;
}

.mini-orchid {
    margin-top: 20px;
}

.chart {
    border: 1px solid #ccc;
    float: left;
    margin: 8px 40px 20px 0;
}

.blog {
    border: 5px solid #323437;
}

.excerpt {
    max-width: 300px;
}

.menu-01 {
    width: 80%;
    float: right;
    text-align: right;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-02 {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 12px;
    padding-top: 20px;
}

.copyright {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 12px;
    padding-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Artifika;
    letter-spacing: -1px; 
    line-height: 1.3em;
}

h1 {
    font-size: 74px!important;
    color: #E1E1E1;
    padding-bottom: 20px;
}

.hero-index h1 {
    padding: 40px 0;
}

h2 {
    font-size: 24px!important;
    color: #E1E1E1;
}

aside h2 {
    color: #CC0066;
    padding-bottom: 5px;
}

section h2 {
    color: #CC0066;
    padding: 40px 0 60px 0;
}

.article h2 {
    padding-bottom: 20px;
    color: #CC0066;
}

.widget h2 {
    font-size: 18px!important;
}

h3 {
    font-size: 16px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 60px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

h4 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
}

h5 {
    font-size: 16px;
    color: #E1E1E1;
    padding-bottom: 20px;
}

h6 {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

p {
    padding-bottom: 20px;
    text-align: center;
}

p.left {
    padding-bottom: 20px;
    text-align: left;
}

p.right {
    padding-bottom: 20px;
    text-align: right;
}

ol {
    display: block;
    margin-left: 17px;
}

ul {
    list-style: none;
    display: inline;
}

li {

}

.menu-01 li {
    padding-left: 2%;
    display: inline;
}

.menu-02 li {
    padding-right: 2%;
    display: inline;
}

a {
    text-decoration: underline;
    color: #CC0066;
}

a:hover {
    color: #323437;
}

a.menu-link {
    text-decoration: none; 
    color: #323437;
}

a.menu-link:hover {
    color: #CC0066;
}

a.footer-link {
    text-decoration: none; 
    color: #e1e1e1;
}

a.footer-link:hover {
    color: #CC0066;
}

h2 a:hover {
    color: #CC0066;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a.underline {
    text-decoration: underline;  
    color:#ffffff;
}

a.button {
    background: #CC0066;
    padding: 2%;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}

a.button:hover {
    background: #3B003B;
    color: #ffffff;
}

.quote-1 {
    background-color: #E1E1E1;
    padding: 0 10px;
    margin-bottom: 60px;
}

.quote-2 {
    background-color: #E1E1E1;
    padding: 0 10px;
    margin-bottom: 20px;
}

blockquote {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    font-family: "Style Script";
    font-size: 30px;
    line-height: 34px;
    font-style: italic;
    color: #323437;
    padding-bottom: 20px;
}

hr .light {
    border: 0;
    height: 1px;
    border-top: 1px solid #E1E1E1;
}

hr .dark {
    border: 0;
    height: 1px;
    border-top: 1px solid #323437;
}

.cards {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.feature {
    padding: 1rem;
}

.feature-logo {
    width: 100px;
    height: 100px;
    border: 1px solid #CCCCCC;
}

.client-services {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
    padding-bottom: 10px;
}

.client-service {
    width: 160px;
    height: 160px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-service img {
    width: 150px;
    height: 150px;
    border: 1px solid #CCCCCC;
}

.client-logos {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
    padding-bottom: 10px;
}

.client-logo {
    width: 160px;
    height: 160px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-logo img {
    width: 150px;
    height: 150px;
    border: 1px solid #CCCCCC;
}

.client-websites {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 10px;
}

.client-website {
    width: 200px;
}

.client-zapstands {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(102px, 1fr));
    padding-bottom: 10px;
}

.client-zapstand {
    width: 110px;
    height: 270px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-zapstand img {
    width: 100px;
    height: 260px;
    border: 1px solid #CCCCCC;
}

.client-photography {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
    padding-bottom: 10px;
}

.client-photo {
    width: 210px;
    height: 113px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-photo img {
    width: 200px;
    height: 103px;
    border: 1px solid #CCCCCC;
}


.client-retouch {
    width: 210px;
    height: 148px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-retouch img {
    width: 200px;
    height: 138px;
    border: 1px solid #CCCCCC;
}

.client-illustrations {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
    padding-bottom: 10px;
}

.client-illustration {
    width: 210px;
    height: 170px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-illustration img {
    width: 200px;
    height: 160px;
    border: 1px solid #CCCCCC;
}


.client-illustration-art {
    width: 210px;
    height: 269px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-illustration-art img {
    width: 200px;
    height: 259px;
    border: 1px solid #CCCCCC;
}

.client-sketches {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
    padding-bottom: 10px;
}

.client-sketch-v {
    width: 210px;
    height: 293px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-sketch-v img {
    width: 200px;
    height: 283px;
    border: 1px solid #CCCCCC;
}


.client-sketch-h {
    width: 210px;
    height: 170px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-sketch-h img {
    width: 200px;
    height: 160px;
    border: 1px solid #CCCCCC;
}

.client-decks {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
    padding-bottom: 10px;
}

.client-deck {
    width: 210px;
    height: 159px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-deck img {
    width: 200px;
    height: 149px;
    border: 1px solid #CCCCCC;
}

.client-deck-ss {
    width: 210px;
    height: 143px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-deck-ss img {
    width: 200px;
    height: 133px;
    border: 1px solid #CCCCCC;
}

.client-advertising {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
    padding-bottom: 10px;
}

.client-advertisement-v {
    width: 210px;
    height: 267px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-advertisement-v img {
    width: 200px;
    height: 257px;
    border: 1px solid #CCCCCC;
}


.client-advertisement-h {
    width: 210px;
    height: 164px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-advertisement-h img {
    width: 200px;
    height: 154px;
    border: 1px solid #CCCCCC;
}

.client-business-card {
    width: 210px;
    height: 170px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-business-card img {
    width: 200px;
    height: 160px;
    border: 1px solid #CCCCCC;
}

.client-magazines {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(322px, 1fr));
    padding-bottom: 10px;
}

.client-magazine {
    width: 330px;
    height: 170px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-magazine img {
    width: 320px;
    height: 160px;
    border: 1px solid #CCCCCC;
}

.client-products {
    max-width: 1200px;
    justify-items: center;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
    padding-bottom: 10px;
}

.client-product {
    width: 210px;
    height: 210px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
}

.client-product img {
    width: 200px;
    height: 200px;
    border: 1px solid #CCCCCC;
}

.article {
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
    margin-bottom: 20px;
    text-align: left;
}

.article img {
    max-width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.article p {
    padding-bottom: 20px;
}

.author {
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 1px #999999;
    text-align: left;
    margin-bottom: 20px;
}

.author img {
    max-width: 150px;
    height: 150px;
    border: 1px solid #CCCCCC;
}

.widget {
    background-color: #FFFFFF;
    padding: 20px 20px 13px 20px;
    box-shadow: 0 0 2px 1px #999999;
    margin-bottom: 20px;
}

.widget li {
    display: block;
    padding: 5px 0;
}

.widget p {
    padding: 5px 0;
}

.widget img {
    max-width: 100%;
    max-height: auto;
}

@media screen and (max-width: 1536px) {
    .hero-front, #contact {
        background-image: url("img/Woman-Art-Nouveau-1536x864.jpg");
    }
}

@media screen and (max-width: 1366px) {
    .hero-front, #contact {
        background-image: url("img/Woman-Art-Nouveau-1366x768.jpg");
    }
}

@media screen and (max-width: 1024px) {
    .hero-front, #contact {
        background-image: url("img/Woman-Art-Nouveau-1024x576.jpg");
        height: 576px; 
    }
    h1 {
        font-size: 54px!important;
    }
    h2 {
        font-size: 20px!important;
    }
    .loop {
        width: 100%;
        text-align: center;
    }
    .sidebar {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 820px) {
    .hero-front, #contact {
        background-image: url("img/Woman-Art-Nouveau-820x461.jpg");
        height: 461px;
    } 
    .parallax {
        background-color: #3B003B;
    }
    h1 {
        font-size: 42px!important;
    }
    h2 {
        font-size: 18px!important; 
    }
}

@media screen and (max-width: 601px) {
    .hero-front, #contact {
        background-image: url("img/Woman-Art-Nouveau-601x338.jpg");
        height: 338px;
    }
    h3 {
        width: 100%;
        margin: 0;
        margin-bottom: 60px;
    }
    aside {
        padding-top: 0;
    }
    blockquote {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 414px) {
    .hero-front, #contact {
        background-image: url("img/Woman-Art-Nouveau-414x300.jpg"); 
        height: 300px;
    }
    header {
        height: 100px;
    }
    h1 {
        font-size: 30px!important;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .menu-01 {
        width: 100%;
        text-align: center;
        margin-top: -20px;
    }
    .menu-02 {
        width: 100%;
        text-align: center;
        margin-left: 15px;
    }
    .copyright {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-right: -15px;
    }
}