/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
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%;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
*, *:before, *:after {
  box-sizing: inherit;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
img {
  display: block;
  margin: 0;
  max-width: 100%;
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

a {
 color: black;
}
p {
  margin-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
strong,
th,
thead td {
  font-weight: bold;
}
cite,
em,
dfn {
  font-style: italic;
}

del {
  color: #666;
  text-decoration: line-through;
}
/*ins,
dfn {
  border-bottom: 1px solid #ccc;
}*/
small,
sup,
sub {
  font-size: 85%;
}
big {
  font-size: 125%;
}
abbr,
acronym {
  text-transform: uppercase;
  letter-spacing: .1em;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  outline: 0 none;
  text-decoration: none;
}
/* Alignments */
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.spaced {
  padding: 35px;
}
.space-v {
  margin: 50px 0;
}
.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.light {
  font-weight: lighter;
}
.relative {
  position: relative;
}
.rounded {
  border-radius: 25px;
}

.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
}
* html .clearboth {
  height: 1%;
}
.clearfix {
  display: block;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.2em;
}
dd {
  margin: 0;
  padding: 0 0 1em 15px;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0;
}

/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8em;
  line-height: 1.3em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: none;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 18px;
}


/* General Styles */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
}
a,
a:visited {
  color: black;
}
/* Buttons */
a.btn {
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px 30px
}
a.btn-sm {
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 25px
}

/* Colors */
.white {
  color: white;
}

.row-grid {
  display: grid;
}
.columns-1-2 {
  grid-template-columns: 1fr 2fr;
}
.columns-1-3 {
  grid-template-columns: 1fr 3fr;
}
.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.columns-2-1 {
  grid-template-columns: 2fr 1fr;
}
.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-gap {
  gap: 2.5em;
}
.grid-gap-m {
  gap: .5em;
}
.grid-center {
  align-items: center;
}
@media only screen and (max-width:64em) {
  .grid-m {
    grid-template-columns: 1fr;
  }
}

.row-flex {
  display: flex;
}
.flex-center {
  align-items: center;
}
.flex-space {
  justify-content: space-between;
}
.flex-gap {
  gap: 2.5em;
}
@media only screen and (max-width:64em) {
  .flex-m {
    flex-direction: column;
    max-width: 100%;
  }
}


/* Containers */
.site-content {
  margin-top: 2.5em;
}

.container {
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 64em) {
  .container {
    padding: 0 15px;
  }
}
.site-branding img {
  margin: 0 auto;
}

/* Main navigation */
.main-navigation {
  margin-top: 50px;
  margin-bottom: 60px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul li {
  margin-bottom: 15px;
  margin-left: 0;
}
.main-navigation ul li a {
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  display: block;
  background: white;
  -webkit-box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.46);
  -moz-box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.46);
  box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.46);
  border-radius: 15px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;

}
.main-navigation li a:hover {
  transform: scale(1.035);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 64em) {
}
