@charset "utf-8";
/* CSS Document */
/* Tämä on css kommentti */

a {
	text-decoration: none;
}
a:hover {
	color: red;
}
body {
	background-color: #B5BDBD; 	/* #F3AC0E tämä on kaunis keltainen väri*/
	margin-left: 300;	
	margin-right: 400;				/* #A3D1FD on vaaleansininen*/
	padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
   font-size: 18px;	
	} 
	
h1 { 
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
    /**text-shadow: 2px 1px gray; **/
}
h2 { 
    font-family: 'Comic Sans' , 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
    text-shadow: 1px 1px red;
    font-size: 24px;
}


.pinkki-intro {
    background-color: #B5BDBD;
    font-family: Trebuchet MS;
    font-size: 16px;
    
}
.einstein {
    background-color: #B5BDBD;
    font-family: Trebuchet MS;
    font-size: 18px;
    border: 50px;
    width: 600px;
    border-radius: 5px 5px 5px 5px;	    
}
.einstein:hover {
    background-color: #B5BDBD;
    color: white;
}

/** näillä asetuksilla keittokirjan kelluva nappi on täydellinen 
tarvitaan kaikki: entry, left,right ja fixed **/

.entry {
    width: 100%;
    font-family: Verdana, sans-serif;
}

.entry .left, .entry .right {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 10%;
    vertical-align: middle;
}

.entry .left {
    width:70%;
}

.entry .right {
    width:28%;
}

.entry .right .btn {
    background: #00ACEC;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 1em;
    text-decoration: none;
    float: right;
    clear: both;
    opacity: 0.5;
    position: ;  
}
.entry .right .btn:hover {
    background-color: #1A6BBB;
    color: white;
}

.entry .left h3 span {
    color: #00ACEC;
}

.entry .left p {
    color: #A5AAAE;
    font-style: italic;
    font-size:0.9em;
    font-family: serif !important;
}

.fixed {
    position: fixed;
    bottom: 50;
    right: 200;
    /** width: 300px; **/
    /** border: 3px solid #73AD21; **/
}


/* Erivärisiä painonappeja sivulle, onclick="goBack()" ao. script pitää olla sivulla */
/* Kaikkien nappien yhteiset ominaisuudet asetetaan ensin: */
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    border-radius: 25px;	
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    border-radius: 15px 50px 50px 50px;	
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    border-radius: 25px;	
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    border-radius: 25px;	
    background-color: #f44336;
    color: white;
}

.button4 {
    border-radius: 25px;	
    background-color: white;
    color: black;
    border: 2px solid #F206B3;
}

.button4:hover {background-color: #F206B3;}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}
.button6 {
    border-radius: 5px 50px 30px 25px;	/*lollipop-pinkki*/
    background-color: white; 
    color: black; 
    border: 10px solid #FFC0CB;
}

.button6:hover {
    background-color: #F206B3;
    color: white;
}