@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
  background-color:#F5F5F5;
}

iframe {
	border:none;
}

/*NAVIGATION BAR*/

ul#menu li {
	display:inline;
	float:left;
}

.navlink {
	display:block;
	color:white;
	text-align:center;
	font-size:1.3em;
	text-transform: uppercase;
	padding:2em;
	font-family:"Open Sans", sans serif;
	font-weight:400;
}

a.navlink:hover {
	color:#DFA67B;
}

ul#menu {
	position:relative;
	z-index:1;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.navlink {
		font-size:1.2em;
		padding:.8em;
	}
}

@media screen and (max-width: 550px) {
	.navlink {
		font-size:.8em;
		padding:.5em;
	}
}

@media screen and (max-width: 325px) {
	.navlink {
		font-size:.5em;
		padding:.3em;
	}
}

.overlay-nav {
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	overflow:hidden;
}

/* OVERLAY VIDEO */

.video-container {
  position: relative;
	background-color:#DFA67B;
	overflow:hidden;
}

.video-container video {
	position:relative;
  	height: auto;
  	vertical-align: middle;
  	width: 100%;
	border:none;
	box-shadow:none;
}


.overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
	padding:10px;
	margin-left:5%;
}

/* TITLES AND PARAGRAPHS */

p {
	color: #313131;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
	line-height: 1.7rem;
	padding:0.7em;
}

a {
	color: #ffe4b5;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	line-height: 1.7rem;
	text-decoration: none;
}

a:hover {
	color:white;
}

h1 {
	color: white;
	font-family: "Josefin Sans", sans-serif;
	font-size: 5.5vw;
	text-align: center;
}

h2 {
	font-family: "Josefin Sans", sans-serif;
	color: #DFA67B;
	font-size: calc(12px + 3vw);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-weight:800;
}

h3 {
	font-family: "Josefin Sans", sans-serif;
	color: #313131;
	font-size: calc(12px + 3vw);
	text-align: center;
	text-transform: uppercase;
	font-weight:400;
}

h4 {
	font-family: "Josefin Sans", sans-serif;
	color:#DFA67B;
	font-size: calc(10px + 2vw);
	text-align: left;
	margin-top:0.9rem;
	margin-left:1rem;
	margin-bottom:0.2rem;
	font-weight:800;
}

h5 {
	font-family: "Josefin Sans", sans-serif;
	color: #313131;
	font-size: calc(12px + 1vw);
	text-align: center;
	text-transform: uppercase;
	font-weight:400;
}

/* HEADER */

.header {
	margin-top:2em;
	margin-bottom:3em;
}

.content {
  margin: 0 auto;
  width: 80%;
}

#production {
	margin-top:1em;
}

/* SOCIAL MEDIA LOGOS */

#socialmedia {
	text-align: center;
	margin:10px;
	margin-top:2em;
	margin-bottom:2em;
}

#facebooklogo {
	padding:0.7em;
	height: auto;
	width: 7%;
	min-height: 20px;
	min-width: 20px;
}

.sociallogo {
	padding:0.7em;
	height: auto;
	width: 7%;
	min-height: 20px;
	min-width: 20px;
	margin-left:5%;
}

@media screen and (max-width:400px) {
	#socialmedia {
	text-align: center;
	margin:10px;
	margin-top:2em;
	margin-bottom:2em;
	}

	#facebooklogo {
	padding:0.2em;
	height: auto;
	width: 10%;
	min-height: 20px;
	min-width: 20px;
	}

	.sociallogo {
	padding:0.2em;
	height: auto;
	width: 10%;
	min-height: 20px;
	min-width: 20px;
	margin-left:5%;
	}
}

#aboutlink {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
	line-height: 1.7rem;
	color:#DFA67B;
}

a#aboutlink:hover {
	color:#ffe4b5;
}

/* MUSIC */

#audio {
	width:100%;
	text-align:center;
	margin:auto;
	margin-top:2.5em;
	background-color:#DFA67B;
	padding-bottom:2em;
}

#audiotitle {
	color:#F5F5F5;
	padding-top:1em;
}

a#purchaseemail {
	color:#F5F5F5;
	font-size:calc(12px + 1vw);
}

a#purchaseemail:hover {
	color:#ffe4b5;
}

#musicimages {
	margin-top:2em;
}

