/*Boxar*/
main{
	width: 100%;
}

footer {
    margin-top: -100px;
}

/*Header*/
.kontaktruta p {
    display: none;
}

/*Welcome*/
#welcome {
    margin-top: 20px;
    width: 90%;
}

/*index Section*/
.indexmain section {
    background-color: transparent;
}

.indexmain section img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexmain section article{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.indexmain section article h3{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.indexmain section article p{
    margin-bottom: 25px;
}