/*
Theme Name: Paulina Flores
Theme URI: http://juandiegocalero.com/taffy-chile
Author: @puravariedad
Author URI: http://juandiegocalero.com/
Description: Very very very simple theme for photographer
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrapchiletheme
*/

/*-----------------------------------------------------------------------------------*/
/*General*/
/*-----------------------------------------------------------------------------------*/
body {
    color: #1C1B1B;
    margin: 0;
    padding: 0;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
	text-transform: uppercase;
	font-weight: 800
}
a {
    color: #1C1B1B;
    text-decoration: none; 
}
a:hover {
    color: #444;
}
textarea,
input {
	font-family: "Lexend Deca", sans-serif;
    outline: 0;
    border: 1px solid #1C1B1B;
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 3px;
}
input[type=submit],
.btn {
	font-family: "Lexend Deca", sans-serif;
	outline: 0;
	padding: 1rem;
}	
input[type=submit] {
    color: #fff;
    background: #1C1B1B;
	outline: 0;
    border: 1px solid #1C1B1B;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 3px;
	-webkit-appearance: none;
}
input[type=submit]:hover {
    background: #444;
}
/*-----------------------------------------------------------------------------------*/
/*Modules*/
/*-----------------------------------------------------------------------------------*/
.list_style {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_style li {
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*Font*/
/*-----------------------------------------------------------------------------------*/
.text-right {
    text-align: right;
}
h1, h2, h3, h4,
.h1, .h2, .h3, .h4  {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0
}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.75rem;
}
h3, .h3 {
    font-size: 1.45rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
.text_huge {
	font-size: 128px;
	line-height: 120px;
	margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*Grid*/
/*-----------------------------------------------------------------------------------*/
.container {
    width: calc(100% - 2rem);
    margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
}
.container_smush {
	width: calc(100% - 5rem);
	margin: 0 auto;
	padding-top: 3rem;
	padding-left: 1rem;
	margin-left: 3rem;
}
@media (min-width: 768px){ 
    .row-sm-break {  
        display: flex; 
        flex-wrap: wrap; 
		align-items: flex-start;
		gap: 2rem 2rem;
    }
	.col-o { 
    	width: calc(25% - 1.5rem);
	}
}
@media (min-width: 1600px){ 
	.col-o { 
    	width: calc(20% - 2rem);
	}
}
/*-----------------------------------------------------------------------------------*/
/*Base*/
/*-----------------------------------------------------------------------------------*/
.menu_header {
	position: relative;
	width: 100%;
	height: auto;
}
.logo {
	font-size: 24px;
	line-height: 1;
	transform: rotate(-90deg);
	display: inline-block;
}
.logo_header {
	position: fixed;
	top: 120px;
    left: -3rem;
	z-index: 3;
}
.footer {
	margin: 3rem 0 4rem 0;
}
/*-----------------------------------------------------------------------------------*/
/*Menu*/
/*-----------------------------------------------------------------------------------*/
.menu-o {
    overflow: hidden;
    width: 100%;
}
.menu-o li {
    float: left;
    margin-right: 1rem
}

.modal_menu {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	position: fixed;
	width: 100%;
	height: 100%;
	transition: 1s;
	z-index: 3;
}
.modal_menu a {
	color:transparent;
}
.openModal .modal_menu {
	display: block;
	background: #1C1B1B;
}
.openModal .modal_menu a,
.openModal .btn_menu {
	color:#fff;
}
.btn_menu {
	cursor: pointer;
	font-family: "Lexend Deca", sans-serif;
	font-weight: bold;
	border: 0;
	outline: 0;
	text-transform: uppercase;
    position: fixed;
	top: 1rem;
	right: 0;
	z-index: 2;
	background: transparent;
	color: #1C1B1B;
	font-size: 32px;
}
.menu-header-container {
	max-width: 400px;
	margin: 0 auto;
	padding-top: 20%;
}
.menu_primary li {
	font-size: 64px;
}
.menu_primary li li {
	font-size: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*Post*/
/*-----------------------------------------------------------------------------------*/
.article_snippet_text {
	font-size: 12px;
}
.banner img {
	width: 100%;
	height: auto
}
/*-----------------------------------------------------------------------------------*/
/*Page scroll*/
/*-----------------------------------------------------------------------------------*/
.parallax_item {
	background: #000;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 1;
	transition: transform 3s;
}
.parallax_item img {
	width: 100%;
	height: auto;
}
.parallax_heading {
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}
@media screen and (max-width: 768px) {
	.parallax_item {
		overflow: hidden;
		text-align: center;
	}
	.parallax_item img {
		width: auto;
		height: 100vh;
	}
}
