* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar-toggler-icon-custom {
  width: 30px;
  height: 3px;
  background-color: #000;
  display: block;
  margin-bottom: 4px;
}

.menu-collapsed {
  display: none;
}

.menu-expanded {
  display: block;
}


.menu {
  padding-top: 100px;
}

p {
  max-width: 400px;
}

.container-fluid {
  padding: 0;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.wrapper {
  height: 100vh;
  /*This part is important for centering*/
  display: grid;
  place-items: center;
}

.typing {
  width: 24ch;
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 2em;
  color: black;
}

@keyframes typing {
  from {
    width: 0
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}


body {
  font-family: Poppins;
}

il {
  padding: 5px;
}

ol,
ul,
dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navbar-nav .nav-item .nav-link {
  transition: transform 0.2s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: black;
  border-radius: 20px;
  transform: scale(1.05);
}

.navbar-nav .nav-item .nav-link:hover {
  color: white;
}


.navbar a:link {
  color: black;
}

.navbar a:visited {
  color: black;
}

.navbar a:active {
  color: black;
}

.navbar ul a:hover {
  background-color: black;
  color: white;
  border: 20px;
  border-radius: 20px;
  padding: 5px;
  transition: background-color .7s;
  /* Animation */
  transition: color .3s;
  /* Animation */
}

.iconmenu img {
  width: 25px;
}

.iconmenu img:hover {
  transition: transform .2s;
  /* Animation */
  transform: scale(1.3)
}

.logomenu:hover {
  transform: scale(1.3);
  transition: transform .2s;
}

.loghicontact img:hover {
  transform: scale(1.3);
  transition: transform .2s;
}


.typing2 {
  width: 9ch;
  animation: typing 2s steps(9), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 2em;
}

.contact img {
  max-width: 50px;
}

.menu .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}




@media only screen and (max-width: 450px) {

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-sm,
  .navbar>.container-md,
  .navbar>.container-lg,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .menu {
    padding-top: 80px;
  }

  img {
    width: 300px;
  }


  .navbar-brand {
    max-width: 15%;
    margin-right: auto;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .menurow {
    margin: 0px;
  }

  body {
    padding-top: 10px;
  }

  .typing {
    width: 24ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 22px;
    color: black;
  }

}

.cm1 {
  background-color: #000;
}

.cm2 {
  background-color: #000
}

.h1works {
  text-align: center;
  color: white;
  font-size: 60px;
}

.pworks {
  text-align: center;
  color: white;
  font-size: 15px;
}

.fc {
  background-color: rgb(0, 0, 0);
  text-align: center;
}

.fi {
  max-width: 100px;
}

.hpc {
  background-color: black;
}

.h1w {
  text-align: center;
  color: white;
  font-size: 60px;
}

.imgw {
  width: 300px;
}

.pw {
  max-width: 500px;
}

.formimg {
  width: 200px;
}

.formh2 {
  padding-top: 20px;
}

.formh4 {
  font-style: italic;
  font-size: 15px;
}

.formcol1 {
  text-align: center;
}

.ln {
  margin-top: 10px;
}

.note {
  height: 300px;
  text-align: center;
}

.fmb {
  margin-bottom: 10px;
}

.sub {
  width: 300px;
}

.ac {
  margin-top: 10px;
}

.loghicontact {
  padding-top: 15px;
}

@media screen and (min-width: 80rem) {
  .container {
    margin: 1em 2em;
  }
}

.container {
  column-count: 3;
}

.container {
  column-width: 10em;
}

.container {
  display: flex;
}

.item {
  flex: 1;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

img,
picture,
video {
  max-width: 100%;
}

html {
  font-size: 1em;
}

h1 {
  font-size: 2rem;
}


@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

h1 {
  font-size: 6vw;
}

h1 {
  font-size: calc(1.5rem + 3vw);
}