
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');


* {
  box-sizing: border-box;
}



body {
  margin: 0;
  font-size: 12px;
  background: url(../media/kefback.jpeg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}




.toplogo {
  width: 70%;
}



h1  {
  font-size: 2.5rem;
  color: #295ba7;
}
h2  {
  font-size: 2.5rem;
  color: #295ba7;
  text-decoration: underline;
}
h3{
  font-size: 1.6rem;
  color: #295ba7;
  margin-top:30px;
}

p {
  font-size: 1.5rem;
  color: #295ba7;
}

ul {
  margin-top: 50px;
  list-style-type: none;
  text-align: left;
  font-size: 1.2rem;
  color: #295ba7;
}
ul p {
  margin:0;
  font-size: 1.5rem;
  color: #295ba7;
}

.efriform input{
  width:300px;
}
.efriform select{
  width: 300px;
}

.nedraform input{
  width:300px;
}

.nedraform select{
  width: 300px;
}
.nedraform button{
  width: 300px;
}

.newrows{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
}

.newrows input{
  width:300px;
}

.newrows select{
  width: 300px;
}
.newrows button{
  width: 300px;
}

.linahide {
  display: none;
}

.centerdot {
  width: 90%;
  margin:auto;
}

input[type=text], select {
color: #295ba7;
}

input[type=submit]:hover {
  background-color: #032b5f;
  color: #fff;
}

.form-control {
  background-color: rgba(255,255,255,.8);
}
.form-control:focus {
  background-color: rgba(255,230,250,.8);
  color: #295ba7;
}



.content {
  position: relative;
  width: 100%;
  margin-top:50px;
  margin-bottom: 50px;
}

.imprun {
  font-size: 2rem;
}

.btn-skraning {
  color: #fff;
  background-color: #295ba7;
}

.kort {
  width: 80%;
  border-radius: 20px;
  opacity: .7;
  margin:auto;
  margin-top:20px;
}
.endatakki {
  width: 100%;
  font-size: 1rem;
}
.newrows {
  margin:0;
  padding:0;
}
td {
  border:0;
}
table {
  border-collapse: unset;
}


.hrlina {
  width: 50%;
  height: 1px!important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 25px;
  color: #295ba7;
  background-color: #295ba7;
  border: 0 none;
  opacity: 1;
}

.skraningarform {
  padding-left: 40px;
  padding-right: 40px;
}

.logodiv {
  margin: auto;
  margin-top: 100px;
  text-align: center;
  max-width: 70vw;
  background-color: rgba(255,255,255,.7);
  border-radius: 20px;
}
.contenttext {
  padding: 0 40px;
  text-align: justify;
}
@media only screen and (max-width: 600px){
  #myVideo {
    right: -30%;
    bottom: 0;
    height: 100%;
  }
  .logodiv {
    margin: auto;
    max-width: 100vw;
    border-radius: 0;
  }
  .content {
    margin-top:0;
  }

  h1  {
    font-size: 1.5rem;
  }
  h2  {
    font-size: 1.5rem;
  }
  h3{
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  .imprun {
    font-size: 1.4rem;
  }
  .contenttext {
    padding: 0 10px;
  }
  .skraningarform {
    padding: 0 10px;
  }
  .row {
    --bs-gutter-x: .6rem!important;
  }
  .efriform input {
    margin-top: 10px;
  }
  .hrlina {
    width: 80%;
  }
  .mobiledevide{
    margin-top:25px;
  }
  .linahide {
    display: block;
    margin-top:10px;
    margin-bottom:30px;
  }
  .toplogo {
    margin-top: 20px;
    width: 90%;
  }
  ul p {
    margin:0;
    font-size: 1rem;
    color: #295ba7;
  }

  ul li {
    font-size: 1rem;
  }
  .selectfyrirlidi {
    margin-top: 10px;
  }
}