#myFooter {
	
	
	
	/* poistettu: background-color: white; */
    color: white;
    padding-top: 30px;
	
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
	font-family: Heebo-bold;
    color: #3c3c3d;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #3c3c3d;
    text-decoration: none;
	font-family: Heebo-regular;
	font-size: 2vh;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #2b2b2b;
	

}


#myFooter .valiaikainen_vari22 {
	background-color: yellow;
}



#myFooter .valiaikainen_vari {
	text-align: center;
}


#myFooter .yksittainen {
	background-color: #e9e9ea;
	margin: 4px 2px 2px 4px;
	color: #222;
	padding: 4px 10px;
	font-size: 12px;
	letter-spacing: 2px;
	 border-radius: 15px;
	 transition: 0.3s;
}


#myFooter .yksittainen:hover {
   

	transition: 0.3s;
	padding: 4px 20px;
	font-weight: bold;
}


#myFooter .social-networks {

    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #3c3c3d;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
	  
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;

}

#myFooter .btn {
    color: #3c3c3d;
	font-family: Heebo;
    border: none;
    width: 205px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 5px;
	background-color: transparent;
	/* oli pakko laittaa tää transparent kun jostain haki harmaan taustavärin muuten */
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
		background-color: #282828;
		  margin-top: 45px;
		  /* itse lisätty: margin-top: 45px; */
		}
	#myFooter a {
		color: #cecece;
		
		}	
	#myFooter h5 {
    color: white;
}	
	#myFooter .social-networks a {
    color: #5b5b5b;
	
}
	#myFooter .btn {
    background-color: #282828;
	color: #dbdbdb;
	font-size: 22px;
	font-family: Heebo-regular;
  
}	


#myFooter .yksittainen {
	color: #dddddd;
	background-color: transparent;
	
}
		
#myFooter .yksittainen:hover {
   
color: white;
	transition: 0.3s;
	padding: 4px 20px;
	font-weight: bold;
}		
		
		
		
}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
	
    height: 100%;
}

body{
	
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
	
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}