﻿
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    display:grid;
}


.mainPage {
    text-align: center;
}

    .mainPage > div > a > img {
        width: 300px;
        height: 300px;
        text-align: center;
        vertical-align: central;
    }

    .mainPage > div {
        display: inline-block;
        margin: 0px 60px;
    }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; 
}


.footer > span{
    padding: 0px 30px;
}

.consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    z-index: 10000;
    display: none; /* initially hidden */
}


@media (max-width: 800px) {

    .contactDetails > div {
        padding: 0px;
        float: left;
        display: block;
        margin-bottom: 60px;
        /*margin-left: 30px;*/
        float: none !important;
    }

    .mainPage > div > a > img {
        width: unset;
        height: 200px;
        max-width: 200px !important;
        max-height: 200px !important;
        text-align: center;
        vertical-align: central;
    }

    
}

/* Across */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


.fontBold {
    font-weight: bold;
    font-size: 3.2em;
    font-family: 'Montserrat', sans-serif;
}

a, a:hover {
    text-decoration: none;
    color: black;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}
