
/* - - - - - - - - -   Fonts: */

.bad-script-regular {
    font-family: "Bad Script", cursive;
    font-weight: 400;
    font-style: normal;
}

/* - - - - - - - - -   General Content style: */
* {
	padding: 0;
    margin: 0;
    font-size: 0px;
    line-height: 150%;
    vertical-align: top;
    text-underline-offset: 3px;
    transition: all 0.3s linear;
    text-decoration-color: #ffffff;    
    color: var(--font_color);
    -webkit-tap-highlight-color: transparent;
    
    font-family: "Bad Script", cursive;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box; 
            box-sizing: border-box;
}
*:focus {
    outline: none !important;
}
a[x-apple-data-detectors=true] { color: inherit !important; text-decoration: inherit !important;}

html, body {
    min-width: 320px;
    text-align: center;
}
html, body, .spacer10, .spacer20, .spacer40, footer, .centerMe {
    margin: 0 auto;
}
html, body, .spacer10, .spacer20, .spacer40, .maxWidth, footer  {
    width: 100%;
}
body {
    z-index: 10;
    background-color: #000000;
}
a {
    text-decoration: none;
}

/* BG shorthand syntax:
background: #ffffff url("img_tree.png") no-repeat right top;
*/

/* - - - - - - - - -  Alignment: */
.rel {
    position: relative;
}
.leftAlign {
    text-align: left;
}
.rightAlign {
    text-align: right;
}

/* - - - - - - - - -  Absolute Alignment: */
.abs {
    position: absolute;
}
.centerAbs {
    left: 50%;
    transform: translateX(-50%);
}
.centerVertAlignMe {
    top: 50%;
    transform: translateY(-50%);
}
.absoluteCenter {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* - - - - - - - - -  Hovers: */
.nav_elements:hover, button, #hamburgerCont, .polaroid_container {
    cursor: pointer;
}

/* - - - - - - - - -  Main Container: */
#main_body, footer {
    max-width: 2000px;
}

.main_container {
    min-height: 300px;
    padding: 80px;    
    background-color: var(--white);
}

/* - - - - - - - - -  Hero Containers: */
.full_size_hero_container, .half_size_hero_container {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* - - - - - - - - -  Headers: */
h1, h2, h3, h4 {
    line-height: 120%;
    letter-spacing: 1.5px;
}
h1 {
    font-size: 54px;
}
h2 {
    font-size: 44px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 24px;
}

/* - - - - - - - - -  W&&D Primary Color Palette: */
:root {    
    --white: #ffffff;
    --black: #000000;
    --black2: #222222;
    --font_color: rgba(32, 32, 32, .8);
}
/*
var(--white);
var(--black);
var(--black2);
var(--white);
var(--font_color);
*/

/* - - - - - - - - -  colors: */
.font_color_white {
    color: var(--white);
}
.font_color_black {
    color: var(--black);
}
.font_color_black2 {
    color: var(--black2);
}
.default_font_color {
    color: var(--font_color);
}

/* - - - - - - - - -  Flex: */

.flex {
    display: flex;
}

/* - - - - - - - - -  Full size Hero Container: */
.full_size_hero_container {
    height: 100vh;
    max-height: 950px;
}

/* - - - - - - - - -  Half Hero Container: */
.half_size_hero_container {
    height: 60vh;
    max-height: 550px;
}

/* - - - - - - - - -  nav style: */
nav {
    position: fixed;
    z-index: 5000;
    height: 90px;
    top: 0;
    left: 0;
}

#nav_flex_container {
    height: 100%;
}

.nav_elements {
    padding-top: 37px;
    padding: 40px 0 0;
}

.nav_elements, .nav_elements a {
    text-decoration: none;
}

.nav_elements, .nav_elements a {
    color: var(--white);
    font-size: 14px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}

.nav_elements {
    text-align: center;
    height: 100%;
    width: 120px;
}

#main_nav_bar {
    height: 70px;
}

#nav_bar_logo, #footer_logo, #footer_logo_02 {
    width: 170px;    
}

.nav_bar_shadow, #mobile_nav_bar, #menu_circle_01 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#cart_icon, #mobile_cart_icon, #mobile_cart_cont {
    height: 29px;
    width: 30px;
}

