/*Tek inn öll fontin*/
@font-face {font-family: roboto;src: url(../fonts/roboto/Roboto-Regular.ttf);}
@font-face {font-family: robotoLight;src: url(../fonts/roboto/Roboto-Light.ttf);}
@font-face {font-family: geometos;src: url(../fonts/geometos/Geometos.ttf);}
@font-face {font-family: openSans;src: url(../fonts/openSans/OpenSans-Regular.ttf);}
@font-face {font-family: digital;src: url(../fonts/digitalDisgust/getdigital.ttf);}
.navTrigger{
	background-color: #0DA45D;
	color:white;
	position: fixed;
	width:100%;
	z-index: 9999999999999999999999;
	display: flex;
	justify-content:space-between;
	width: 100vw;
}
.navBar{	
	z-index: 9999999999999999999999;
}
.mobileHidden{
	display: none;
}
#fixThisMobileShit{
	width:100%;
}
.logoImage{
	max-width: 30px;
	transform:translate(10px, 10px);
}
.logoText{
	font-size: 2em;
	padding-left: 8px;
}
.logo{
	margin-top: 20px;
	text-align: center;
}
.mobileLogo{
	max-width: 80vw;
	width:auto;
	height:auto;
}
.logoListLink{
	display: none;
}
.navText{
	font-family: roboto;
	font-size: 2em;
	display: inline-block;
	margin:4%;
}
.navIcon:hover{
	cursor: pointer;
}
nav ul li{
	list-style-type: none;
}
nav ul{
	margin:0;
	padding: 0;
}
.navBar{
	display: none;
	position: fixed;
	background-color: #0DA45D;
	width:100%;
}
.navItem{
	font-family: robotoLight;
	color:white;
	padding: 4%;
	border-bottom:1px solid white;
}
.firstItem{
	border-top: 1px solid white;
}
a{
	text-decoration: none;
}

/*Styles for the content of the website*/
.name{
	font-family: digital;
	text-align: center;
	font-size: 2.5em;
	color:#0DA45D;
}
.title{
	font-family: geometos;
	margin-top:4%;
	text-align: center;
	font-size: 1.5em;
}
.contentContainer{
	padding: 10px;
}
/*Stýlar fyrir form*/
.notLabel{
	font-size: 1.1em;
	font-family: openSans;
}
.form-input{
	display: block;	
	width:90%;
	margin: 0 auto;
	border:0;
	background-color: #0DA45D;
	font-size: 1.5em;
	margin:2%;
	padding: 2%;
	font-family: robotoLight;
	color: white;
}
.form-input:focus{
	outline: 0;
}

#go{
	margin:0 2%;
	display: block;
	border:0;
	font-size: 1.5em;
	background-color: #0DA45D;
	padding:2%;
	color:white;
	font-family: robotoLight;
	margin:2%;
}
#go:hover{
	background-color: #058045;
}
#go:focus{
	outline: 0;
}
#go:active{
	background-color: #006434;
}
/*Custom radio buttons eru versta krabbameinið*/
input[type="radio"] {
  display: none;
}
/*Hide-a alla radio takka*/
input[type="radio"] + label {
  font-family: robotoLight;
  font-size: 1.5em;
}
/*stýlar fyrir labels á radio tökkum*/
input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
/*Færi span tagið yfir radio takkan*/
input[type="radio"] + label span {
  background-color: white;
}
/*stilli default bakrunnslit á radio tökkum*/
input[type="radio"]:checked + label span {
  background-color: black;
  color:white;
}
/*Stilli stýla á cheked radio takka*/

/*Þetta eru meiri stýlar fyrir radiotakka*/
.labelControl{
	display: inline-block;
	color:#DCDCDC;
	vertical-align: middle;
	padding-top: 10px;
}
.radioContainerContainer{
	display: block;
	width:90%;
	border:0;
	font-size: 1em;
	background-color: #0DA45D;
	padding:2%;
	color:white;
	font-family: robotoLight;
	margin:2%;
	display: block;
}
.radioContainer{
	display: block;
}
/*Stýlar sem sjá um að breyta litnum á placeholder texta*/
::-webkit-input-placeholder {
   color: #DCDCDC;
}

:-moz-placeholder { /* Firefox 18- */
   color: #DCDCDC;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #DCDCDC;  
}

:-ms-input-placeholder {  
   color: #DCDCDC;  
}

/*Footer styles*/
footer{
	display: none;
}
/*.footThing{
	display: block;
	text-align: center;
	padding-bottom:1em;
}
.footerContainer{
	font-family: robotoLight;
}
footer{
	padding-top:1em;
	background-color: black;
	color:white;
}
a:visited{
	color:white;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/