/******************************************************************
Theme Name: Mountain IT
Theme URI: https://www.mountain-it.nl
Description: Custom build theme by mountain IT
Author: Mountain IT
Version: 1.0
Tags: mountain it
------------------------------------------------------------------
 */

/*
global element styling*/

body.logged-in {
    margin-top: 32px;
}

html body {
    margin: 0;
}

/*
header styling*/

header.mtit-header {
    box-shadow: 1px 7px 3px 2px #0000006b;
}

/*
header topbar styling*/

header .mtit_topbar {
    background-color: #00c876;
    color: white;
    font-weight: bold;
}

header .mtit_topbar .mtit-usp-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
}

/*main header styling*/

header .mtit_main-header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

/*
footer styling*/

footer.mtit-footer {
    background: black;
    color: white;
    margin-top: 50px;
    padding: 50px;
    display: flex;
    justify-content: space-around;
}