#cart_icon {
    top: 34px;
}

.nav_elements {
    width: 20%;
}

._nav_elements, .nav_elements a {
    font-size: 16px;
    color: var(--white);
}

/* - - - - - - - - -  mobile/tablet nav style: */
#mobile_nav_bar {
    display: none;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: var(--black2);
}

#mobile_nav_bar_logo {
    left: 30px;
    width: 120px;
}

#mobile_cart_cont {
    right: 100px;
}

/* - - - - - - - - -  nav bar menu: */
#main_menu_container {
    position: fixed;
    z-index: 4000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0s linear;
}

#main_menu {
    top: -1000px;
    width: 100%;
    overflow: hidden;    
    height: 540px;
    max-width: 400px;
    background:rgba(0, 0, 0, 0.15) url("images/menu_BG.png") no-repeat center;
    background-size: 100% 100%;
    padding-top: 130px;
}

#menu_top {
    width: 100%;
    height: 140px;
}

.menu_items {
    z-index: 4500;
    padding: 20px;
    line-height: 100%;
    font-size: 20px;
    text-align: center;
    color: #924d2a;
}

/* - - - - - - - - -  Hamburger: */
#hamburgerCont, #mobileNavBarMenuCloseMe {
    height: 30px;
    width: 30px;
}

#mobileNavBarMenuCloseMe {
    top: 0;
    left: 90%;
    display: none;
}

#hamburgerCont {
    right: 30px;
}

.hamburgerLines {
    transition: all 0.2s ease-in-out;
    width: 30px;
    height: 4px;
    left: 0;
    border-radius: 2px;
    background-color: #ffffff;
    transform-origin: 50%;
}

#hamburger01 {
    top: 5px;
}

#hamburger02 {
    top: 14px;
}

#hamburger03 {
    top: 23px
}

#hamburger04, #hamburger05, #hamburger06, #hamburger07 {
    transform-origin: 0%;
    width: 3px;
    height: 3px;
}

#hamburger04 {    
    transform: translateX(14px) translateY(13px) rotate(45deg);
}

#hamburger05 {
    transform: translateX(14px) translateY(15px) rotate(315deg);
}

#hamburger06 {
    transform: translateX(16px) translateY(15px) rotate(225deg);
}

#hamburger07 {
    transform: translateX(16px) translateY(13px) rotate(135deg);
}

/* - - - - - - - - -  Footer: */
footer {
    background-color: var(--black2);
    padding: 0;
}

#footer_nav_container {
    color: var(--white);
    font-size: 15px;
    padding-top: 30px;
    max-width: 1600px;
    text-align: center;
    font-family: "Playwrite DE Grund", cursive;
}


#footer_logo {
    top: -30px;
}

#footer_logo_nav_02 {
    display: none;
}

#social_icons_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 0 50px;
    align-items: center;
}

.footer_socials_icons {
    width: 34px;
}

.footer_bottom_links, #footer_BG {
    font-size: 10px;
    line-height: 150%;
    color: var(--white);
}

.footer_bottom_links {
    padding: 0 15px;
    text-align: center;
}

.footer_bottom_right_border {
    border-right: 1px solid var(--white);
}

#footer_bottom_links_container {
    padding: 30px;
    max-width: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
}

#footer_BG {
    padding: 30px;
    text-align: center;
}

/* - - - - - - - - -  About Diego Container: */

.playwrite-de-grund {
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-style: normal;
  }

#about_body {
    height: 100vh;
    max-height: 1000px;
    text-align: center;
    background: url(images/about_BG.jpg) 50% / cover no-repeat;
}

#about-container {
    width: 90%;
    height: 80vh;
    padding: 60px;
    overflow: scroll;
    margin-top: 100px;
    background-color: rgba(255, 255, 255, 0.9);
}

#about-container h2 {
    font-size: 24px;
}

#about-container, #about-container i, #about-container a {
    font-size: 16px;
    line-height: 160%;
    text-align: left;
}

#about-container h2, #about-container, #about-container i, #about-container a {
    font-family: "Playwrite DE Grund", cursive;
}

#about-container h3 {
    font-size: 18px;
    font-weight: bold;
}

