@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;400;700;900&family=Manrope:wght@400;700&display=swap');

/* FONTS
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Manrope', sans-serif;
*/

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border-style: none;
    line-height: 1.5;
    font-size: 16px;
/*    width: 1362px;*/
/*    margin: 120px 0 120px 0;*/
    background-color: #111118;
    color: #ffffff;
/*    overflow: hidden;  Hide scrollbars */

}

h1 {
  font-size: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.maintenance {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 0;
  /* here as we position our background image on the x and y axis right hand edge on the right hand edge of our box centered vertically */
  background-position: right center;
  /* we can add the text align here in the div instead to h2 and p separetly */
  text-align: center; 
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;

}

.maintenance h1 {
  font-size: 40px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    max-width:100%;
    height:auto;
    position: fixed;
    width: 98%;
}

/*NAVIGATION*/

nav {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    
    

}

a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px 0 5px;
    transition: color 0.2s;
}

a:hover {
    color: #0b40ff;
    
}


li {
    padding: 10px;
}


.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
/*    width: 30px;*/
    height: 60px
}

/*
.pose-menu {
    justify-content: flex-end;
    display: inline-flex;
}

.pose-he {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
*/
}

/*FOOTER*/

footer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0 50px 0;
}


/*iFRAME*/

html, body, header, footer {
      margin: 0;
    }

    iframe {
/*      position: absolute;*/
      height: 99vh;
      width: 100%;
      border: none;
    }

section.cookies-pol { 
	padding:40px;
}

h1.cookies-link {
	padding:40px;
	font-size: 30px;
    align-content: center;
}


/*//for accessibility reasons we can remove the outline. Althouth this blue is very intense.*/

input:focus, textarea:focus {
  border: 2px solid #0b40ff;
  outline: none;

}

button:hover {
  background-color: #0b40ff;
  /* border: 2px solid blue; */
}


/*COOKIES*/

/* COOKIE POPUP STYLES */

.cookie-popup {
  
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;
}
.cookie-popup--short {
  right: none;
  width: 21.875rem; 
}
.cookie-popup--dark {
  background: #000;
  color: #fff;
}
.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;  
}
.cookie-popup--accepted {
  opacity: 0;
}
.cookie-popup a {
  color: #0b40ff;
}
.cookie-popup a:visited {
  color: #0b40ff;
  text-decoration: none;
}
.cookie-popup-actions {
  flex: 1;
  text-align: right;
}
.cookie-popup-actions button {
  color: yellow;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 	0.75rem;
  padding: 0;
  cursor: pointer;
}
.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from { bottom: -6.25rem; }
  to { bottom: 1.25rem; }
}




/* MEDIA QUERIES */

@media (max-width: 1490px) {

  body {
    width: 100%;
    /* height: auto; */
/*    margin: 80px 64px 80px 64px;*/

  }
    
    header {
/*        margin: 10px 64px 10px 64px;*/
    }

  h1 {
    font-size: 20px;
  }


nav {
  /* font-size: 20px; */
/*  margin: 0 20px 0 20px;*/
    padding: inherit;
}

}

@media (max-width: 920px) {
  header {
    
/*    margin: 10px 30px;*/
  }

/*
  nav {
    margin: 0 10px 0 10px;
  }
*/

h1 {
    font-size: 20px
        
    }

/*
  header img {
    max-width: 120px;
  }
*/
  section {
    /* display: block; */
  }

}

@media (max-width: 620px) {
  section {
    grid-template-columns: repeat(4, 1fr);
    display: block;
    /* gap: 24px 24px */
  }
    
    header {
        flex-direction: column;
        position: static;
/*        background-color: black;*/
    }

  section.tagline h1,
  section.projects div.photo,
  section.projects img,
  section.projects div.label
  section.contact div.form {
    grid-column: 1 / span 4;
  }
  img {
    width: 100%;
  }
    nav {
/*        background-color: black;*/
    }
}

/* @media screen and (max-width: 600px) {
    .main-nav {
        font-size: 0.5em;
        padding: 0;
    }
} */

@media (max-width: 500px) {

 }

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */