.fixed-header, .fixed-footer{
  position: fixed;
/*  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  */
  background-color: #05c;
  width: 100%;
  padding: 0;
  color: black;
}
.fixed-header{
    top: 0;
    height: 100px;
}
.fixed-footer{
  height: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: 0;
}
.wrapper-footer {
  padding: 0;
  text-align: center;
  color: #ccc;
}
.container{
    width: 80%;
    margin: 0 auto; /* Center the DIV horizontally */
}

.bodyimg {
  display: block;
  margin: 14px auto;
  width: 40%;
}

nav a{
    color: #048;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}

/* {
  margin: 0;
  padding: 0;
}
*/

body{
    padding-top: 100px;
    padding-bottom: 20px;
    height: 100%;
    background-color: #ddd;
    font-family: "Lato", sans-serif;
    margin: 0px;
}

html {
  height: 100%;
  background-color: #ddd;
  font-family: "Lato", sans-serif;
  margin: 0px;
}

/* #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #05c;
}
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-color: #05c;
}
#content {
  margin-top: 100px;
    position: fixed;
    top: 100px;
    bottom: 100px;
    left: 0;
    right: 0;
    background-color: #ccc;
    overflow: auto;
} */

nav {
  /* z-index: 10000; */
  position: fixed;
  top: 20px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.login {
  top: 200px;
  width: 80%;
  text-align: center;
  justify-content: space-between;
  margin: auto;
  /* display: flex; */
}

.center-logo {
  text-align: center;
  align-content: center;
}

.section-default {
  display: block;
  justify-content: space-between;
}

.signupsuccess {
  text-weight: bold;
  text-color: green;
  justify-content: space-between;
}

ul {
  height: 60px;
  margin: 0;
  padding-left: 25px;
  text-transform: uppercase;
}

ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 60px;
}

form {
  width: 80%;
  height: 60px;
  font-size: 0.8em;
  position: 20px;
  align-self: left;
  margin-right: 15px;
  margin: auto;
}

form input {
  width: 60%;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 40px;
  margin: auto;
}

ul li a {
  display:  block;
  text-decoration: none;
  font-size: 1.0em;
  font-family: arial;
  color #1e1e1e;
  padding: 0 15px;
  margin: auto;
}

ul li a:hover {
  color: blue;
  background: #ff4;
}

h1 {
  font-size: 2.5em;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 5px;
  align-self: center;
  align-content: center;
  justify-content: space-between;
}

h2 {
  font-size: 1.25em;
  padding: 0;
  margin: 0;
  bottom: 0;
  /* text-align: center;
  margin: auto;
  width: 100%;
  align-self: center;
  align-content: center;
  justify-content: space-between; */
}

h3 {
  font-size: 1.2em;
  text-align: center;
  margin: auto;
  width: 100%;
  align-self: center;
  align-content: center;
  justify-content: space-between;
}

table {
  /* border: 1px solid black; */
  width: 60%;
  padding: 0;
  margin: auto;
  background-color: #fff;
  text-align: left;
}

.loginerror {
  text-color: red;
}

.contacts {
  float: inherit;
  width: 80%;
  text-align: justify;
}

.login {
  float: inherit;
  align-content: center;
  width: 80%;
  text-align: left;
}
.ansokan {
  float: none;
  width: 70%;
  text-align: center;
  align-self: center;
  align-content: center;
  margin: auto;
  justify-content: space-between;
}

table th {
  /* border: 1px solid black; */
  padding: 20;
  /* font-weight: normal;
  margin: auto; */
  height: 23px;
  top: 25px;
  align-self: left;
}

table td {
  /* border: 1px solid black; */
  padding: 0;
  margin: auto;
  height: 23px;
  top: 25px;
}

table td input {
  width: 90%;
  padding: 0;
  margin: auto;
  height: 23px;
  top: 25px;
}

table td textarea {
  width: 90%;
  padding: 0;
  margin: auto;
  height: 60px;
  top: 25px;
}

table button {
  text-align: center;
  margin: auto;
  height: 23px;
  top: 25px;
  padding: auto;
}

.facebook-logo {
  display: block;
  margin: 14px auto;
  height: 32px;
  width: 32px;
}

.wrapper-main {
  float: center;
  align-items: flex-start;
  top: 100px;
}

.right-wrapper {
  float: right;
  display: float;
  float: right;
  line-height: 60px;
 }
  /* padding: 0;
  margin: 0;
  display: block;
  align-self: center;
  background-color: #fff;
  padding-top: 18px;
}

.right-wrapper {
  float: right;
  display: float;
  float: right;
  line-height: 60px;
 }

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

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 38px;
}

.nav-wrapper > .left-side > div {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-link-wrapper {
  height: 22px;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}

.active-nav-link {
  border-bottom: 1px solid black;
}

.active-nav-link a {
  color: black !important;
}

.nav-link-wrapper a {
  color: #8a8a8a;
  text-decoration: none;
  transition: color 0.5s;
}

.nav-link-wrapper:hover {
  border-bottom: 1px solid black;
}

.nav-link-wrapper a:hover {
  color: black;
}

.portfolio-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-item-wrapper {
  position: relative;
}

.portfolio-img-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
}

.img-text-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.img-text-wrapper .subtitle {
  transition: 1s;
  color: transparent;
}

.image-blur {
  transition: 1s;
  filter: brightness(10%);
}

.img-text-wrapper:hover .subtitle {
  color: lightseagreen;
  font-weight: 600;
}

.logo-wrapper img {
  width: 50%;
  margin-bottom: 20px;
}

.two-column-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.profile-image-wrapper img {
  width: 100%;
}

.profile-content-wrapper {
  padding: 30px;
}

.profile-content-wrapper h1 {
  color: lightseagreen;
}
*/
