/*
Header

Paralax scroll and its Children


*/


@import 'https://fonts.googleapis.com/css?family=Sintony';
 * {
	 box-sizing: border-box;
}
 body {
	 background: #222;
	 padding: 0;
	 margin: 0;
	 font-family: 'Sintony', sans-serif;
	 font-weight: 300;
	 font-size: 13px;
	 text-transform: uppercase;
	 color: #000;
}
 header {
	 background-color: #fff;
	 padding: 0;
	 margin: 0;
}

.whitebox{
	border:1px solid rgb(255, 255, 255);
	background: #fff;
	padding-left: 1em;
	padding-right: 1em;

}

 .section {
	 text-align: center;
	 position: absolute;
	 width: 100%;
	 height: 100vh;
	 letter-spacing: 4px;
	 overflow: hidden;
	 clip: rect(0, auto, auto, 0);
}


img.resize {
	max-width:50%;
	height: auto;
  }


/*TOPNAV----------------------------------------------------------------------------------------*/
.topnav {
	background: linear-gradient(90deg, rgba(0,0,0,1) 5%, rgba(255,149,0,1) 49%, rgba(255,123,0,1) 100%);
	overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
	float: Right;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
	background-color: rgb(0, 0, 0);
	color: rgb(255,149,0);
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
	background-color: #000000;
	color: white;
  }


/*SCROLL AND CHILDREN----------------------------------------------------------------------------------------*/
 .section .fixed {
	 overflow: hidden;
	 position: fixed;
	 top: 50%;
	 left: 50%;
}
 .section .white {
	 color: #fff;
}
 .section:nth-child(1) {
	 background-color: #fff;
	 color: #000; /*adda hvítum every 2 secs*/
	 top: 0;
	 z-index: 1;
}
 .section:nth-child(1) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(2) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: rgb(219, 99, 0);
	 color: #fff;
	 top: 100vh;
	 z-index: 2;
}
 .section:nth-child(2) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(3) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #000000;
	 color: #fff;
	 top: 200vh;
	 z-index: 3;
}
 .section:nth-child(3) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(4) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: rgb(219, 99, 0);;
	 color: #fff;
	 top: 300vh;
	 z-index: 4;
}
 .section:nth-child(4) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(5) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #0a0a0a;
	 color: #fff;
	 top: 400vh;
	 z-index: 5;
}
 .section:nth-child(5) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(6) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #dd6b00;
	 color: #fff;
	 top: 500vh;
	 z-index: 6;
}
 .section:nth-child(6) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(7) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #0a0a0a;
	 color: #fff;
	 top: 600vh;
	 z-index: 7;
}
 .section:nth-child(7) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(8) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #c76000;
	 color: #fff;
	 top: 700vh;
	 z-index: 8;
}
 .section:nth-child(8) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(9) {
	 box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
	 background-color: #0a0a0a;
	 color: #fff;
	 top: 800vh;
	 z-index: 9;
}
 .section:nth-child(9) .fixed {
	 transform: translate(-50%, -50%);
}
 .section:nth-child(10) {
	 /*background-color: rgb(219, 99, 0);*/
   background-image: linear-gradient(rgb(219, 99, 0), rgba(219,99,0,1), rgb(0,0,0));
	 color: #fff;
	 top: 900vh;
	 z-index: 10;
}
 .section:nth-child(10) .fixed {
	 transform: translate(-50%, -50%);
}
 .oop {
	 position: relative;
	 z-index: auto;
	 height: 10px;
	 background: linear-gradient(90deg, rgba(0,0,0,1) 5%, rgba(255,149,0,1) 49%, rgba(255,123,0,1) 100%);
}


/*----------------------------------------------------------------------------------------*/

/*ICONMOON ICONS/FONTS*/
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?uqsnmj');
	src:  url('../fonts/icomoon.eot?uqsnmj#iefix') format('embedded-opentype'),
	  url('../fonts/icomoon.ttf?uqsnmj') format('truetype'),
	  url('../fonts/icomoon.woff?uqsnmj') format('woff'),
	  url('../fonts/icomoon.svg?uqsnmj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-home3:before {
	content: "\e902";
  }
  .icon-quill:before {
	content: "\e907";
  }
  .icon-image:before {
	content: "\e90d";
  }
  .icon-camera:before {
	content: "\e90f";
  }
  .icon-music:before {
	content: "\e911";
  }
  .icon-pacman:before {
	content: "\e916";
  }
  .icon-cart:before {
	content: "\e93a";
  }
  .icon-coin-euro:before {
	content: "\e93c";
  }
  .icon-bubble:before {
	content: "\e96b";
  }
  .icon-user:before {
	content: "\e971";
  }
  .icon-users:before {
	content: "\e972";
  }
  .icon-user-tie:before {
	content: "\e976";
  }
  .icon-switch:before {
	content: "\e9b6";
  }
  .icon-download3:before {
	content: "\e9c7";
  }
  .icon-upload3:before {
	content: "\e9c8";
  }
  .icon-link:before {
	content: "\e9cb";
  }
  .icon-info:before {
	content: "\ea0c";
  }
  .icon-exit:before {
	content: "\ea14";
  }
  .icon-share2:before {
	content: "\ea82";
  }
  .icon-google:before {
	content: "\ea88";
  }
  .icon-facebook:before {
	content: "\ea90";
  }
  .icon-facebook2:before {
	content: "\ea91";
  }
  .icon-instagram:before {
	content: "\ea92";
  }
  .icon-whatsapp:before {
	content: "\ea93";
  }
  .icon-spotify:before {
	content: "\ea94";
  }
  .icon-twitter:before {
	content: "\ea96";
  }
  .icon-youtube2:before {
	content: "\ea9e";
  }
  .icon-twitch:before {
	content: "\ea9f";
  }
  .icon-steam2:before {
	content: "\eaad";
  }
  .icon-tux:before {
	content: "\eabd";
  }
  .icon-windows8:before {
	content: "\eac2";
  }
  .icon-reddit:before {
	content: "\eac6";
  }
  .icon-wikipedia:before {
	content: "\eac8";
  }
  .icon-stackoverflow:before {
	content: "\ead0";
  }
  


  /*COL GRID*/
  /* 6 dálka grid -  Mobile up 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
}
.container {
  padding:1em;
  
}
/* vinnurammi */
.rammi {
  margin: 1em 0;
}
.rammi div{
  border: 1px dotted;
  text-align: center;
}


