/*Boxar*/
body {
    background-color: #ffffff;
    font-family: 'Lora', serif;
    margin: 0;
    padding: 0;
}

header {
    position: relative;
    height: 175px;
    max-width: 1900px;
    background-image: url(../img/banner.png);
    margin: auto;
    text-align: center;
    background-color: #989898;
}

nav {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    max-width: 1900px;
    height: 46px;
    background-color: #000000;
    margin: auto;
    margin-bottom: 20px;
}

#container{
    min-height: 100vh;
}

main {
    display: block;
    margin: auto;
    overflow: auto;
    padding-bottom: 150px;
}

footer {
    height: 150px;
    max-width: 1900px;
    margin: auto;
    background-color: #cccccc;
    padding-top: 10px;
    position: relative;
    margin-top: -150px;
    clear: both;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #2e2e2e;
}

/*Header*/
header img {
    margin-top: 15px;
}

.kontaktruta {
    text-align: left;
    display: inline-block;
    margin: 5px 15px 5px 20px;
    position: absolute;
    left: 0;
    padding: 0px 10px 0px 10px;
}

/*Nav*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 10px;

}

ul li {
    display: inline;
    float: left;
}

ul li a {
    display: block;
    color: black;
    text-align: center;
    padding: 11px 16px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
}

ul li a:hover {
    background-color: #2a2a2a;
    text-decoration: underline;
}

/*Welcome*/
#welcome {
    background-color: transparent;
    margin-bottom: 20px;
}

#welcome article {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0px 22px 0px 22px;
}

#welcome article h1{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: left;
}

#welcome article p{
    margin: 0;
    float: left;
}

/*index Section*/
.indexmain section {
    width: 100%;
    background-color: #fafafa;
    margin-bottom: 20px;
}

.indexmain section img{
    width: 128px;
    height: 128px;
}

.indexmain section article{
    margin: 35px 0px 10px 0px;
}

.indexmain section article h3{
    margin: 0;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    text-decoration: underline;
    color: #484848;
}

.indexmain section article p{
    margin: 0;
    float: left;
}

/*nonindex section */
.nonindex section{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.nonindex section article{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.nonindex section article h3{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-decoration: underline;
    color: #484848;
    text-align: center;
}

.nonindex section article p{
    margin: 0;
    float: left;
    padding: 0px 22px 0px 22px;
}

/*Footer*/
.kontaktrutafooter {
    width: 300px;
    margin: auto;
}

.kontaktrutafooter p {
    text-align: center;
}

/*Text*/
h1 {
    margin: 0;
}

p {
    font-size: 19px;
}
