﻿header {
    position: sticky;
    background-color: white;
    top: 0px;
    /*margin: 0px 155px;*/
    /*background-color: dimgrey;*/
    border-bottom-color: rgb(60, 9, 148);
    border-bottom-width: 2vh;
    border-bottom-style: solid;
    border-top-width: 1vh;
    border-top-style: solid;
    border-top-color: white;
}
body {
    background-color: rgba(77, 97, 130,1);
    margin: 0px;
    font-family: Arial;
    background-image: url("images/background.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.maincontent{
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content:center;
    margin: 0px 12vw;
    vertical-align:middle;
    text-align:center;
    font-size:large;
    /*border-radius:20px;*/
    color:white;
    text-shadow: 2px 2px 0 #000, 2px 2px 0 #000;
}
p{
    /*margin-bottom:10px;*/
}
h1 {
    display: flex;
    justify-content: center;
    /*background-color: rgba(255,255,255,0.6);*/
    background-color: rgba(0,0,0,0.6);
}
h2 {
    text-align:center;
    display: flex;
    justify-content: center;
    /*background-color: rgba(255,255,255,0.6);*/
    margin: 0px 12vw;
    font-size: xx-large;
    color: white;
    background-color: rgba(0,0,0,0.4);
    text-shadow: 2px 2px 0 #000, 2px 2px 0 #000;
}
.headerphoto {
    display: flex;
    /*justify-content: center;*/
    margin: 0px 6vw;
}
.contacttable {
    /*background-color: rgba(255,255,255,0.6);*/
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px 6vw;
    max-width:20vw;
    /*vertical-align: middle;*/
    /*text-align: center;*/
    font-size: 1vw;
    /*border-radius:20px;*/
    /*color:white;*/
}
.opentimestable {
    /*background-color: rgba(255,255,255,0.6);*/
    display: flex;
    justify-content: center;
    margin: 0vw 6vw 0vw 6vw;
    max-width:20vw;
    /*vertical-align: middle;*/
    /*text-align: center;*/
    font-size: 1vw;
    /*border-radius:20px;*/
    /*color:white;*/
}
.bannerimage{
    max-width:30vw;
    max-height:10vw;
}
.companynumber{
    font-size: 1vw;
}
.bannericon {
    max-width: 3vw;
    max-height: 3vw;
}
@media only screen and (max-width: 1200px) {

    .opentimestable {
        margin: 0vw 1vw 0vw 1vw;
        font-size:2vw;
    }
    .contacttable {
        margin: 0vw 1vw 0vw 1vw;
        font-size:2vw;
    }
}