/* ============================================== */
/* 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;margin: 0;padding: 0;}
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 --*/

body{
  background:#fff;
}

/*-- Font --*/

body,pre,input,label,button,textarea{
  font-family: 'Roboto', sans-serif;
  overflow-wrap: break-word;
}

/*-- Font Margin --*/

h1,h2,h3,h4,p{
  margin:10px 0;
}

/*-- Font Color --*/

p,li,a,body,pre{color:#1c304b;}
h1,h2,h3,h4,h5,h6{color:#1c304b;font-family: 'Baskervville', serif;}

/*-- Font Weight --*/

b{font-weight: 700;}
p,li,a,body,pre{font-weight: 300;}
h1,h2,h3,h4,h5,h6,label{font-weight: 400;}

/*-- Font Size --*/

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

/*-- Headding Font --*/

.h1{font-size: 80px;line-height: 80px;}
.h2{font-size: 40px;line-height: 50px;}
.h3{font-size: 28px;line-height: 40px;}
.h4{font-size: 20px;line-height: 32px;}

@media screen and (max-width: 1280px) {
  label,input,textarea,
  button,body,pre,p,a,li{
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .h1{font-size: 40px;line-height: 50px;}
  .h2{font-size: 28px;line-height: 40px;}
  .h3{font-size: 20px;line-height: 32px;}
  .h4{font-size: 16px;line-height: 25px;}
}

/*-- Form --*/

input::-webkit-input-placeholder {color: #1c304b;}
input::-moz-placeholder {color: #1c304b;}
input:-moz-placeholder {color: #1c304b;}
input:-ms-input-placeholder {color: #1c304b;}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #1c304b;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset;
    -webkit-text-fill-color: #1c304b;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-internal-autofill-selected {
  background: transparent;
}

textarea::-webkit-input-placeholder {color: #1c304b;}
textarea:-moz-placeholder {color: #1c304b;}
textarea::-moz-placeholder {color: #1c304b;}
textarea:-ms-input-placeholder {color: #1c304b;}
textarea:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset;}



