/*----------------------------------------------
    NORBUS-STYLE_1.0.CSS
    ---------------------
    IS STYLING:     index.html, about.html, contact.html, doily.html, fan-art.html, gallery.html, links.html, perfect.html, privacy.html, sitemap.html, store.html, 
    AUTHOR:         Norbus the Cat
    CREATED:        June 14 2017
    UPDATED:        July 05 2017
    VALIDATED:      July 05 2017
----------------------------------------------*/

/*----------------------------------------------
    COLOUR PALETTE
    --------------
    #F3ECE7:        Off-white (Background)          rgb(243,236,231)
    #001D26:        Dark blue (Borders and text)    rgb(0,29,38)
    #DD5900:        Bright orange (Emphasis)        rgb(221,89,0)
    #00A5DB:        Light blue (Divs)               rgb(0,165,219)
    #923E12:        Rust brown (Accents)
    #568E14:        Green (Accents)
----------------------------------------------*/

/*----------------------------------------------
    BOXFIX
    ------
    DESCRIPTION:    Applies a natural box layout model to all elements, but allows components to change. 
    AUTHOR:         Paul Irish
    URL:            https://www.paulirish.com/2012/box-sizing-border-box-ftw/
----------------------------------------------*/
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
/*----------------------------------------------
    END OF BOXFIX
----------------------------------------------*/

body {
    
/*----------------------------------------------
    BACKGROUND PATTERN
    ------------------
----------------------------------------------*/
    background-image: url(../images/doily-bkgd.png);
    background-blend-mode: overlay;
    background-color: #001D26;
/*----------------------------------------------
    END OF BACKGROUND
----------------------------------------------*/
    font-family: "Poppins", "Arial", sans-serif;
    padding: 0;
    margin: 0;
}
a {
    outline: none;
}
p a:link, p a:visited {
    color: #00A5DB;
}
p a:hover, p a:active {
    color: #F3ECE7;
    text-decoration: none;
}

/*----------------------------------------------
    HEADER
    ------
----------------------------------------------*/
header {
    /*background-image: url(../images/norbus-title.png);
    background-repeat: no-repeat;
    background-position: center; */
    background-color: #F3ECE7;
    max-height: 140px;
    background: url(../images/norbus-header.png) no-repeat scroll left top #F3ECE7;
    height: 500px;
    padding-top: 10px;
    background-position:
}
header img, header svg {
    max-width: 100%;
    float: left;
}
header a {
    text-decoration: none;
}
.header-placeholder {
    width: 335px;
    height: 141px;
    display:inline;
}
.norbus-header-img1 {
    width: 150px;
    overflow: hidden;
    display: none;
} 
.norbus-header-title {
    max-width: 40%;
    min-width: 30%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F3ECE7;
    position: relative;
    top: -8px;
}
.header-twit, .header-insta {
    width: 50px;
    height: 80px;
    float: right;
    padding-right: 5px;
    padding-bottom: 35px;
    color: #001D26;
    fill: currentColor;
}
.header-insta:hover, .header-insta:active, .header-twit:hover, .header-twit:active {
    color: #00A5DB;
}
/*----------------------------------------------
    HEADER MENU
----------------------------------------------*/
nav {
    background-color: #00A5DB;
    text-align: center;
    border-top: 8px solid #001D26;
    padding: 5px 0;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    font-family: "Oswald", "Trebuchet", sans-serif;
    display: inline-block;
    padding: 5px 0;
}       
nav ul li a {
    text-decoration: none;
    font-size: 1.5em;
    letter-spacing: 0.5px;
    padding: 0 15px;
}
nav ul li a:link, nav ul li a:visited {
    color: #F3ECE7;
}
nav ul li a:hover, nav ul li a:active {
    color: #001D26;
}
/*----------------------------------------------
    END OF MENU
----------------------------------------------*/
/*----------------------------------------------
    END OF HEADER
----------------------------------------------*/

/*----------------------------------------------
    HEADING STYLES
    --------------
----------------------------------------------*/
h1 {
    font-family: "Oswald", "Trebuchet", sans-serif;
    font-size: 2.5em;
}
h2 {
    font-family: "Oswald", "Trebuchet", sans-serif;
    font-size: 1.5em;
}
/*----------------------------------------------
    END OF HEADINGS
----------------------------------------------*/