#about-container h2, #about-container h3 {
    font-family: Arial, Helvetica, sans-serif;
}

#about-container a {
    text-decoration: none;
    color: #cf238f;
}

#about-container a:hover {
    text-decoration: underline;
    color: #931765;
}

#foundation_shirt_container {
    margin: 30px auto;
    text-align: center;
}

.foundation_shirt {
    width: 100%;
    max-width: 400px;
}


















































/* - - - - - - - - -  stop animation class: */
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* - - - - - - - - -  columns text container: */
.colTextContainer, .fullWidthTextContainer {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: var(--font_color);
}

.box_img_container {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullWidthTextContainer {
    max-width: 1200px;
}

.fullWidthTextContainerMargin01 {
    margin-top: 50px;
}

.heroHeadlineCenter {
    top: 58%;
    left: 50%;
    line-height: 180%;
    max-width: 1200px;
    transform: translateX(-50%) translateY(-58%);
}

.colTextContainerLeft {
    padding: 60px 60px 60px 0;
}

.colTextContainerRight {
    padding: 60px 0 60px 60px;
}

.colTextContainerLeft, .colTextContainerRight {
    max-width: 800px;
}

















/* - - - - - - - - -  TEMP template colors: */
.temp_BG_blue {
    background-color: var(--blue);
}
.temp_BG_raspberry {
    background-color: var(--raspberry);
}
.temp_BG_sage {
    background-color: var(--sage);
}
.temp_BG_tan {
    background-color: var(--tan);
}
.temp_BG_peach {
    background-color: var(--peach);
}
.temp_BG_mustard {
    background-color: var(--mustard);
}
.temp_BG_pearl {
    background-color: var(--pearl);
}
.tempIMG {
    background-image: url('images/gallery_01.jpg');
    height: 300px;
}










/* - - - - - - - - - - - - - - - - Polaroids Container: */
#polaroid_main_container {
    height: 100vh;
    max-height: 1000px;
    text-align: center;
    background: url(images/main_BG.jpg) 50% / cover no-repeat;
}

.polaroid_container {
    width: 22vw;
    top: 25%;
    max-width: 400px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
    transition: all 0.35s;
}

.polaroid_container img {
    width: 100%;
    border-radius: 2px;
}

.polaroid_caption {    
    color: var(--font_color);
    font-size: min(2vw, 40px);
    padding-top: 30px;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
}

.polaroid_images {
    width: 100%;
    border-radius: 2px;
}

.inset_shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, .1);    
}

#polaroid_01 {
    left: 39%;
    z-index: 510;
    transform: rotate(-20deg) scale(0.755);
}

#polaroid_01:hover {
    z-index: 550;
    transform: translateX(0%) translateY(9%);
    box-shadow: -25px 25px 10px -20px rgba(0, 0, 0, 0.25);
}

#polaroid_02 {
    left: 25%;
    z-index: 505;
    transform: rotate(20deg) scale(0.75);
}

#polaroid_02:hover {
    z-index: 550;
    transform: translateX(-12%) translateY(-2%);
    box-shadow: -25px 25px 10px -20px rgba(0, 0, 0, 0.25);
}

#polaroid_03 {
    left: 8%;
    z-index: 500;
    transform: rotate(-9deg) scale(0.75); 
}

#polaroid_03:hover {
    z-index: 550;
    transform: translateX(3%) translateY(5%);
    box-shadow: -25px 25px 10px -20px rgba(0, 0, 0, 0.25);
}

#polaroid_04 {
    left: 55%;
    z-index: 505;
    transform: rotate(18deg) scale(0.75);
}

#polaroid_04:hover {
    z-index: 550;
    transform: translateX(-12%) translateY(-2%);
    box-shadow: -25px 25px 10px -20px rgba(0, 0, 0, 0.25);
}

#polaroid_05 {
    left: 70%;
    z-index: 500;
    transform: rotate(-20deg) scale(0.75);
}

#polaroid_05:hover {
    z-index: 550;
    transform: translateX(3%) translateY(4%);
    box-shadow: -25px 25px 10px -20px rgba(0, 0, 0, 0.25);
}







#placeholder_temp {
    background-color: lightsalmon;
}















