.cdcover {
	object-fit: cover;
	width:250px;
	height:250px;
}

@media screen and (max-width:525px) {
	.cdcover {
	object-fit: cover;
	width:200px;
	height:200px;
	}
}

@media screen and (max-width:425px) {
	.cdcover {
	object-fit: cover;
	width:150px;
	height:150px;
	}
}

@media screen and (max-width:325px) {
	.cdcover {
	object-fit: cover;
	width:100px;
	height:100px;
	}
}

/* VIDEOS */

#videos {
	width:100%;
	margin:0 auto;
	margin-top:3em;
	text-align:center;
}

#videoborder {
	margin-top:2em;
	text-align:center;
}

.smallvideocontainer {
	position:relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px; 
	height: 0;
	overflow: hidden;
	margin-top:1em;
	text-align:center;
}

.videosframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align:center;
}

/* COLLAPSIBLE VIDEO BUTTON*/

.collapsible {
	width:100%;
	padding:20px;
	margin-top:1em;
	margin-bottom:1em;
	outline:none;
	border:none;
	background-color:#f5f5f5;
	display:block;
	font-family: "Josefin Sans", sans-serif;
	color: #313131;
	font-size: calc(12px + 3vw);
	text-align: center;
	text-transform: uppercase;
	font-weight:400;
}

.active, .collapsible:hover {
	background-color:#f5f5f5;
	color:#DFA67B;
}

#radiopuhelimet {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

#aventyr {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

/* YOUTUBE LINKS */

#youtubechannels {
	margin-top:3em;
	padding-bottom:1em;
}

.youtubeimage {
	border-radius: 50%;
	width:10%;
	margin:1em;
}

@media screen and (max-width:400px) {
	.youtubeimage {
	margin:0;
	padding:0.2em;
	height: auto;
	width: 10%;
	min-height: 20px;
	min-width: 20px;
	margin-left:5%;
	}
}


/* FOUNDERS */

#founderscontainer {
	background-color:#DFA67B;
	padding:5px;
	padding-bottom:10px;
}

.founders {
	text-align:center;
	margin-top:3em;
	margin-bottom:3.5em;
}

#foundersimage {
	height:auto;
	width:70%;
	max-width: 560px;
}


#foundersinfocontainer {
	margin:0 auto;
	text-align: center;
	width:100%;
	display:flex;
}

.foundersinfo {
	text-align:center;
	width:40%;
	margin:0 auto;
	position:relative;
	padding:.2em;
}

.contactinfo {
	font-size:1.1rem;
	color:#f5f5f5;
}

a.contactinfo:hover {
	color:#ffe4b5;
}

@media screen and (max-width:650px) {
	#foundersinfocontainer {
	margin:0 auto;
	text-align: center;
	width:100%;
	display:block;
}

.foundersinfo {
	text-align:center;
	width:100%;
	margin:0 auto;
	position:relative;
	display:block;
	padding-bottom:20px;
}
}


/* CONTACT US */

#contactus {
	padding-top:2em;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom:2em;
	margin-bottom:2em;
	margin-top:2em;
	text-align:center;
}

.contact {
	font-size:1.6em;
	font-weight: bold;
}

#phone {
	color:#DFA67B;
	text-decoration:none;
}

#contactheader {
	font-size:2.3em;
}

#emailaddress {
	font-size:1em;
	color:#DFA67B;
	}

a#emailaddress:hover {
	color:#ffe4b5;
}

@media screen and (max-width:400px) {
	#contactus {
	padding-top:2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom:2em;
	margin-bottom:2em;
	margin-top:2em;
	text-align:center;
}
	
	.contact {
	font-size:1em;
	font-weight: bold;
	}
	
	#emailaddress {
	font-size:1em;
	color:#DFA67B;
	}
	
	#contactheader {
	font-size:1.5em;
	}
}

/* FOOTER */

.footer {
	background-color: #DFA67B;
	text-align: center;
}

#footercontent {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	padding-top:1em;
	padding-bottom:.5em;
}

.footerlogo {
	width:4%;
	padding:1em;
}

@media screen and (max-width:400px) {
	.footerlogo {
	margin:0;
	padding:0.2em;
	height: auto;
	width: 5%;
	min-height: 10px;
	min-width: 10px;
	margin-left:5%;
	}
}
