/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

@font-face {
  font-family: "Albra";
  src:
    url("../fonts/AlbraBold.woff2") format("woff2"),
    url("../fonts/AlbraBold.woff") format("woff"),
    url("../fonts/AlbraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra";
  src:
    url("../fonts/AlbraBlack.woff2") format("woff2"),
    url("../fonts/AlbraBlack.woff") format("woff"),
    url("../fonts/AlbraBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra";
  src:
    url("../fonts/AlbraLight.woff2") format("woff2"),
    url("../fonts/AlbraLight.woff") format("woff"),
    url("../fonts/AlbraLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Semi";
  src:
    url("../fonts/AlbraSemi.woff2") format("woff2"),
    url("../fonts/AlbraSemi.woff") format("woff"),
    url("../fonts/AlbraSemi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra";
  src:
    url("../fonts/AlbraMedium.woff2") format("woff2"),
    url("../fonts/AlbraMedium.woff") format("woff"),
    url("../fonts/AlbraMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra";
  src:
    url("../fonts/AlbraRegular.woff2") format("woff2"),
    url("../fonts/AlbraRegular.woff") format("woff"),
    url("../fonts/AlbraRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Text";
  src:
    url("../fonts/AlbraTextBold.woff2") format("woff2"),
    url("../fonts/AlbraTextBold.woff") format("woff"),
    url("../fonts/AlbraTextBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Text";
  src:
    url("../fonts/AlbraTextLight.woff2") format("woff2"),
    url("../fonts/AlbraTextLight.woff") format("woff"),
    url("../fonts/AlbraTextLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Text";
  src:
    url("../fonts/AlbraTextBlack.woff2") format("woff2"),
    url("../fonts/AlbraTextBlack.woff") format("woff"),
    url("../fonts/AlbraTextBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Text Semi";
  src:
    url("../fonts/AlbraTextSemi.woff2") format("woff2"),
    url("../fonts/AlbraTextSemi.woff") format("woff"),
    url("../fonts/AlbraTextSemi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Text";
  src:
    url("../fonts/AlbraTextMedium.woff2") format("woff2"),
    url("../fonts/AlbraTextMedium.woff") format("woff"),
    url("../fonts/AlbraTextMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albra Text";
  src:
    url("../fonts/AlbraTextRegular.woff2") format("woff2"),
    url("../fonts/AlbraTextRegular.woff") format("woff"),
    url("../fonts/AlbraTextRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
    Taken From : http://serenedestiny.com/blog/web-development/lets-create-the-perfect-css-reset; 
    Reset all your HTML Element to condition zero.
*/

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}

textarea {
  overflow: auto;
  margin: 0;
}
input {
  border: 0px solid white;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* global
----------------------------------------------------------------------------------------------*/
a {
  color: #29308e;
  text-decoration: none;
  outline: none;
}
a:hover {
  cursor: pointer;
  color: #333333;
}

p {
  margin: 1px 0 15px;
  line-height: 20px;
}
input,
textarea,
select {
  font-size: 12px;
  font-family:
    arial,
    tahoma,
    times new roman;
  border: none;
  border: 1px solid #d8d8d8;
  padding: 4px;
  margin: 0;
  color: #666;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
th {
  font-weight: normal;
}

.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.clear {
  clear: both;
  padding: 0;
  margin: 0;
}
.before_clear:before,
.after_clear:after {
  content: "";
  display: block;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: normal;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
