﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

html {
    /* important */
    height: 100%;
    width: 100%;
}

body {
    position: relative;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -ms-user-select: none;
    background-color: white;
    overflow-x: hidden;
}

.boxshadow {
    -webkit-box-shadow: 2px 10px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 10px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 10px 20px 0px rgba(0,0,0,0.3);
}
.markdiv {
    border: dashed thin black;
}
.pointer {
    cursor : pointer;
}

.logo {
    position: relative;
    width: 300px;
    height: 200px;
    margin-left: calc((100% - 300px) / 2);
}
.jaklienphoto {
    position: relative;
    width: 200px;
    height: 266px;
}
.pagecontainer {
    position: relative;
    float : left;
    width: 100%;
    padding-bottom : 50px;
    height: Calc(100%-80px) !important;
}

.maincontainer {
    float : left;
    width: 100%;
}
.centerdiv {
    text-align : center;
}
.spacer {
    float : left;
    width : 100%;
    height: 30px !important;

}
.textcontainer {
    display: inline-block;
    text-align : left;
    width : 70%;
}

h2 {
    font-size: 36px;
    line-height: 38px;
}

.footer {
    float : left;
    width : 100%;
    height: 80px;
    line-height: 80px;
    background-color : black;
    color : white;
}

.privacy {
    float: left;
    width: 100%;
    color: dimgrey;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-style: italic;
    margin-top: 10px;
}

