﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{
	text-align: center;
    height:100%; 
    margin-bottom: 0px;
font-family: 'Yanone Kaffeesatz', sans-serif;
	direction:ltr;
}

div.header{
	background-image: url(../images/bg5.jpg);
	background-size: cover;
	position: relative;
	background-position: bottom;
	height: 80vh;
}

div.header img{
	text-align: center;
	width: 400px;
	padding-top: 300px;
	padding-bottom: 30px;
}

div.header a{
	color: white;
	font-size: 20px;
	text-decoration: none;
	padding: 10px 25px;
	border-color: white;
	display: inline-block;
	border: outset white 2px;
	background-color: rgba(0,0,0,0.00);
	transition: 0.3s;
	border-radius: 5px;
	margin-top: 30px;
}

div.header a:hover{
	color: dodgerblue;
	font-size: 20px;
	text-decoration: none;
	padding: 10px 25px;
	display: inline-block;
	border: outset dodgerblue 2px;
	background-color: rgba(0,0,0,0.00);
	transition: 0.3s;
	border-radius: 5px;
	margin-top: 30px;
}

h1{
	color: white;
	font-size: 36px;
}

nav{
	background-color: rgba(64,118,213,0.80);
	z-index: 10000;
	padding-bottom: 20px;
	padding-top: 20px;
	position: fixed;
	width: 100%;
}

nav a{
	color: white;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 10 65;
	text-decoration: none;
	text-shadow: 3px 3px 3px black;
	transition: 0.2s;
}

nav a:hover{
	color: deepskyblue;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 10 65;
	text-decoration: none;
	text-shadow: 3px 3px 3px black;
}

div.part2 a{
	color: black;
	font-size: 30px;
	text-decoration: none;
	padding: 15px 30px;
	border-color: black;
	display: inline-block;
	border: outset black;
	background-color: rgba(0,0,0,0.00);
	transition: 0.3s;
	border-radius: 10px;
}

div.part2 a:hover{
	color: dodgerblue;
	font-size: 30px;
	text-decoration: none;
	padding: 15px 30px;
	display: inline-block;
	border: outset dodgerblue;
}

div.part2 img.circleleft{
	margin-right: -30px;
}

div.part2 img.circleright{
	margin-left: -30px;
}

div.header img.chat{
	position: absolute;
	bottom: -30;
	right: 0;
	display: inline-block;
	width: 100px;
	transition: 0.3s;
}

div.header img.chat:hover{
	position: absolute;
	bottom: -30;
	right: 0;
	display: inline-block;
	width: 150px;
}

div.part2 img{
margin: 20px 0px;
	display: inline-block;
	transition: 0.4s;
}

div.part2 img:hover{
margin: 20px 0px;
	display: inline-block;
	transform: scale(1.1);
}


div.part2 img.circlemiddle{
	z-index: 1000;
	position:relative;
}


div.part2{
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 40px;
}

div.part2 h2{
	font-size: 30px;
	color: darkblue;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 15px;
}

div.part3{
	background-image: url(../images/bg2.jpg);
	padding-bottom: 120px;
	padding-top: 120px;
	background-size: cover;
}

div.part3 h2{
	font-size: 30px;
	color: darkblue;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 15px;
}

div.part3 img{
	padding-left: 30px;
	padding-bottom: 30px;
	transition: 0.2s;
}

div.part3 img:hover{
	padding-left: 30px;
	padding-bottom: 30px;
	transform: scale(1.1,1.1)
}

div.part3 span{
	background-color: dodgerblue;
	width: 40px;
	height: 3px;
	display: inline-block;
	margin-bottom: 30px;
}

div.box{
	display: inline-block;
	width: 350px;
	margin: 20px;
	transition: 0.3s;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

div.box:hover{
	display: inline-block;
	width: 350px;
	margin: 20px;
	transform: scale(1.1,1.1);
	border: 5px thick #BAEEFF;
	border-color: #BAEEFF;
}

div.box img{
	width: 250px;
}

div.part4 h2{
	font-size: 30px;
	color: darkblue;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 15px;
}


div.part4{
	padding-bottom: 100px;
	padding-top: 100px;
}

div.box h3{
	color: dodgerblue;
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
}

div.box p{
	padding-bottom: 15px;
	color: grey
}

div.box a{
	text-decoration: none;
	background-color: black;
	padding: 10px 30px;
	color: white;
	letter-spacing: 2px;
	transition: 0.3s;
}

div.box a:hover{
	text-decoration: none;
	background-color: dimgrey;
	padding: 10px 30px;
	color: white;
	letter-spacing: 4px;
	transform: scale(1.1,1.1);
}

div.end{
	background-color: dimgrey;
	padding-bottom: 4px;
	padding-top: 20px;
	color: white;
	letter-spacing: 2px;
}

div.end h2{
	color: white;
	font-size: 35px;
}

div.end i{
	font-size: 40px;
	color: white;
	padding: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 0.3s;
}

div.end i:hover{
	font-size: 40px;
	color: white;
	padding: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
    transform: rotateZ(-30deg);
}

div.sub{
background-image: url(../images/last.jpg);

	text-align: center;	
	margin: 13px;
	color: darkblue;
}


div.sub h2{
	color: dodgerblue;
	font-size: 40px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 15px;
	text-shadow: 0px 0px 2px black;
	padding-top: 15px;
}

div.sub input{
	background-color: #F1DEFC;
	border-bottom: #490049;
	color: dodgerblue;
	border-radius: 20px;
	padding: 10px 30px;
	margin: 5px;
}

div.send input{
    padding: 20px 40px;
	border-radius: 6px;
	margin: 10px;
	background-color: dodgerblue;
	color: white;
	font-weight: bold;
	transition: 0.2s;
}

div.send input:hover{
    padding: 20px 40px;
	border-radius: 6px;
	margin: 10px;
	background-color: skyblue;
	color: white;
	font-weight: bold;
}

