@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('fontawesome.css');

body {
    background: #fff;
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

p { font-weight: 100; }
b { font-weight: 800; }
a { cursor: pointer; color: #1a1a1a; }
a:hover { text-decoration: none; }

h1 { margin: 0 auto 15px; opacity: .8; font-weight: 100; }
h2 { text-align: left; font-weight: 300; margin: 15px 5px; }
h3 { margin-bottom: 30px; }

.p-50 { padding: 50px; }
.pt-20 { padding-top: 20px; }
.logo { display: block; position: fixed; }

.logo-zorg { margin: 0 15px; width: 65px; }

.left {
    background: fixed url('../img/front-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.item {
    background: #FFF;
    color: #111;
    border-radius: 3px;
    margin-bottom: 60px;
}
.item:hover {
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.letop { opacity: .5; }

.modal-dialog { max-width: 900px; }
.modal-dialog iframe { width: 100%; min-height: 700px; border: 0; }
.modal-body { min-height: 760px;  }

.btn-primary {
    background: #ffb81c;
    font-weight: 700;
    color: #1a1a1a;
    border-radius: .5rem;
    padding: 1.2rem 1.6rem;
    border: 0;
    margin-top: 15px;
    display: inline-block;
}
.btn-primary:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 25px;
}
.btn-primary:hover {
    background: #0a3b75;
    color: #fff;
}

.contact { font-size: 30px; color: #1a1a1a; }
.contact a { color: #1a1a1a; }
.text { 
    column-count: 2;
    text-align: left;
    padding: 0 40px;
    -webkit-column-gap: 120px; /* Chrome, Safari, Opera */
    -moz-column-gap: 120px; /* Firefox */
    column-gap: 120px;
}
.block {
    margin: 50px -50px;
    padding: 45px 46px; 
    background: #0a3b75;
    color: #fff;
}


footer { background: #FFF; color: #1a1a1a; padding: 30px 0; }
footer a { color: #1a1a1a; }
footer .copyright { font-size: 12px; }

@media (min-width: 1200px) {
    .container { max-width: 920px; }
}

@media screen and (max-width: 720px) {
    .logo { margin-bottom: 350px; display: block; }
    .left { height: 50vh; background-position: center center; background: url('../img/front-1.jpg'); background-size: cover; }
    .logo img { width: 110px; }
    h1 { font-size: 21px; margin: 30px auto; }
    .item { padding: 30px; }
}