@import url('https://fonts.googleapis.com/css?family=Mozilla+Text');
@import url('https://fonts.googleapis.com/css?family=Mozilla+Headline');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Kode+Mono');
@import url('https://fonts.googleapis.com/css?family=Syne+Mono');
@import url('https://fonts.googleapis.com/css?family=Dongle');

/* font start */

.mozilla-text-<moztext> {
  font-family: "Mozilla Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


.mozilla-headline-<mozhead> {
  font-family: "Mozilla Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.quicksand-<quicksand> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.inconsolata-<inconsolata> {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.jost-<jost> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


.urbanist-<urbanist> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


.bitcount-prop-double-<bitcountdb> {
  font-family: "Bitcount Prop Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}


.bitcount-prop-single-<bitcountsg> {
  font-family: "Bitcount Prop Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}

.turret-road-extralight {
  font-family: "Turret Road", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.turret-road-light {
  font-family: "Turret Road", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.turret-road-regular {
  font-family: "Turret Road", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.turret-road-medium {
  font-family: "Turret Road", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.turret-road-bold {
  font-family: "Turret Road", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.turret-road-extrabold {
  font-family: "Turret Road", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kode-mono-<kodemono> {
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.syne-mono-regular {
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.dongle-regular {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* font end */

.header {
  text-align: center;
  padding: 2%;
}

body {
  background-color: #FFF;
  color: #000;
  font-family: Inconsolata;
  opacity: 0;
  animation: fadeIn 2s forwards;
  line-height: 160%
}

h1 {
  color: #00000;
  font-family:  "Syne Mono", monospace;
  font-size: 40px;
  line-height:1px
}

h2 {
  color: #00000;
  font-family:  "Syne Mono", monospace;
  font-size: 40px;
  line-height:1px
  }
  
h3 {
  color: #00000;
  font-family:  Inconsolata;
  font-size: 24px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

 .column {
  float: left;
}

/* Left and right column */
.column.side {
  width: 20%;
  padding: 2%;
}

/* Middle column */
.column.middle {
  width: 56%;
  padding: 2%;
}
  
 .footer {
  text-align: center;
  position: ;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  min-height: 50px;
}

.page.container {
  position: relative;
  min-height: 100vh;
}

.content.wrap {
  padding-bottom: 2.5rem;    /* Footer height ? what that means (https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/)*/
}


/* unvisited link */
a:link {
  color: #4030F2;;
}

/* visited link */
a:visited {
  color: #4030F2;;
}

/* mouse over link */
a:hover {
  color: #4030F2;;
}

/* selected link */
a:active {
  color: #4030F2;;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #381231;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #381231;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #381231;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: #000;
  text-align: center;
  padding: 2%;
  text-decoration: none;
  font-size: 17px;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #FFF;
  color: blue;
}

 /* Name */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #000; /* Gray border */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  font-family: Inconsolata;
  font-size: 12px;
}

 /* Email */
input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #000; /* Gray border */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  font-family: Inconsolata;
  font-size: 12px;
}

 /* Email */
input[type=message], select, textarea {
  width: 100%; /* Full width */
  height: 200px;
  padding: 12px; /* Some padding */ 
  border: 1px solid #000; /* Gray border */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  font-family: Inconsolata;
  font-size: 12px;
}

/* Style the submit button with a specific background color etc */
button {
  background-color: #4030F2;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-family: Inconsolata;
}

@keyframes fadeIn {
            to {
                opacity: 1;
            }
           }

/* Responsive layout for when the screen is less than 800px wide */
@media (max-width: 800px) {
  h1 { 
  line-height: 1.2; 
  }
  h2 { 
  text-align: right;
  }
  .column.middle, .column.side {
    width: 100%;
    padding: 5%;
    margin-top: 1%;
  }
}
    