/* ============================================== */
/* RESET */
/* ============================================== */

@charset 'UTF-8';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main,img,form,input,label,textarea,button,
p,h1,h2,h3,h4,h5,h6 {display: block;}
section{position: relative;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
fieldset, a > img,input,textarea,button{border:none;}
input,textarea,button{outline: none;overflow: hidden;}
html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}
body{-webkit-font-smoothing: antialiased;overflow-y: scroll;}
img {border:none !important;vertical-align: top;max-width:100%;margin:0 auto;}
a{text-decoration: none;}
a:hover{cursor: pointer !important;}
label{margin:15px 0 10px;}
form,input,label,section,p,h1,h2,h3,h4,h5,h6{width: 100%;}
h1,h2,h3,h4,h5,h6,p,label{cursor: default;}
p::first-letter{text-transform: capitalize;}
pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;cursor: default;overflow: auto;}
p,h1,h2,h3,h4,h5,h6,input,textarea,button, section,label{float: left;}


body{
  background:#101215;
}

/*-- Font style --*/

body,
pre,
input{
  font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  margin:5px 0;
  font-family: 'Roboto', sans-serif;
}

/*-- Color font --*/

p,li,a,body,pre{color:#cccccc;font-weight: 300;}
h1,h2,h3,h4,h5,h6{color:#f1c898;font-weight: 700;}

/*-- Font weight --*/

b,label{font-weight: 500;}

/*-- Size font --*/

label,input,textarea,
button,body,pre,p,a,li{
  font-size: 18px;
  line-height: 28px;
}

/*-- Headding font --*/

.title,
.subtitle{
  font-family: 'Alice', serif;
  font-size: 50px;
  line-height: 60px;
  margin: 40px auto;
  display: block;
  position: relative;
  width: auto;
  float: none;
  color:#f1c898;
  font-weight: 400;
}

.subtitle{
  top:30px;
  font-size: 28px;
  line-height: 50px;
}

.title:after{
  content: url("./../../images/icons/icon_vintage.svg");
  width: 80px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -40px;
}

h1, .h1{font-size: 40px;line-height: 50px;}
h2, .h2{font-size: 28px;line-height: 40px;}
h3, .h3{font-size: 20px;line-height: 32px;}
h4, .h4{font-size: 16px;line-height: 25px;}
h5, .h5{font-size: 14px;line-height: 20px;}
h6, .h6{font-size: 12px;line-height: 18px;}

@media screen and (max-width: 1280px) {
  h2, .h2{font-size: 20px;line-height: 25px;}
  h3, .h3{font-size: 16px;line-height: 25px;}
  h4, .h4{font-size: 14px;line-height: 20px;}
  h5, .h5{font-size: 12px;line-height: 16px;}

  label,input,textarea,
  button,body,pre,p,a,li{
    font-size: 16px;
    line-height: 25px;
  }

}

@media screen and (max-width: 768px) {
  h1, .h1{font-size: 28px;line-height: 35px;}

  .title{
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 30px 0;
  }

  .subtitle{
    font-size: 20px;
    line-height: 32px;
  }
}

/*-- Form --*/

input::-webkit-input-placeholder {color: #999999;} /* WebKit */
input:-moz-placeholder {color: #999999;} /* Firefox 18- */
input::-moz-placeholder {color: #999999;} /* Firefox 19+ */
input:-ms-input-placeholder {color: #999999;} /* IE 10+ */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}

textarea::-webkit-input-placeholder {color: #999999;} /* WebKit */
textarea:-moz-placeholder {color: #999999;} /* Firefox 18- */
textarea::-moz-placeholder {color: #999999;} /* Firefox 19+ */
textarea:-ms-input-placeholder {color: #999999;} /* IE 10+ */
textarea:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}


