/*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);}
body {
    color: #111;
}
.navTrigger{
	display: none;
}
.notLabel{
	font-size: 1.1em;
	font-family: openSans;
}
.pushPageDown{
	display: none;
}
.fellas{
	display:flex;
	justify-content:center;
	align-items:center;
}
/*Læt nav barinn vera kyrran efst og ná yfir allan skjáinn*/
.navBar{
	list-style: none;
	position: fixed;
	display: block;
	width:100%;
	background-color: rgb(13, 164, 93);
	z-index: 999999999;
}
/*stilli container navlinkanna*/
.navContainer{
	list-style: none;
	display: flex;
  	justify-content: space-between;
    left:0;
    right:0;
    margin: 0 auto;
	width:800px;
	font-family: roboto;
}
/*stilli stýla á navlinkum*/
.navLink{
	padding: 20px 0;
	text-align: center;
	display: block;
	width:100%;
	border-bottom: 5px solid transparent;
	background-color: transparent;
	color:white;
	transition:background 0.3s;
	transition:color 0.3s;
	transition:border 0.3s;
}
.navLink:hover{
	border-bottom: 5px solid rgba(13, 164, 93, 1);
	color:#4E4E4E;
}
.navItem{
	display: inline-block;
}
/*Block sem sér um að stíla mismunadi síðurnar*/
#intro{
	background-image: url("../img/seamless-camouflage-1.png");
	background-size: 400px;
	display: flex;
    flex-direction: column;
	color:#0DA45D;
    padding-top: 70px;
    background-color: white;
}
/*Síðublock lokið*/
/*Stýlar fyrir aðal nafnið*/
.name{
	text-align: center;
	font-size: 4em;
	font-family: geometos;

}
.overlay .title{
	color:white;
}
.page{

}
#intro{
	height:100vh;
	display: flex;
	flex-direction:column;
	flex-align:center;
}
.logo{
	margin:7% 0 3%;
	text-align: center;
	align-self:center;
}
.logo img{
	width:500px;
}
.title{
	padding-top: 2%;
	text-align: center;
	font-size: 2em;
	font-family: geometos
}
/*Hérna koma stýlar eingögnu fyrir formið*/
.form-input{
	display: block;
	width:96%;
	border:0;
	font-size: 1.5em;
	background-color: #0DA45D;
	padding:2%;
	color:white;
	font-family: robotoLight;
	margin:2%;
}
.form-input:focus{
	outline: 0;
}
.formContainer{
	width:800px;
	margin: 5% auto;
}
#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;
}
/*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;  
}
/*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:black;
}
/*Stilli stýla á cheked radio takka*/

/*Þetta eru meiri stýlar fyrir radiotakka*/
.labelControl{
	display: inline-block;
	color:#DCDCDC;
	vertical-align: middle;
	/*padding-top: 3px;*/
}
.radioContainerContainer{
	display: block;
	width:96%;
	border:0;
	font-size: 1em;
	background-color: #0DA45D;
	padding:2%;
	color:white;
	font-family: robotoLight;
	margin:2%;
	display: flex;
	justify-content:space-around;
}
.radioContainer{
	display: inline-block;
}

/*Hér eru sér stýlar fyrir efni á síðuni*/
.contentContainer{
	width:800px;
	margin:2% auto 0;
	font-family: openSans;
	font-size: 1.2em;
	line-height: 1.5em;
}
.contentContainer p {
    margin-top: 10px;
}
.important{
	color: #333;
	/*font-style: italic;*/
	/*text-decoration: underline;*/
}


/*Stýlar fyrir parallax*/
.parallax{
	height: 30vh;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}
.firstImage{
	background-image: url(../img/2.jpg);
}
.thirdImage{
	background-image: url(../img/3.jpg);
}
.fourthImage{
	background-image: url(../img/4.jpg);	
}
.logoImage{
	max-height:50px;
	max-width:auto;
}
.footThing{
	display: inline-block;
	text-align: center;
	padding-bottom:1em;
}
.footerContainer{
	display: block;
	margin:0 auto;
	font-family: robotoLight;
}
.footerContent{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 1em;
}
.footerImage{
	margin:0 auto;
	content:url(../img/logo-footer.svg);
	max-height: 80px;
	max-width: auto;
}
footer{
	display: block;
	padding:3em;
	background-color: rgba(13, 164, 93, 1);
	color:white;
}
.signup{
	min-height: 666px; 
}

/*Styles for the contentlist*/
.contentList{
	list-style: disc;
	width:800px;
	margin:2% auto 0;
	font-family: openSans;
	font-size: 1.2em;
	line-height: 1.5em;
}
.contentListItem{
	list-style: disc;

}
.halfContentList{
	list-style: disc;
	width:400px;
	margin:2% auto 0;
	font-family: openSans;
	font-size: 1.2em;
	line-height: 1.5em;
}
.content{
	width:800px;
	margin:2% auto 0;
	font-family: openSans;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul{
	list-style: disc;
}
/*Þetta er divið sem inniheldur texta, það á að vera semi-transparent bakgrunnur ofaná honum*/
.secondImage{
	background-image: url(../img/1.jpg);
	height:40vh;
	position: relative;
	padding: 4em;
}
.overlay {
	color:white;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
img{
	margin:0;
}
.logoListLink{
	text-align: center;
	margin-top: 2px;
	display: block;
	width:100%;
	border-bottom: 5px solid transparent;
	background-color: transparent;
	color:white;
	transition:background 0.3s;
	transition:color 0.3s;
	transition:border 0.3s;
}
.logoListLink:hover{
	border-bottom: 5px solid rgba(13, 164, 93, 1);
	color:#4E4E4E;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/*Special styles for having one image on the left and text on the right*/
.asideText{
	list-style: disc;
	font-family: openSans;
	font-size: 1.2em;
	line-height: 1.5em;
}
.asideListItem{
	list-style: disc;
}
.center{
	display: inline-block;
	margin:0 auto;
}
a{
	color:#0DA45D;
}
.asideListItem a:visited{
	color:#0DA45D;
}