﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration: none;
  color:black;
}
a:visited{
  text-decoration: none;
  color:black;
}


/*--------------------------Mitt-Dót-------------------------------------------*/
@font-face{font-family: Roboto; src: url('Roboto-Light.ttf');}
@font-face{font-family: Quicksand; src: url('Quicksand-Regular.otf');}
@font-face{font-family: Raleway; src: url('Raleway-Regular.otf');}
@font-face{font-family: CaviarDreams; src: url('CaviarDreams.ttf');}
@font-face{font-family: Ubuntu; src: url('Ubuntu-L.ttf');}
body {
	 background-color: #DAF685;	
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
header {
  background-color: #6E8D07;
  font-family: Roboto; src: url('Roboto-Light.ttf');
	font-size: 6em;
	text-align: center;
  padding:70px 0 20px 0;
  color:#FFFFFF;
}
input[type="submit"]{
  transition:box-shadow 0.7s,color 0.7s;
}
input[type="submit"]:hover{
  box-shadow: 10px 10px 5px #253100;
  color:#98BE25;
}
.takki{
  font-size: 5em;
  border-radius:10px;
  border:1px solid black;
  margin: 10% 5% 0 5% ;
  width:40%;
  padding:10px 0;
  background-color: #4A5F0B;
  color:#ffffff;
  font-family: CaviarDreams;
}
.containadd{
  clear:both;
}
.containtype{
  clear:both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.kvikmyndir{
  float:left;
}
.tv{
  float:right;
}
.nytt{
  float:left;
}
.nytttv{
  float:right;
}
.mbox{
  width:56%;
  transition:width 0.5s;
  background-color:#BADA55;
  font-size: 3em;
  font-family: ubuntu;
  padding: 10px 0;
  display:block;
  padding:;
}
.mbox:hover{
  width:100%;
}
.letterbox{
  padding:33px;
  background-color:#4C6500;
}
.container{
  margin:5% 45% 0 35%;
}
.username{
  display: block;
}
.password{
  display: block;
}
.login{
  background-color: #BADA55;
  font-family: roboto;
  display: inline-block;
  margin:5%;
}
.label{
  font-family: ubuntu;
  font-size: 5em;
}
.instyle{
   font-size: 3.5em
}
.inn{
  font-size: 5em;
  border-radius:10px;
  border:1px solid black;
  margin: 10% 5% 0 5% ;
  padding:10px 0;
  width:100%;
  background-color: #4A5F0B;
  color:#ffffff;
  font-family: CaviarDreams;
}
nav ul ul {
  display: none;
}

  nav ul li:hover > ul {
    display: inline;
    padding-left: 50px
    text-align: center;
  }


nav ul {
  list-style: none;
  position: relative;
}

  nav ul li {
    float:left;
  }
    
    nav ul li a {
      display: inline;
    }
      
    
  nav ul ul {
    position: absolute;
  }
.navbar{
  font-size: 3.5em;
  font-family: Roboto;
  padding: 0 30px 5px 30px;
  display:inline-block;
  margin:0;
  color:#FFFFFF;
  transition:color 0.5s;
}
.navbar:visited{
  color:#FFFFFF;
}
.navbar:hover{
  color: #BFBFBF
}
.navcontain{
  position: fixed;
  width:100%;
  font-family: raleway;
  background-color:rgba(76, 101, 0, 0.7);
  margin: 0 auto 0 auto;
}
.dropdown{
  padding-top: 3px;  
  position: absolute;
  top:64px;
  left:0;
  width:100%;
  background-color: rgba(76, 101, 0, 0.7);
  font-size:3.5em;
  font-family: raleway;
}
.dditem{
  transition:color 0.5s;
}
.dditem:hover{
  color: #BFBFBF
}
.moveit{
  padding-left:20%;
  border:0 solid black;
}
.request{
  font-size: 5em;
  border-radius:10px;
  border:1px solid black;
  padding:1%;
  background-color: #4A5F0B;
  color:#ffffff;
  font-family: CaviarDreams;
  margin-left:auto;
  margin-right: auto;
}
.requestform{
  width:58%;
  margin:10% auto;
}
.requestaccessform{
  margin:8% 0 0 5%;
    padding:10px 0;
}