@import url('normalize.min.css');
@import url('main.css');
@import url('animation.css');
@import url('flexslider.css');
@import url('lightgallery.css');
@import url('page.css');

/*html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}*/

@-moz-document url-prefix() {
  body { font-weight: 300 !important;}
}
@import url('https://fonts.googleapis.com/css?family=Montserrat|Playfair+Display');

html { color: #666;}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

hr {
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body { 
  font: 14px/24px 'Montserrat', sans-serif;
  font-weight: 400;
}

a { color: #ff0084;}
a:focus, a:hover { 
  color: #ff0084;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}
h1 { font-size: 60px; line-height: 70px;}
h2 { font-size: 48px; line-height: 58px;}
h3 { font-size: 32px; line-height: 42px;}
h4 { font-size: 24px; line-height: 34px;}
h5 { font-size: 18px; line-height: 28px;}
h6 { font-size: 11px; line-height: 21px;}

.model-btn {
    display: block;
}
    