/*----------------------------------------------
    OTHER STYLES
    ------------
----------------------------------------------*/
p {
    font-size: 1.25em;
}
/*----------------------------------------------
    FOOTER
    ------
----------------------------------------------*/
footer {
    background-color: #001D26;
    height: auto;
    margin: 10px 0 15px 0;
}
footer p {
    font-size: 1em;
    font-family: "Oswald", "Trebuchet", sans-serif;
    letter-spacing: 0.5px;
    color: #0083b7;
    text-align: center;
    margin: 2px;
}
footer a:link, footer a:visited {
    text-decoration: underline;
    color: #00A5DB;
}
footer a:hover, footer a:active {
    color: #F3ECE7;
    text-decoration: none;
}
/*----------------------------------------------
    END OF FOOTER
----------------------------------------------*/


/*----------------------------------------------
    DIVS
    ----
----------------------------------------------*/
.wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    height: 100%;
    padding: 8px;
    background-color: #001D26;
}
/*----------------------------------------------
    HOMEPAGE, DOILY DIVS
----------------------------------------------*/
.intro-div {
    background-color: #00A5DB;
    border-top: 8px solid #001D26;
    display: flex;
    flex-flow: wrap;
    padding: 20px;
}
.intro-textbox {
    max-width: 50%;
    min-width: 290px;
    padding-right: 20px;
    flex-flow: wrap;
}
.intro-img {
    flex: 1 0 auto;
}
.intro-img img {
    border: 8px solid #001D26;
}
.featured-media {
    color: #F3ECE7;
    letter-spacing: 1px;
    flex: 1 1 auto;
    padding-left: 25px;
    margin-right: 25px;
}
.doily-scroll {
    background-color: #001D26;
    flex: 1 1 auto;
    padding: 0px 20px;
}
.doily-scroll h2 {
    color: #00A5DB;
}
.intro-doily {
    background-color: #00A5DB;
}
.buy-norbus {
    color: #F3ECE7;
    padding: 0px 20px;
}
.history {
    background-color: #F3ECE7;
    padding: 1px 20px 20px 20px;
}
.gallery-main h1, .gallery-main h2, .gallery-main p {
    color: rgba(243,236,231, 0.9);
}
/*----------------------------------------------
    PERFECT KITTY DIVS
----------------------------------------------*/
.perfect-main {
    color: rgba(243,236,231, 0.9);
    padding: 20px;
}
.perfect-main li {
    list-style-image: none; /* might put a doily list image here later */
    font-size: 1.25em;
    padding-bottom: 4px; 
    letter-spacing: 0.75px;
}
/*----------------------------------------------
    CONTACT PAGE DIVS
----------------------------------------------*/
.contact-main {
    background-color: #00A5DB;
    border-top: 8px solid #001D26;
    padding: 20px;
}
.contact-main h1 {
    color: #001D26;
    max-width: 700px;
}
.contact-main a {
    text-decoration: none;
}
.contact-main p a:link, .contact-main p a:visited {
    color: #001D26;
    font-size: 1.5em;
    text-decoration: underline;
}
.contact-main p a:hover, .contact-main p a:active {
    color: #F3ECE7;
    font-size: 1.5em;
    text-decoration: none;
}
.contact-main svg {
    max-height: 100%;
}
.contact-form {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
}
.contact-form fieldset {
    flex: 1;
}
.left-half {
    flex: 1;
    height: 100px;
    width: 25%;
    margin: 5px;
    overflow: hidden;
}
.right-half {
    flex: 1;
    width: 25%;
    height: 100px;
    margin: 10px 10px;
    overflow: hidden;
}
#input-name {
    font-family: "Poppins", sans-serif;
    width: 340px;
    margin: 5px 0px;
}
#input-email {
    font-family: "Poppins", sans-serif;
    width: 340px;
    margin: 5px 0px;
}
#input-subject {
    font-family: "Poppins", sans-serif;
    width: 340px;
    margin: 5px 0px;
}
#input-message {
    font-family: "Poppins", sans-serif;
    min-width: 340px;
    min-height: 94px;
}
#input-submit {
    font-family: "Poppins", sans-serif;
    margin: 5px 5px;
    width: 700px;
    height: 50px;
    margin: 50px 5px 20px 5px;
}
#input-submit:hover {
    background-color: #001D26;
    color: #F3ECE7;
}
.at-norbuscat {
    font-size: 2em;
    display: inline-block;
}
.contact-icons {
    padding-left: 0px;
    display: inline-block;
}
.contact-twit, .contact-insta, .contact-pinter {
    width: 80px;
    height: 80px;
    padding-bottom: 0px;
    color: #001D26;
    fill: currentColor;
    display: inline-block;
}
.contact-insta:hover, .contact-insta:active, .contact-twit:hover, .contact-twit:active, .contact-pinter:hover, .contact-pinter:active {
    color: #F3ECE7;
}
/*----------------------------------------------
    LINKS PAGE DIVS
----------------------------------------------*/
.links-main {
    background-color: #F3ECE7;
    padding: 20px;
    border-top: 8px solid #001D26;
}
.links-main li {
    list-style: none;
}
/*----------------------------------------------
    STORE PAGE DIVS
----------------------------------------------*/
.store-main {
    background-color: #F3ECE7;
    padding: 20px;
}
.store-footnote {
    font-size: 1em;
}
.norbus-cart {
    width: 15%;
    height: auto;
    float: right;
    clear: left;
}
.store-main figcaption {
    background-color: #00A5DB;
    min-height: 60px;
    padding: 5px;
    font-family: "Oswald", "Trebuchet", sans-serif;
    letter-spacing: 1px;
    font-size: 1.25em;
}
.store-main figure p {
    float: right;
}
.store-main img {
    padding-top: 10px;
}
.store-button {
    background-color: #00A5DB; /* Light Blue */
    border: none;
    color: #F3ECE7;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    text-align: center;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.button1, .button2, .button3 {
    background-color: #F3ECE7; 
    color: #001D26;
    border: 3px solid #00A5DB;
}
.button1:hover, .button2:hover, .button3:hover {
    background-color: #00A5DB;
    color: #F3ECE7;
}
.store-main table, .store-main td, .store-main th {
    border: none;
}
.store-main th {
    background-color: #00A5DB;
    width: 30%;
    font-family: "Oswald", "Trebuchet", sans-serif;
    letter-spacing: 1px;
}
.store-main td {
    text-align: center;
}
.td-img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/*----------------------------------------------
    FAN ART PAGE DIVS
----------------------------------------------*/
.fan-art-intro {
    border-top: 8px solid #001D26;
    padding: 0px;
    color: #F3ECE7;
}
.fan-art-outro {
    border-top: 8px solid #001D26;
    background-color: #00A5DB;
    padding: 20px;
}
.fan-art-outro p a:link, .fan-art-outro p a:visited {
    color: #F3ECE7;
}
.fan-art-outro p a:hover, .fan-art-outro p a:active {
    color: #001D26;
    text-decoration: none;
}
.fan-art-gallery {
    border-top: 8px solid #001D26;
    
}
/*----------------------------------------------
    ABOUT PAGE DIVS
----------------------------------------------*/
.about-main {
    background-color: #F3ECE7;
    padding: 20px;
    
    border-top: 8px solid #001D26;
}
/*----------------------------------------------
    SITE MAP / PRIVACY PAGE DIVS
----------------------------------------------*/
.sitemap, .privacy {
    width: 100%;
    display: block;
    background-color: #F3ECE7;
    background: url(none) no-repeat scroll right top #F3ECE7;
    height: 500px;
    padding-top: 10px;
    height: 500px;
    padding: 20px;
}
.privacy {
    background: url(../images/norbus-header.png) no-repeat scroll right top #F3ECE7;
}
.privacy-main {
    background: url(none) no-repeat scroll right top #F3ECE7;
    background-color: #F3ECE7;
    padding: 20px;
    border-top: 8px solid #001D26;
}
.sitemap-main {
    background: url(none) no-repeat scroll right top #F3ECE7;
    background-color: #F3ECE7;
    border-top: 8px solid #001D26;
}
.sitemap-main li, .privacy li {
    list-style: none;
    padding: 0;
}
.sitemap-main a:link, .privacy a:link{
    color: blue;
}
.sitemap-main ul{
    padding-left: 20px;
}
.sitemap-main a:visited, .privacy a:link {
    color: purple;
}
.sitemap-main a:hover, .sitemap-main a:active, .privacy a:hover, .privacy a:active {
    color: #001D26;
    text-decoration: none;
} 
.sitemap h1, .sitemap-main h2, .privacy h1, .privacy h2 {
    margin-bottom: 8px;
    font-family: "Oswald", "Trebuchet", sans-serif;
    color: #001D26;
}