@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

body {
    background-color: #f1f1f1;
    margin: 0px;
}

#mail {
    color: white;
    background-color: black;
    padding: 5px;
    text-decoration: none;
    transition: 0.3s ease-in-out 0s;
}

#mail:hover {
    color:black;
    background-color: white;
    transition: 0.3s ease-in-out 0s;
}

h1 {
    padding-left: 25px;
    display:inline-block;
        margin-bottom: 0px;
    margin-top: 0px;
     font-size: 48px;
/*    background-color: white;

    padding-top: 10px;
        padding-bottom: 10px;
                width: 50%; margin-left: auto; margin-right: auto;*/
}  

header {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-form {
    text-align: right;
}

.signbtn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    font-family: 'Inter var', sans-serif;
    font-size: 15px;
    color: white;
    background: #1d1d1f;
    border: none;
    transition: 0.3s ease-in-out 0s;
    height: 79px;
}

.signbtn:hover {
    background-color: #000000;
    cursor: pointer;
    transition: 0.3s ease-in-out 0s;
}
.signbtn:active {
    transform: scale(0.95);
    transition: 0.3s ease-in-out 0s;
}
#navbar {
    overflow: hidden;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.sticky + main {
  padding-top: 60px;
}
ul{
    padding: 0;
    list-style: none;
    background: #1d1d1f;
    transition: 0.3s ease-in-out 0s;
    text-align: center;
    margin-block-end: 0px;
    margin-block-start: 0px;
}
ul li{
    display: inline-block;
    position: relative;
    line-height: 35px;
    text-align: left;
    transition: 0.3s ease-in-out 0s;
}
ul li a{
    display: block;
    padding: 8px 25px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-in-out 0s;
}

.home {
    font-weight: bold;
}
ul li a:hover{
    color: #fff;
    background: #808080;
    transition: 0.3s ease-in-out 0s;
}


.contact {    
    margin-left: auto; 
    margin-right: auto;
    width: 50%;
    
}

.header {
    width: 50%;
    margin: 50px auto 0px;
    color: white;
    background: #1d1d1f;
    text-align: center;
    border: 1px solid #000000;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
}

form {
    width: 50%;
    margin: 0px auto;
    padding: 20px;
    border: 1px solid #1d1d1f;
    border-radius: 0px 0px 10px 10px;
}

.input-group {
    margin: 10px 0px 10px 0px;
}

.input-group label {
    display: block;
    text-align: left;
    margin: 3px;
}

.input-group input {
    height: 30px;
    width: 93%;
    padding: 5px 10px;
    font-family: 'Inter var', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
}

.input-group textarea {
    height: 30px;
    width: 93%;
    padding: 5px 10px;
    font-family: 'Inter var', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
}

.btn {
    width: 20%;
    padding: 15px;
    font-family: 'Inter var', sans-serif;
    font-size: 15px;
    color: white;
    background: #1d1d1f;
    border: none;
    border-radius: 5px;
    transition: 0.3s ease-in-out 0s;
}

.btn:hover {
    background-color: #000000;
    cursor: pointer;
    transition: 0.3s ease-in-out 0s;
}
.btn:active {
    transform: scale(0.95);
    transition: 0.3s ease-in-out 0s;
}

.error {
    width: 92%;
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #a94442;
    color: #a94442;
    background: #f2ddede;
    border-radius: 5px;
    text-align: left;
}

main {
    height: 800px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 1em;
}

hr {
    margin: 0px;
}


.footer {
 position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
    height: 75px;
    background-color: #1d1d1f;
    text-align: center;
}



form {
    width: 50%;
    margin: 0px auto;
    padding: 20px;
    border: 1px solid #1d1d1f;
    border-radius: 0px 0px 10px 10px;
    background-color: #f1f1f1;
}
.footer-text {
    margin: 0px;
    padding-top: 26px;
    color: white;
}
* {box-sizing: border-box;}

/* 
.container {
  padding: 16px;
}


.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: #a9a9a9;
  padding-top: 50px;
}



hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 

.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

*/

.login {
    margin-top: 5px;
    width: 15%;
    padding: 0;
    border: none;
    position: absolute;
    top: 0px;
    right: 25%;
    background-color: white;
}

.login-btn {
    
    width: 25%;
    padding: 5px;
    font-family: 'Inter var', sans-serif;
    font-size: 16px;
    color: white;
    background: #1d1d1f;
    border: none;
    border-radius: 5px;
    transition: 0.3s ease-in-out 0s;
}

.login-btn:hover {
    background-color: #000000;
    cursor: pointer;
    transition: 0.3s ease-in-out 0s;
}
.login-btn:active {
    transform: scale(0.95);
    transition: 0.3s ease-in-out 0s;
}

.login-input-group {
    margin: 10px 0px 10px 0px;
    display: inline;
}

.login-input-group label {
    text-align: left;
    margin: 3px;
}

.login-input-group input {
    height: 30px;
    width: 35%;
    padding: 5px 10px;
    font-family: 'Inter var', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
}

@media screen and (max-width: 1450px) and (min-width: 1000px){

    header {text-align: left;}
    
    h1 { padding-left: 30px;}
    
    .login { width: 25%;}

}







 






@media screen and (max-width: 1000px) {
    .header {
    width: 100%;

}

form {
    width: 100%;

}

.btn {
    width: 50%;
}

main {
    width: 100%;
}

h1 {
    font-size: 2em;

}

.login {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: static;
}
.login-input-group {
    margin: 10px 0px 10px 0px;
    display: block;
}

.login-input-group input {
    width: 90%;
}

header {
    width: 100%;
}

}