
html {
    height: 100%;
    width: 100%;
  }


	h1, h2 {
    color: #005377;
	text-shadow: 1px 1px black;
	text-transform: uppercase;
	}

	#logoOgTekst {
	justify-content: center;
	align-items: center;
	background-color: #005377;
	}

	p {
    font-family: Calibri, sans-serif;
	text-align: justify;
	line-height: 1.7;
    }

	footer p{
	background-color: #005377;
	color:white;
	font-family: Calibri, sans-serif;
	padding:2em;
	text-decoration: none;
	line-height: 1em;
	}
	
	.midtstilt65{
	display: block;
	margin: auto;
	width: 65%;
	margin-top: 10%;
	margin-bottom: 10%;
	}
	
	.tilHoeyre{
	display:block;
	text-align:right;
	margin-right:20%;
	}
	
	.smallPhotosMobile {
	float : right;
	padding: 10px;
	}
	
@media only screen and (orientation: portrait) {

	.desktopSize{
	display:none;
	}

	.inline{
	display: inline;
	vertical-align: middle;
	}
	
    .menu-button {
	font-size: 30px;
	font-family:verdana;
	border: 2px solid black;
	border-radius: 5px;
	margin: auto;
	position: absolute;
	top: 40px;
	right: 2px;
	transform: translate(-50%, -50%);
    }

    .menu-content {
      display: none;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      border-radius: 5px;
      padding: 2px;
      width: 200px;
	position: absolute;
	top: 20px;
	right: 2px;
	z-index: 1;
    }

    .menu-content a {
      display: block;
      padding: 8px;
      color: #333;
      text-decoration: none;
     z-index: 1;
    }

    .menu-content a:hover {
      background-color: #f1f1f1;
    }


	.vesselMobile {
	width : 100%;
	}




	#introVideoVertical{
	z-index: -1;
	position: relative;
	text-align: left;
	color: white;
	}

	.bottom-left {
	position: absolute;
	bottom: 10%;
	left: 16px;
	font-size: 20px;
	z-index:1;
	white-space: pre-wrap;
	font-family: Calibri, sans-serif;
  	}
	
	#menu-button {
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	}

	#dropdown-menu {
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	margin-top: 5px;
	width: 150px;
	display: none;
	}

	#dropdown-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

	#dropdown-menu li {
	border-bottom: 1px solid #eee;
	}

	#dropdown-menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: black;
	}

	#dropdown-menu li a:hover {
	background-color: #f0f0f0;
	}

	hr{
	color: #65A7D7
	}

}

@media only screen and (orientation: landscape) {

	.vesselMobile{
	display:none;
	}

	.desktopSize{
	width: 100%;
	}


	#logoOgTekst {
	justify-content: center;
	align-items: center;
	background-color: #005377;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	}

	.menu-button{
	display:none;
	}

	.remove {
	display: none;
	color:red;
	}
	
	.inline{
	display: inline;
	vertical-align: middle;
	}
	
	.menu-content a {
    display: inline-block;
    padding: 8px;
    color: #333;
    text-decoration: none;
    z-index: 1;
	color:white;
    }

	.menu-content {
	text-align:right;
	text-transform:capitalize;
	margin-right: 20px;
	}
	
	#introVideoVertical{
	z-index: -1;
	position: relative;
	text-align: left;
	color: white;
	}
	
	.bottom-left {
	position: absolute;
	bottom: 10%;
	left: 16px;
	font-size: 3em;
	z-index:1;
	white-space: pre-wrap;
	font-family: Calibri, sans-serif;
  	}
	

}

