/* CSS-reset */
* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
		-webkit-box-sizing: border-box;
   	 	-moz-box-sizing: border-box;
   		box-sizing: border-box;
}
	
head {
	background-color: black;
}

body {
	background-color: #f1f1f1;
}

h1 {
	text-align: center;
	font-size: 48px;
	font-style: bold;
}

p {
}

.top_container{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top {
	margin-top: 50px;
	background-color: #f1f1f1;
	color: black;
	text-align: center;
}

.about{
	padding-top: 1%; padding-bottom: 1%; padding-left: 25%; padding-right: 25%; /* Asettaa kaiken sisällön keskemmäs, helpompi luettava */
	background-color: #f1f1f1;
	text-align: center;
	font-size: 18px;
}

.kuvat {
	background-color: #f1f1f1;
	margin-bottom: 0;
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 5px;
	padding-top: 5px;
}

.gallery {
	transition: 0.8s;
	padding: 10px;
	width: 200px;
}

.gallery:hover {
	transform: scale(1.1);
}

.logo {
	max-width: 731px;
}

.profile_pic{
	border: 2px solid white;
}

.bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	padding-top: 1%;
	font-family: arial;
	min-height: 300px;
	font-size: 20px;
	background-color: #000;
	color: white;
	margin-bottom: 0;
}

.yhteydenottopyynto {
	font-size: 18px;
	padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 25%;
    padding-right: 25%;
    background-color: #f1f1f1;
    text-align: center;
}

.g-recaptcha{
	margin: 0 auto;
  	width: 304px;
}
