<!-- default css for all website  -->

<!-- needed for chrome + ff bug  -->
html{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color: rgb(240,240,240);
}

.headerbar{
    width: 100%;
    height: 90px;
    background-color: rgb(240,240,240);
    min-width: 680px;
}

.header{
    margin-left:4vw;
    height:12vh;
    float:left;
}

.header h1{
    margin:0;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 15px;
}


.header h3{
    margin-top: 4px !important;
}

.contactinfoTOP{
    float:right;
    text-align: right;
    margin-right:4vw;
    margin-top:15px;
}

.contactinfoTOP ul{
    margin-top:0;
}

.socialmedialinks img {
    height:30px;
    width:30px;
}

body{
    min-width: 100%;
    min-height: 100vh;
    background-color : black;
    color: black;
    margin:0;
    font-family: 'Montserrat', sans-serif;
}

ul{
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
    margin: 13px;
    padding: 0;
}

.menu{
    width: 100%;
    height: 6vh;
    line-height: 3vh;
    font-size: 2.2vh;
    font-family: Roboto !important;
    border-top: 2px solid black;
    border-bottom: 2px solid black;    
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    background-color: rgb(240,240,240);
}

.menu ul{
    /* float: left; */
    display: inline-block !important;
    position: absolute;
    left: 0;
}

.menu h1{
    display: none;
}

.menu-icon {
    display: none;;
}

.menu-icon > .line {
    display:none;
}
.menu-icon > .line + .line {
    display:none;
}

.menu ul li{
    display: inline-block;
    margin-left:3vw;
}


.maincontent{
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}




a {
    text-decoration: none;
    color:black;
}

.contentbodyframe{
    height:50em;
    width:100%;
    display: inline-block;
}

.contentheadframe{
    float:left;
    margin-top: 2vh;
    margin-left: 2vh;
    max-height: 64vh;
    width: 35vw;
    min-width: 40vw;
    max-width: 420px;
    background-color: rgba(225,225,225,0.75);
    padding:1vw;
    overflow: hidden;
}

.contentheadframe h1{
    font-family: 'Roboto', sans-serif !important;
    margin:0;
    font-size: 30px;
}

.contentheadframe h2{
    font-size: 1.8vh;
}

img {    
    height: -webkit-fill-available;
    width: 100%;
}

.contentimage{
    background-color: rgba(255,255,255,1);
   height: 100%;
    width: 100%;
    z-index:-1;
    position: absolute !important;
    overflow: hidden;
}

.contentcontactform h2{
    font-size: 1.8vh;
}

.contentcontactform{
    float:right;
    height: auto;
    width: 45vw;
    min-width: 380px;
    margin-top: 2vh;
    margin-right: 2vw;
    margin-bottom: 2vh; 
    background-color: rgba(225,225,225,0.75);    
    text-align: left;
    padding-left: 15px;
}

.contentcontactform form{
    display: grid;
    grid-row-gap: 5px;
}

form input[type=text]{
    height: 100px;
}

form input[type=submit]{
    width: 100px;
    background-color: #f15a29;
    border-color: #f15a29;
    border-radius: 4px;
    color: azure;
    font-family: Roboto;
    font-weight: bold;
    cursor: pointer;
}

.footerbodyframe{
    height:auto;
    width:100%;
    display: inline-block;
    padding-bottom: 5vh;
    background-color: lightslategrey;
}


