/* -----------------------------------------------------------
  Developed by andrej stefanovski;
  andrej@andrejstefanovski.com;
  December 2021;

  0 - Normalize / CSS Reset
  1 - Setup
  2 - Sidebar
  3 - Content
  4 - Footer
  5 - Responsive
----------------------------------------------------------- */

/* -------------------------------------------------------- */
/* 0 - @imports
/* -------------------------------------------------------- */

@font-face {
  font-family: 'EVS';
  font-style: normal;
  src: url('/assets/eaves.ttf') format('truetype');
}
@font-face {
  font-family: 'STH';
  font-style: normal;
  src: url('/assets/south.ttf') format('truetype');
}
@font-face {
  font-family: 'EVSI';
  font-style: italic;
  src: url('/assets/eaves-italic.ttf') format('truetype');
}
/* -------------------------------------------------------- */
/* 0 - CSS Reset
/* -------------------------------------------------------- */

html,
body {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
code,
pre,
img,
sub,
sup,
li,
ol,
ul,
label,
button,
table,
tr,
th,
td {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,ul {list-style: none;}

/* -------------------------------------------------------- */
/* 1 - Setup
/* -------------------------------------------------------- */

html,
body {
  color: rgba(0,0,0,1);
  background: rgba(255,255,255,1);
  border: none;
  font-family: serif;
  font-size: 18px;
}

body {
  height: 100%;
  width: 100%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 10px;
}
/* -------------------------------------------------------- */
/* 2 - Sidebar
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* 3 - Content
/* -------------------------------------------------------- */

#card {
  display: block;
  margin: auto;
  width: 800px;
  height: 360px;
  text-align: center;
  z-index: 1;
}
#snowflake img  {
  position: absolute;
  margin: -180px 0 0 -50px;
  padding: 0;
  width: 500px;
  transform: rotate(-90deg);
  z-index: 1;
}
#title {
  position: absolute;
  margin: 80px 0px 0px 450px;
  text-align: center;
  line-height: 0.9;
  color: #666;
  z-index: 2;
}
#title .evs {
  margin: 0;
  padding: 0;
  font-family: 'EVS', serif;
  font-size: 2.2em;
  font-weight: 100;  
}
#title .sth {
  margin: 0;
  padding: 0;
  font-family: 'STH';
  font-size: 8em;
  font-weight: 500;
}
.btns {
  position: relative;
  display: block;
  margin: auto;
  width: 400px;
  z-index: 2;
}
#btn-2, #btn-3 {
  display: none;
}
.btns a {
  text-decoration: none;
  font-family: 'EVS', serif;
  font-style: italic;
  font-weight: 800;
  font-size: 2.2em;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: white;
}
.btn {
  position: relative;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px;
  text-align: center;
  background: rgba(159,168,173,0.65);
  border-radius: 10px;
  border: 10px solid rgba(159,168,173,0);
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.8;
  cursor: pointer;
}
.btn:hover {
  background: rgba(159,168,173,0.9);
}
.btn svg {
  padding: 20px;
  fill: #9fa8ad;
}
.logos {
  position: relative;
  display: block;
  margin: auto;
  width: 725px;
  z-index: 2;
}
.logo {
  position: relative;
  display: inline-block;
  width: 320px;
  margin: 0 10px;
  padding: 15px 0px 6px 0px;
  text-align: center;
  background: rgba(159,168,173,0.65);
  border-radius: 10px;
  border: 10px solid rgba(159,168,173,0);
  cursor: pointer; 
}
.logo:hover {
  background: rgba(159,168,173,0.9);
}
.logo svg {
  height: 45px;
  text-align: center;
}
#BBBLogo {
  fill: white;
}
#AMZLogo {
  fill: white;
}
/* -------------------------------------------------------- */
/* 4 - Footer
/* -------------------------------------------------------- */

footer {
  display: both;
  clear: both;
  margin-top: 90px;
}
.footer-container {
  margin: auto;
  width: 800px;
  text-align: center;
}
.footer-copyright p {
  color: rgba(159,168,173,0.10);
  font-weight: 500;
  margin-bottom: 3px;
}
.footer-copyright p:hover {
 color: rgba(159,168,173,0.4);
}
/* -------------------------------------------------------- */
/* 4 - Responsive
/* -------------------------------------------------------- */

@media only screen and (max-width: 1020px) {
  .btns {
    width: 800px;
    margin-top: 180px;
  }
  .btns a {
    font-size: 4em;
  }
  .btn {
    margin: 0px 0px 60px 0px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .logos {
    width: 800px;
    margin-top: 180px;
  }
  .logo {
    margin: 0px 0px 60px 0px;
    padding: 30px 0px 20px 0px;
    width: 800px;
  }
  .logo svg {
    height: 100px;
    text-align: center;
  }
  #title {
    margin: 60px 0px 0px 260px;
    text-align: center;
    line-height: 0.9;
  }
  #title .evs {
    margin: 0;
    padding: 0;
    font-size:3.2em;
    font-weight: 100;
  }
  #title .sth {
    margin: 0;
    padding: 0;
    font-size: 13em;
    font-weight: 10;
  }
  #snowflake img  {
    margin: -220px 0 0 -190px;
    width: 600px;
  }
  footer {
  margin-top: 75px;
  }
}
@media screen and (max-width: 1020px) and (max-height: 680px) {
  #card {
    width: 800px;
    height: 425px;
  }
  #title {
    display: none;
  }
  #snowflake img {
    position: absolute;
    margin: -100px 0 0 -200px;
    transform: rotate(180deg);
  }
  .btns { 
    position: absolute;
    margin-top: -405px;
    margin-left: 480px;
    width: 450px;
  }
  .btn {
    margin: 10px 0px 30px 0px;
    padding: 15px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .btns a {
    font-size: 2.2em;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .logos {
    display: block;
    margin: -350px 0px 0px 450px;
    
  }
  .logo {
    display: block;
    width: 450px;
    padding: 15px 0px 6px 0px;
    margin: 0px 0px 60px 0px;
  }
  .logo svg {
    height: 60px;
  }
  footer {
    display: none;
  }
}
/* 2021 andrej stefanovski */
/* andrejstefanovski.com */