/* Larger than mobile */
@media screen and (min-width: 30em) {}

/* Larger than phablet (also point when grid becomes active) */
@media screen and (min-width: 37.5em) {
  .col-2,
  .col-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:1em;
  }
  .col-3,
  .col-5,
  .col-6 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:1em;
  }
}

/* Larger than mobile */
@media screen and (min-width: 48em) {
  .col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Larger than tablet */
@media screen and (min-width: 60em) {
  .container {
    max-width: 60em;
    margin: 1em auto;
    padding: 0;
  }
}

/* Larger than Desktop HD */
@media (min-width: 80em) {
  .container {
    max-width: 80em;
  }
}

/* fastir dálkar = .col-nf = fixed */
.col-1f,
.col-2f,
.col-3f,
.col-4f,
.col-5f,
.col-6f {
  display: grid;
  row-gap: 1em;
}
.col-1f {
  grid-template-columns: 1fr;
}
.col-2f {
  grid-template-columns: repeat(2, 1fr);
}
.col-3f {
  grid-template-columns: repeat(3, 1fr);
}
.col-4f {
  grid-template-columns: repeat(4, 1fr);
}
.col-5f {
  grid-template-columns: repeat(5, 1fr);
}
.col-6f {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (min-width:48em) {
  .col-2f, .col-3f, .col-4f, .col-5f, .col-6f {
    gap: 1em;
  }
}

/*------------------------------------TABLE---------------------------*/

tbody tr:nth-child(odd){
    background-color: rgba(0, 0, 0,0.5);
}



.tablecenter{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
    margin-top: 2em;
    width: 70%;
}


@media screen and (max-width: 600px) {
    table{
        width: 70%; /*held að þettta geri ekkert en samt hafa sem "backup"*/
    
    }  

    table thead, table tfoot{
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;

    }

    table tr{
        border-bottom: 3px solid #ddd;
        display: block;
    }

    table td{
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    table td::before{
        content: attr(data-label);
        float: left;
    }
}


.centre {
	text-align: center;
  }
  .right {
	text-align: right;
  }
  .justify {
	text-align: justify;
  }

  
  .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 2.3em;
  padding: 2px 30px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: .8em;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgba(219, 99, 0,0.5);;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #e08700;
  /*border-color: #e08700;*/
  background-color: #000;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #d6671c;
  border-color: #000000; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #000000;
  border-color: #d65600; }


/*FORM________________________________*/

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }


textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #007ca1;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5em;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5em;
  font-weight: normal; }

  /*------------------------ANIMATION-------------------*/

  .box{
    background-color: #e08700;
    margin: 0 auto;
    width: 1000px;
    height: 300px;
    position: relative;
    border-radius: 20px;
    border: 4px solid #000000;
    border-style: dashed;
    overflow: hidden;
    
  }
  
  .box b {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*background-color: #999999;
    box-shadow: inset -5px -5px 5px rgba(0,0,0,.6), 15px 15px 2px rgba(0,0,0,.04); BALL*/
    position: absolute;
    -webkit-animation: moveX 2s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
    -moz-animation: moveX 2s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
    -o-animation: moveX 2s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
    animation: moveX 5s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
  }


  @-webkit-keyframes moveX {
    from { left: 0; } to { left: 480px; }
  }
  @-moz-keyframes moveX {
    from { left: 0; } to { left: 480px; }
  }
  @-o-keyframes moveX {
    from { left: 0; } to { left: 480px; }
  }
  @keyframes moveX {
    from { left: 0; } to { left: 860px; }
  }
  
  @-webkit-keyframes moveY {
    from { top: 0; } to { top: 280px; }
  }
  @-moz-keyframes moveY {
    from { top: 0; } to { top: 280px; }
  }
  @-o-keyframes moveY {
    from { top: 0; } to { top: 280px; }
  }
  @keyframes moveY {
    from { top: 0; } to { top: 270px; }
  }







  .resizeaaaa{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
  }

  .resizeaaaa2{
    width: 100%;
    height: auto;
  }