html {
	font-family: El Messiri, Sans-serif;
	text-align: center;
}

.darkbody {
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

header {

}
header img {
	width: 150px;
	margin: 20px auto;
	display: block;
}

header h1 {
	font-size: 30px;
	font-family: El Messiri, Sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
	height: 100%;
	display: block;
	margin: 20px auto;
}


#nav {
	display: inline-block;
	text-align: right;

}

.link {
	display: inline;
	font-family: Avenir Next Condensed, Avenir, Sans-serif;
	margin: 20px;
	text-decoration: none;
	color: #707070;

}

#nav a:hover {
	color: #A0A0A0;
}

/*
        _______    ______       __        __   ________   ________   __        __   ________
       / ______\  / ____ \     /  \      / /  /__  ___/  / ______/  /  \      / /  /__  ___/
      / /        / /    \ \   / /\ \    / /     / /     / /___     / /\ \    / /     / /
     / /        / /     / /  / /  \ \  / /     / /     / ____/    / /  \ \  / /     / /
    / /______   \ \____/ /  / /    \ \/ /     / /     / /_____   / /    \ \/ /     / /
    \_______/    \______/  /_/      \__/     /_/     /_______/  /_/      \__/     /_/

*/

content {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.box {
	width: 300px;
	height: 300px;
	display: inline-block;
	border-radius: 30px;
	background-color: #303030;
	background-size: cover;
	color: white;
	margin: 20px 15px;
}

.box-sis3 {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
	border-radius: 30px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
	padding: 15px;
    box-shadow: none;
    display: grid;
	transition: 0.5s;
    align-items: center;
}

@media screen and (max-width: 1100px) {  /* LARGE TABLETS */
    .box-sis3 {
        background-color: rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    }
}

.box-sis3:hover {
	transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
}

.box a {
    color: inherit;
    text-decoration: none;
}

.box-sis3 h2 , .box-sis3 p {
    color: white;
    text-shadow: 2px 2px 5px #000;
}
/*
@keyframes boxhover {
    from {
        background-color: rgba(0, 0, 0, 0.4);
        color: transparent;
        box-shadow: none;
    }
    to {
        background-color: rgba(0, 0, 0, 0.0);
        color: white;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    }
}
*/

.tekstiboksi {
	width: 400px;
	display: inline-block;
	background-color: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	color: black;
	margin: 20px 15px;
	text-align: left;
	padding: 10px 25px;
}

.hinta {
    font-size: 1.2em;
    font-weight: bold;
}


/*
          _________________________________________________   _____________
         /   __   \    ___   \__    ___/   /   ______\    /   \    _______/
        /   /_/   /   /__/   / /   /  /   /   /      /   /    /   /___
       /   __    /       ___/ /   /  /   /   /      /   /    /   ____/
      /   / /   /   /\   \   /   /  /   /\   \_____/   /____/   /______
     /___/ /___/___/  \___\ /___/  /___/  \______/\_________\_________/

*/

article {
    
}

p {
	font-family: Avenir, Sans-serif;
	font-size: 0.85em;
}

footer {
	width: 100%;
}

footer p {
	margin: 40px 40px;
}

/* PORTON MATKAN OMA OSIO */

.yhteys {
	width: 80%;
	display: block;
	margin: 10px auto;
	background-color: lightblue;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.yhteys-vas {
	width: 30%;
	display: inline-block;
	display: flex;
	justify-content: center;
	background-color: lightyellow;
}

.yhteys-oik {
	width: 50%;
	display: inline-block;
	background-color: lightyellow;
}

.yhteys-vas-1 {
	width: 80px;
	height: 80px;
	padding: 20px 10px 0px 10px;
	background-color: blue;
}

.yhteys-vas-2 {
	padding: 25px;
	background-color: white;
}

.minilogo {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}




/* OOPPERAMENYY */

td img {
    width: 250px;
}







