@charset "utf-8";

html{
	height:100%;
 	min-height:100%;
	background-color:#000;
}


body{
	font-size:16px;
	/*font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-family: 'Patrick Hand', cursive;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /*font-family: 'Raleway', sans;
    font-family: 'Inter', sans;*/ 
    
	font-weight: 300;
	line-height:140%;
	color:#333;
	margin:0;
	background:transparent;
    background-color: #000;
    letter-spacing: 0.6px;
	/*-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	background-image: url(images/nd30_back.jpg);
	background-repeat: repeat;
	background-position: center center;	*/
    
    background-image: url('images/rose_pattern.png'), url('images/grain_back.jpg');
background-repeat: repeat, repeat;
background-size:auto,auto;
background-position: calc(50% - 50px) top, center top;
    
}

.container {
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

#container-main {
	position: relative;
	padding-bottom: 0px;
}
/************************************************
*	Hyperlinks									*
************************************************/

a:link {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	outline: 0;
}
a:active {
	color: #fff;
	text-decoration: none;
	outline: 0;
}


a.redlink:link {
	color:#da0e2f;
	text-decoration: none;
	outline: 0;
}
a.redlink:visited {
	color: #da0e2f;
	text-decoration: none;
	outline: 0;
}
a.redlink:hover {
	color: #da0e2f;
	text-decoration: underline;
	outline: 0;
}
a.redlink:active {
	color: #da0e2f;
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
}

/************************************************
*	Button									*
************************************************/

.btn-danger {
	background-color: #da0e2f;
	border: none;
	border-bottom: 2px solid #990000;
}

a.btn-danger {
	font-weight:400;
	background-color: #da0e2f;
	color:#fff;
	border: none;
	border-bottom: 2px solid #990000;
	margin:10px 0;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

a.btn-danger:visited{
	background-color: #da0e2f;
}
a.btn-danger:hover {
	background-color: #990000;
}
a.btn-danger:active{
	background-color: #990000;
}


.btn-dark {
	background-color: #222;
	border: none;
	border-bottom: 2px solid #000;
}

a.btn-dark {
	font-weight:400;
	background-color: #222;
	color:#fff;
	border: none;
	border-bottom: 2px solid #000;
	margin:10px 0;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

a.btn-dark:visited{
	background-color: #222;
}
a.btn-dark:hover {
	background-color: #000;
}
a.btn-dark:active{
	background-color: #000;
}


button:focus, .btn:focus {outline:0;}

/************************************************
*	Foprm inputs									*
************************************************/

/*.input-group-addon {
	background-color:#ccc;
	border:1px solid #ccc;
	color: #fff;

}

input[type=text] {
height:50px; border:1px solid #ccc;	
font-size:1.4em;
}

input[type=checkbox] {
  font-size: 50px;
}*/

/************************************************
*	Titles									*
************************************************/
.title, h4, h2, h3, h1, .monserrat {
/*font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-family: 'Patrick Hand', cursive;
	letter-spacing: 2px;*/
}
h2, h2.title-white {
font-family: 'Inter', sans; 
font-weight: 600;
color:#fff;
/*font-size:2.4em;*/
}

h3 {
color:#da0e2f;
/*color:#ad9172;
color:#fff;*/
font-size:2.4em;
/*line-height:2.2em;*/
font-weight:300;
}

h4 {
clear:left;
float:left;
/*color:#da0e2f;
color:#ad9172;*/
color:#fff;
font-size:2em;
line-height:2em;
font-weight:700;
width:100%;
text-align:center;
}

.text-red {
    color: #da0e2f !important;
}

.text-small {
font-size:0.8em; 
line-height: 140%   
}

.text-smaller {
 font-size:0.6em; 
line-height: 140%   
}

.text-normal {
font-size:1em; 
line-height: 140%   
}

.text-bigger {
font-size:1.2em; 
line-height: 140%    
}

.text-large {
font-size:1.5em; 
line-height: 130%   
}

.text-large-bold {
font-size:1.5em;
font-weight: 600;
line-height: 140%   
}

.text-larger {
font-size:2.2em; 
line-height: 130% 
}

.text-larger-bold {
font-size:2.2em; 
line-height: 140%;
font-weight: 600
}

.text-edmfk-suvelaager {
    font-size:1.3em;
    line-height: 140%;
}

label { 
color: white; 
font-size: 1.2em;
}
#header {
/*	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	background-attachment: fixed;
	background-image: url(../images/noiseback2.png);
	background-repeat: repeat;
	background-position: center center;*/
}

#headerrow {

  /*background: url('images/crowd.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;*/
    
  /*background: url('images/grain_back.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;*/
    
/*background-image: url('images/rose.png'), url('images/grain_back.jpg');
background-repeat: no-repeat, repeat;
background-size:auto,auto;
background-position: calc(50% - 50px) top, center top;*/
}

#headerrow-middle {
  /*background: url('images/rose.png');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top;*/
}

img#edmfk-logo {
    width:60%;
}

img#nd-logo-large, img#nd-logo-vert {
width:100%;
margin: 30px auto;  
}

