
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Merriweather|Montserrat:400,700|Rouge+Script&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Xanh+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

body {
  background-image: url('images/tausta.jpg');
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#353535;
	text-align:justify;
	}

@media screen and (max-width: 1000px) {
body {
	font-size: 12px;
}

table {
	font-size: 30px;
}
}

div {
	margin:0;
	padding:0;
	border:0;
	}

a {
	text-decoration:none;
	color: #7f0049;
	}

a:hover, #linkit a:hover, #ala a:hover {
	text-decoration:underline;
	color: #7f0049;
	}
	




/* HEADER */

#ylakuva {
	width: 1118px;
	height: 448px;
	background: url("images/kultanuusku_05.png") top center;
}

#asu {
	width: 1200px;
	margin: 0 auto;
}

#laatikko {
	width: 1118px;
	margin: 0 auto 0 auto;
	border-left: 10px solid rgba(255,255,255, 0.2);
	border-right: 10px solid rgba(255,255,255, 0.2);
    box-shadow: 0px 30px 30px #000;
	background: rgba(255,255,255,1);
	  -moz-background-clip: border;
	  -webkit-background-clip: border;
	  background-clip: border-box;
	  -moz-background-clip: padding;
	  -webkit-background-clip: padding;
	  background-clip: padding-box;
	  -moz-background-clip: content;
	  -webkit-background-clip: content; 
	  background-clip: content-box;
}





/* TOP NAVI */

#menu {
  width:100%;
  min-width:1200px;
  background: rgb(235,164,205);
  background: linear-gradient(180deg, rgba(235,164,205,1) 0%, rgba(235,164,205,1) 11%, rgba(168,99,138,1) 100%);
    box-shadow: 0px 0px 30px #000;
}

.topnav {
  overflow: hidden;
  width:1000px;
margin: 0 auto;
	font-family: 'Alex Brush', cursive;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
	color: #000;
	padding: 14px 36px 15px 36px;
	 -webkit-transition: all 0.4s ease-out;
	 -moz-transition: all 0.4s ease-out;
	 -o-transition: all 0.4s ease-out;
	 transition: all 0.4s ease-out;
}

.active {
	color: #fff;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 25px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
	color: #000;
	padding: 14px 36px 15px 36px;
	 -webkit-transition: all 0.4s ease-out;
	 -moz-transition: all 0.4s ease-out;
	 -o-transition: all 0.4s ease-out;
	 transition: all 0.4s ease-out;
}

.dropdown-content {
  font-size: 25px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  font-size: 25px;
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content p {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-top: 1px solid #000;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	color: #fff;
	padding: 14px 36px 15px 36px;
	background-color: rgba(0,0,0,0.5);
	text-decoration:none;
	 overflow: hidden;
	 -webkit-transition: all 0.4s ease-in;
	 -moz-transition: all 0.4s ease-in;
	 -o-transition: all 0.4s ease-in;
	 transition: all 0.4s ease-in;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
  padding: 12px 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1000px) {

  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
    font-size:40px;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size:40px;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
    font-size:40px;
  }
} 




	
/* TEKSTI OSIO */

#tekstit {
	margin-top: -120;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 40px;
	line-height:1.7;
	}

h1{
	font-family: 'Alex Brush', cursive;
	font-size: 45px;
	color: #7f0049;
	font-weight: normal;
	text-align: left;
	margin-left: 30px;
	text-shadow: 0px 0px 3px #cccccc;
	line-height: 1; 
	}

h1::first-letter{
	font-family: 'Alex Brush', cursive;
	font-size: 75px;
	}

h2{
	font-family: 'Rouge Script', cursive;
	font-size: 30px;
	color: #7f0049;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 0px 3px #cccccc;
	line-height: 0.5; 
	}

h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #7f0049;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 0px 3px #cccccc;
	line-height: 0.5; 
	}
	
bb {
	color: #7f0049;
	font-weight: bold;
}






/* FOOTER */





/* ETUSIVU */






/* UUTISET */

.uutisettuomari {
	font-size: 14px;
	margin-top: -20px;
	text-align:center;
}

.uutisetnimi {
	font-weight: bold;
	text-align:center;
}

.uutisettulos {
	margin-left: 20px;
	margin-top: -20px;
	text-align:center;
}

.uutisetsanallinen {
	margin-left: 20px;
	margin-top: -20px;
	font-style: italic;
	font-size: 14px;
	text-align:center;
}
	
img.uutisetkuva400 {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	height: 400px;
}
	
img.uutisetkuva300 {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	height: 300px;
}
	
img.uutisetkuva250 {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	height: 250px;
}
	
img.uutisetkuva200 {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	height: 200px;
}
	
img.uutisetkuva150 {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	height: 150px;
}
	
img.uutisetkuva100 {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	height: 100px;
}







/* KOIRIEN SIVUT */

img.koirakuva1 {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	margin-left: 5px;
	margin-right: 5px;
	height:300px;
}

#koiratiedot {
	width: 100%;
	border: 4px double #fff;
	margin-bottom:20px;
	margin-top:20px;
	padding:10px;
	box-shadow: 0px 0px 8px #a5a5a5; 
	border: 6px solid rgba(255,255,255,1);
  background: rgb(226,129,184,1);
  background: linear-gradient(180deg, rgba(226,129,184,1) 0%, rgba(226,129,184,1) 11%, rgba(127,0,73,1) 100%);
}

.koiratd {
	padding: 10px;
	background: rgba(255,255,255,0.7);
	border-bottom: 1px solid #000;
	vertical-align: top;
	color: #000;
	text-align: center;
	}












/* MEISTÄ */
	
img.meistakuvaoikee {
	margin: 20px 20px 10px 20px;
	float: right;
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	width: 400px;
}
	
img.meistakuvavasen {
	margin: 20px 20px 10px 20px;
	float: left;
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	width: 400px;
}
	
img.meistakuvakeski {
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	width: 700px;
}
	
img.meistalogo1 {
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 250px;
	margin: 5px;
}
	
img.meistalogo2 {
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 220px;
	margin: 5px;
}

	
img.meistamainos1 {
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 300px;
	margin: 5px;
}

	
img.meistamainos2 {
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 240px;
	margin: 5px;
}

	
img.meistaww1 {
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 152px;
	margin: 5px;
}

	
img.meistaww2 {
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 165px;
	margin: 5px;
}




/* PENTUJA */
	
img.pentuekuva {
	margin: 20px 20px 10px 20px;
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 600px;
}
	
img.pentukuva {
	margin: 20px 20px 10px 20px;
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 300px;
}
	
img.pentukuva2 {
	margin: 20px 20px 10px 20px;
	border: 6px solid rgba(255,255,255,1);
	box-shadow: 3px 3px 8px rgb(0,0,0);
	height: 280px;
}