/*
Theme Name: Wedding
Theme URI: http://www.nicdark.com
Description: Wonderful theme for your Business.
Author: Nicdark
Author URI: http://www.nicdarkthemes.com
Version: 1.0
License: http://www.nicdarkthemes.com
License URI: http://www.nicdarkthemes.com
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: wedding
*/

/* 1 ------------------------------------------------------- THEME STRUCTURE ------------------------------------------------------- */

/* 1.0 Responsive base (html + body) */
html {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #F5ECE2;
  -webkit-text-size-adjust: 100%;
}

/* Media responsive por defecto */
img, video, iframe, embed, object {
  max-width: 100%;
  height: auto;
}