/*
Theme Name: Simple Unicorn
Author: Amber S.
Author URI: http://smdesigns.org
Description: A minimalistic theme that uses a single icon to display navigation. Plus, only one column to display writing much easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://wordpress.org/about/license/
Tags: blue, grey, white, featured images, minimalistic,responsive, simple, wordpress, hidden nav
*/


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,600&family=Lora&family=Updock&family=Cormorant&family=Playfair&family=Montserrat&display=swap');

body {
    background-color: #ffffff;
    font-family: 'Playfair', serif;
}

.content a, footer a {
    color: #6c668b;
    text-decoration: none;
    border-bottom: 1px solid #6c668b;
}

.content a:hover, footer a:hover {
    color: #ffffff;
    background: #6c668b;
    transition: width 5s;
    text-decoration: none;
    border: 0;
}

main {
    margin: 0 auto;
    padding: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas:
        'header'
        'section'
        'footer';
}

header {
    width: 100%;
    height: 275px;
    background-color: #ffffff;
    top: 0;
    z-index: 9999;
    padding: 15px 0;
    position: relative;
    box-shadow: 0 25px 30px -30px rgba(117,117,117,0.2);
}

.header-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0;
}

.title {
    grid-area: 1 / 1 / 2 / 3;
    font: 2.7rem 'Cormorant', serif;
    margin-top: 75px;
    width: 550px;
    height: 50px;
    margin-left: 125px;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    color: #56556d;
    z-index: 999;
}

.sub-title {
    grid-area: 2 / 1 / 3 / 3;
    font: 12px 'Cormorant Garamond', serif;
    width: 550px;
    height: 25px;
    margin-left: 125px;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -15px;
    text-align: center;
    color: #8d8ca2;
    z-index: 999;
}

.headerimg {
    grid-area: 1 / 2 / 3 / 3;
    background: url('img/simpleunicorn.png') no-repeat center;
    background-color: #fff;
    width: 702px;
    border-right: 180px solid #fff;
    box-shadow: 0 0 20px rgba(255,255,255,0.1);
    height: 275px;
}

nav {
    grid-area: 3 / 1 / 4 / 3;
    display: block;
    width: 550px;
    height: 25px;
    margin-left: 125px;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -130px;
    text-align: center;
    color: #8d8ca2;
    z-index: 999;
}

nav a {
    cursor: pointer;
    display: block;
    padding: 0 15px;
    color: #bc5a45;
    text-decoration: none;
}

nav a:hover {
    color: #f18973;
}

nav ul {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 3px 10px;
}

nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #666;
}

nav ul li.last {
    border-right: 0;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background: transparent;
    padding: 5px;
    line-height: 2.5;
}

nav ul li:hover ul {
    display: block;
}

/* Off Canvas Styles */
header .openbutton {
    background: transparent;
    color: #A85C3D;
    font-size: 14px;
    cursor: default;
}

header .openbutton:hover {
    color: #53625D;
}

.line1, .line2, .line3 {
    width: 22px;
    height: 1px;
    background-color: #8a8a9f;
    margin: 4px 0;
    display: block;
}

.offscreen-icon {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 5px;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #f6f6f6;
    width: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 13%;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 26pt;
    color: #8a8a9f;
}

.sidenav ul.sideexplore {
    list-style: none;
    padding-right: 25px;
}

.sidenav a {
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 2.5;
    color: #464c58;
}

.sidenav a:hover {
    background-color: #8d94a0;
}

.sidenav h4 {
    color: #1E100B;
    font: 22px 'Libre Baskerville', serif;
    font-style: italic;
    text-align: center;
    font-weight: 100;
    letter-spacing: 2.5px;
    line-height: 1.2;
    margin-top: 45px;
}

.content {
    margin: 20px auto 0;
    padding-bottom: 25px;
    text-align: justify;
    line-height: 1.5;
    box-shadow: 0 25px 30px -30px rgba(117,117,117,0.2);
    width: 100%;
}

.firstpara::first-letter {
    font-family: 'Updock', cursive;
    color: #000;
    initial-letter: 3;
}

.text {
    width: 75%;
    margin: 0 auto;
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28pt;
    text-align: center;
}

blockquote.summary, blockquote.archive {
    background: #f2f1f1;
    box-shadow: 12px 0 15px -4px rgba(117,117,117,0.2), -12px 0 8px -4px rgba(117,117,117,0.2);
    padding: 15px;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

p.zipfile {
    font-size: 26px;
}

footer {
    font-size: 12px;
    padding: 10px;
    line-height: 1.3;
    height: 50px;
    text-align: center;
}

/* Center the whole gate container */
#age-gate {
  text-align: center;
  margin: 50px auto;
}

input[type=text], textarea, select, input[type=hidden] {
width: 50%;
padding: 12px 20px;
margin: 5px 0;
box-sizing: border-box;
background: #ffffff;
opacity: 0.6;
border: 1px solid #888888}

input[type=password]{
width: 35%;
padding: 12px 20px;
margin: 5px 0;
box-sizing: border-box;
background: #ffffff;
opacity: 0.6;
border: 1px solid #888888}

input[type=button], input[type=submit], input[type=reset] {
background: #ffffff;
opacity: 0.6;
border: 1px solid #888888;
color: black;
padding: 10px 20px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
width: 25%;
}