body{
    background-color: gray;
    padding: 0;
    overflow: hidden;
}
/*
    Menuiš
*/
.headerTransparent{
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    transition: all 0.3s;
}
.headerTransparent nav{
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
}
.headerTransparent:hover{
    background-color: green;
}
.headerTransparent a{
    color: white;
    font-size: 2em;
    padding: 20px;
    text-decoration: none;
}

.headerTransparent ul{
    list-style: none;
    height: 55px;
}
.headerTransparent li{
    display: inline;
}
.headerTransparent a:hover{
    cursor: default;
    color: black;
    background-color: white;
}

.header{
    background-color: green;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    transition: all 0.3s;
}
.header nav{
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
}
.header a{
    color: white;
    font-size: 2em;
    padding: 20px;
    text-decoration: none;
}

.header ul{
    list-style: none;
    height: 55px;
}
.header li{
    display: inline;
}
.header a:hover{
    cursor: default;
    color: black;
    background-color: white;
}


/*
    Heim
*/

.heimArticleBackground{
    background-image: url("img/background.jpg");
    background-position: -400px -200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heim{
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(0);
    background-image: url("img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: all 0.7s;
}
.heimBlur{
    position: absolute;
    top: 200px;
    left: 400px;
    filter: blur(3px);
    width: 1000px;
    height: 500px;
    opacity: 1;
    transition: all 0.3s;
}
.heim article{
  position: absolute;
  width: 1000px;
  height: 500px;
  top: 200px;
  left: 400px;
}
.heim p{
    color: white;
    font-family: Arial;
}
.heim h2{
    color: white;
    font-family: Arial;
}
.heimLeft{
    float: left;
}
.heimRight{
    float: left;
    width: 40%;
}
.heimImg{
    border-radius: 200px;
    margin: 30px 50px;
}

.heimHidden{
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-200px);
    background-image: url("img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.7s;
}
.heimHidden article{
  position: absolute;
  width: 1000px;
  height: 500px;
  top: 200px;
  left: 400px;
}
.heimHidden p{
    color: white;
}
.heimHidden p{
    color: white;
    font-family: Arial;
}
.heimHidden h2{
    color: white;
    font-family: Arial;
}

/*
    Verkefni
*/

.verkefni{
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    height: 100vh;
    transition: all 0.7s;
    opacity: 1;
    background-color: gray;
}
.verkefni img{
    position: relative;
    width: 750px;
    height: 450px;
    left: 250px;
    top: 170px;
    transition: all 0.7s;
}
.verkefni img:hover{
    box-shadow: 7px 7px 5px rgb(38, 38, 38);
    width: 772.5px;
    height: 463.5px;
    left: 235px;
    top: 161px;
}
.vekefniOpen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.7s;
    opacity: 1;
    background-color: gray;
}
.vekefniOpen img{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    transition: all 0.7s;
}
.verkefniHidden{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(-200px);
    width: 100%;
    height: 100vh;
    transition: all 0.7s;
    opacity: 0;
    background-color: gray;
}
.verkefniHidden img{
    position: relative;
    width: 750px;
    height: 450px;
    left: 250px;
    top: 170px;
    transition: all 0.7s;
}
.vekefniNav1{
    position: absolute;
    left: 200px;
    top: 100px;
}
.vekefniNav1 ul{

}
.vekefniNav1 li{
    display: inline;
    margin-right: 50px;
}
.vekefniNav1 a{
    background-color: green;
    font-size: 1.7em;
    padding: 5px;
    color: white;
    transition: 0.3s all;
}
.vekefniNav1 a:hover{
    cursor: default;
    background-color: darkgreen;
}
.vekefniNav1 a:active{
    background-color: black;
}
.vekefniNav2{
    position: absolute;
    left: 10px;
    top: 160px;
}
.vekefniNav2 li{
    list-style: none;
    margin: 10px 0;
}
.vekefniNav2 a{
    background-color: green;
    font-size: 1.7em;
    padding: 5px;
    color: white;
    transition: 0.3s all;
}
.vekefniNav2 a:hover{
    cursor: default;
    background-color: darkgreen;
}
.vekefniNav2 a:active{
    background-color: black;
}
/*
    Kort
*/
.kort{
    opacity: 1;
    transition: all 0.7s;
}
.kort iframe{
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    transition: all 0.7s;
}
.kortHidden{
    opacity: 0;
    transition: all 0.7s;
}
.kortHidden iframe{
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(-200px);
    transition: all 0.7s;
}

/*
    Myndbönd og hljóšskrįr 
    (žaš heitir video af žvķ aš fyrst ętlaši ég aš vera meš hljóšskrįrnar annars stašar)
*/

.video{
    transform: translateY(0);
    opacity: 1;
    transition: all 0.7s;
}
.video iframe{
    position: relative;
    left: 35%;
    top: 200px;
}
.video p{
    color: white;
}
.video div{
    position: relative;
    left: 35%;
    top: 300px;
    width: 600px;
}
.video video{
    position: relative;
    left: 35%;
    top: 400px;
    width: 560px;
    height: 315px;
}
.videoHidden{
    transform: translateY(-200px);
    opacity: 0;
    transition: all 0.7s;
}
.videoHidden iframe{
    position: relative;
    left: 35%;
    top: 200px;
}
.videoHidden p{
    color: white;
}
.videoHidden div{
    position: relative;
    left: 35%;
    top: 300px;
    width: 600px;
}
.videoHidden video{
    position: relative;
    left: 35%;
    top: 400px;
    width: 560px;
    height: 315px;
}

/*
    Stundatafla
*/

.stundatafla{
    opacity: 1;
    transition: all 0.7s;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(0);
    background-color: rgb(200, 200, 200);
}
.stundatafla article{
    display: flex;
    width: 500px;
    height: 20px;
    margin: 150px auto 0 auto;
}
.stundatafla div{
    width: 100px;
    padding: 4px;
    content: "";
    display: table;
}
.stundatafla div::after{
    clear: both;
}
.stundatafla aside{
    height: 60px;
    padding: 3px;
    margin: 1px 0;
    width: 100px;
}
.stundatafla section{
    height: 60px;
    width: 100px;
    background-color: #aabb37;
    padding: 3px;
    margin: 1px 0;
    border: solid #8c9a2e 2px;
    transition: all 0.3s;
}
.stundatafla section:hover{
    background-color: #768226;
    cursor: default;
}
.stundataflaHidden{
    opacity: 0;
    transition: all 0.7s;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-200px);
    background-color: rgb(200, 200, 200);
}
.stundataflaHidden article{
    display: flex;
    width: 500px;
    height: 20px;
    margin: 150px auto 0 auto;
}
.stundataflaHidden div{
    width: 100px;
    padding: 4px;
    content: "";
    display: table;
}
.stundataflaHidden div::after{
    clear: both;
}
.stundataflaHidden aside{
    height: 60px;
    padding: 3px;
    margin: 1px 0;
    width: 100px;
}
.stundataflaHidden section{
    height: 60px;
    width: 100px;
    background-color: #aabb37;
    padding: 3px;
    margin: 1px 0;
    border: solid #8c9a2e 2px;
}
.stDagur{
    background-color: #aabb37;
    width: 100px;
    height: 30px;
    padding: 3px;
    border: solid #8c9a2e 2px;
}
.stDagur p{
    padding: 0;
    margin: 0;
    color: #494a49;
}
.stTimi{
    font-size: 10px;
    color: #494a49;
    margin: 1px 0;
}
.stNafn{
    color: #494a49;
    margin: 1px 0;
}
.stStofa{
    font-size: 12px;
    color: #494a49;
    margin: 1px 0;
}

/*
    Annaš
*/

.sida{
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}