#back-dave {
  background: url('images/nd30_back.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

#back-2 {
  background: url('images/ify3.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    min-height:400px
}

#back-3 {
  background: url('images/wime2.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    min-height:400px
}

#back-4 {
  background: url('images/dm_vio.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top;
min-height:300px
}

#back-5 {
  background: url('images/dm_nlmda.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right top;
min-height:400px
}

#back-6 {
  background: url('images/dm_spirit.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top;
    min-height:400px
}

.back-bong {
  background: url('images/bong.png');
  background-repeat: no-repeat !important;
  background-position: right bottom;
}

#back-faces {
  background: url('images/dm_faces.jpg');
  background-repeat: repeat !important;
  background-position: center center;
height:200px;
}

.back-dark-transp {
background: url('images/back_dark_transp.png');
  background-repeat: repeat;
  background-position: center center;
}

.back-red-transp {
background: url('images/back_red_transp.png');
  background-repeat: repeat;
  background-position: center center;
}

.back-light-transp {
background: url('images/back_light_transp.png');
  background-repeat: repeat;
  background-position: center center;
}

.back-white-transp {
background: url('images/back_white_transp.png');
  background-repeat: repeat;
  background-position: center center;
}

#registreerimine {
	position:absolute;
	top:-150px;
left:0px;
	z-index:100;
}

#registreerimine-but {

	display:inline-block;
	background-color:#da0e2f;
	
	color:#fff;
	font-size:2em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight:400;
	letter-spacing: 1px;
	padding:15px;
}

#registreerimine-but:hover {
	background-color:#990000;
	color:#fff;

	text-decoration:none;
}

#webposter {
height:1px;
visibility:hidden;
}

#suvelaager {
position:absolute;
	top:20px;
	left:30px;
}
#suvelaager img {
	width:80%;
}

.title {
/*font-family: 'Patrick Hand', cursive;
letter-spacing: 2px;
font-size:2.8em;
line-height:1.3em;
color:#fff;
font-weight:400;
text-align:center;*/
margin-top:20px;
margin-bottom:30px;
}

.underl {
/*border-bottom:2px dotted #fff;*/
}

.logo {
margin:50px 0 10px 0;
}
#edmfklogo {
margin-top:50px;	
}
.edmfk {
font-family: 'Patrick Hand', cursive;
display:block;
margin:10px 0 10px 0;
font-size:2.6em;
line-height:1.4em;
color:#333;
/*color:#a5beb7;
font-weight:300;*/
letter-spacing: 2px;
}

#ndlogo {
margin:50px 0 20px 0;	
}

.kuupaev {
font-size:2.8em;
line-height:130%;
font-weight: 600;
}
.koht {
font-size:1.8em;
line-height:130%;	
}
.koht2 {
font-size:2em;
line-height:130%;
}



.kohtwww{
	margin-top:20px;
}

.sisutekst {
	font-size:1.4em; 
	line-height: 1.4em;
}

.error {
	background-color: #f2dede;
	border: 1px solid #660000;
	/*padding: 4px;
	margin-right: 10px;*/
}

.error-message, .form-error {
	color: #f2dede;
    color: #fff;
}


.links {
color:#fff;
font-size:1.6em;
line-height:1.8em;
font-weight:400;
margin:0;
text-align:center;
}


/************************************************
*	content									*
************************************************/
/*@media (max-width: 1199px) {

#suvelaager {
position:absolute;
	top:10px;
	left:30px;
}
#suvelaager img {
	width:70%;
}
		
}*/
/*-----------------------------------------------------------*/
/*@media (max-width: 1024px) {
	#registreerimine {
	font-size: 1.2em;
	}
	
#suvelaager {
position:absolute;
	top:8px;
	left:20px;
}
#suvelaager img {
	width:55%;
}
	

}*/

/*-----------------------------------------------------------*/
/*@media (max-width: 768px) {
h3 {
font-size:2em;
line-height:2em;	
	}

#suvelaager {
position:absolute;
	top:8px;
	left:20px;
}
#suvelaager img {
	width:55%;
}
	
.edmfk {
margin:10px 0 10px 0;
font-size:1.4em;
line-height:1.6em;
}
.links {
font-size:1.4em;
line-height:1.8em;
}
	
	
}*/

/*-----------------------------------------------------------*/
@media (max-width: 480px) {
body{
	background-attachment:fixed, scroll;	
}
/*h3 {
font-size:1.8em;
line-height:1.8em;	
}
#edmfklogo {
	margin:30px 0 10px 0;	
}
.edmfk {
margin:10px 0 10px 0;
font-size:1.2em;
line-height:1.4em;
}

.kohtwww {
margin-top:20px;
}

#suvelaager {
position:absolute;
	top:0px;
	left:20px;
}
#suvelaager img {
	width:55%;
}
.sisutekst {
font-size:1.1em; 
line-height: 1.3em;
}

.radio-danger {
font-size:1.2em;	
}
.links {
font-size:1.3em;
line-height:1.8em;
}
	
#ndlogo {
margin:20px 0 0px 0;	
}*/
	
}





