﻿#page {
    margin-top: 9rem;
    margin-bottom: 16rem;
}


div#sites {
    margin-top: -2em;
    margin-bottom: 2em;
    position: relative;
    height: calc( 100vh - 7em );
	border-bottom: .5em solid var(--headerGreen);;
}

#logoContainer {
    display: none;
}

ul#boxMenu {
    margin-top: 0;
    /* position: absolute; */
    right: 0;
}

#boxMenu>li:nth-child(2) {
    display: none;
}

#page>div.container>div.container>h3:nth-child(2) {
    /* margin-top: 0; */
}

#pageTitle {
    display: none;
}

#containerMain {
    margin-top: 0;
}

@media only screen and (max-width: 500px) {
	#page{ margin-top: 6rem; }
}