/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

    
.kuupaev {
font-size:2.8em;
line-height:1.3em;
}
.koht {
font-size:2.3em;
line-height:1.3em;	
}
.koht2 {
font-size:2.2em;
line-height:1.1em;	
}
	
#container-main {
	position: relative;
	padding-bottom: 200px;
}
	
#back-4 {
min-height:500px
}
    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
.kuupaev {
font-size:3.6em;
line-height:1.3em;
}

.koht {
font-size:2.6em;
line-height:1.3em;
}
.koht2 {
font-size:2em;
line-height:1.3em;	
}
	

	
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
.kuupaev {
font-size:4.5em;
line-height:1.3em;	
}

.koht {
font-size:3.5em;
line-height:1.3em;	
}
.koht2 {
font-size:2.5em;
line-height:1.3em;	
}
    
.text-edmfk-suvelaager {
    font-size:1.6em;
    line-height: 140%;
}
    
    
img#nd-logo-large, img#nd-logo-vert {
width:100%;
margin: 50px auto;  
}

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

/************************************************
*	Titles									*
************************************************/

h2 {
/*font-family: 'Inter', sans; 
font-weight: 600;
color:#da0e2f;
color:#ad9172;
color:#fff;*/
font-size:2.8em;
/*line-height:1.2em;
width:100%;*/
}

h3 {
color:#da0e2f;
/*color:#ad9172;
color:#fff;*/
font-size:2.4em;
/*line-height:2.2em;*/
font-weight:300;
}

h4 {
clear:left;
float:left;
/*color:#da0e2f;
color:#ad9172;*/
color:#fff;
font-size:2em;
line-height:2em;
font-weight:700;
width:100%;
text-align:center;
}
    
.text-edmfk-suvelaager {
    font-size:1.8em;
    line-height: 140%;
}

.text-small {
 font-size:0.8em; 
line-height: 130%   
}

.text-smaller {
 font-size:0.7em; 
line-height: 130%   
}

.text-normal {
 font-size:1em; 
line-height: 130%   
}

.text-large {
 font-size:1.6em; 
line-height: 130%   
}

.text-large-bold {
font-size:1.6em;
font-weight: 600;
line-height: 130%   
}

.text-larger {
font-size:2.2em; 
line-height: 130% 
}

.text-larger-bold {
font-size:2.2em; 
line-height: 130%;
font-weight: 600
}

#header {
/*	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	background-attachment: fixed;
	background-image: url(../images/noiseback2.png);
	background-repeat: repeat;
	background-position: center center;*/
}

#headerrow {
/*  background: url('images/crowd.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;*/
}

/*#back-dave {
  background: url('images/nd30_back.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

#back-2 {
  background: url('images/ify3.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    min-height:400px
}

#back-3 {
  background: url('images/wime.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    min-height:400px
}*/

#registreerimine {
	position:absolute;
	top:-150px;
left:0px;
	z-index:100;
}

#registreerimine-but {

	display:inline-block;
	background-color:#da0e2f;
	
	color:#fff;
	font-size:2em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight:400;
	letter-spacing: 1px;
	padding:15px;
}

#registreerimine-but:hover {
	background-color:#990000;
	color:#fff;

	text-decoration:none;
}

#webposter {
height:1px;
visibility:hidden;
}

#suvelaager {
position:absolute;
	top:20px;
	left:30px;
}
#suvelaager img {
	width:80%;
}

.title {
/*font-family: 'Patrick Hand', cursive;
letter-spacing: 2px;
font-size:2.8em;
line-height:1.3em;
color:#fff;
font-weight:400;
text-align:center;*/
margin-top:20px;
margin-bottom:30px;
}

.underl {
/*border-bottom:2px dotted #fff;*/
}

.logo {
margin:50px 0 10px 0;
}
#edmfklogo {
margin-top:50px;	
}
.edmfk {
font-family: 'Patrick Hand', cursive;
display:block;
margin:10px 0 10px 0;
font-size:2.6em;
line-height:1.4em;
color:#333;
/*color:#a5beb7;
font-weight:300;*/
letter-spacing: 2px;
}

#ndlogo {
margin:50px 0 20px 0;	
}

.kuupaev {
font-size:5em;
line-height:140%;
font-weight:600;	
}

.koht {
font-size:3em;
line-height:1.3em;
font-weight:300;	
}
.koht2 {
font-size:2.6em;
line-height:1.3em;
font-weight:300;	
}

.kohtwww{
	margin-top:20px;
}

.sisutekst {

	font-size:1.4em; 
	line-height: 1.4em;
}

.radio-danger {
font-size:1.4em;	
}

.error {
	background-color: #f2dede;
	border: 1px solid #660000;
	/*padding: 4px;
	margin-right: 10px;*/
}

.error-message, .form-error {
	color: #f2dede;
    color: #fff;
}


.links {
color:#fff;
font-size:1.6em;
line-height:1.8em;
font-weight:400;
margin:0;
text-align:center;
}
    
}

