/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
  box-sizing: border-box;
}
/*
*, *:before, *:after {
  box-sizing: inherit;
}
*/


/* Custom Styles */


html {
	font-size: 62.5%;
}

body {
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: 'Open Sans';
}

p {
	display: block;
	margin-bottom: 15px;
}

.hg-header,
.hg-baner,
.hg-mobile-menu {
	background-color: #1b2f54;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;

/*	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;*/
}

.hg-footer {
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	font-style: italic;

	display: flex;
/*	justify-content: center;
	align-items: center;*/
}

.hg-bottom {
	background-color: #111;
	color: #fff;
	font-size: 1.2rem;
	font-style: italic;
    padding: 10px;
	/*display: flex;
/*	justify-content: center;
	align-items: center;*/
}

.hg-left,
.hg-right {
	background-color: rgb(230, 230, 230);
/*	text-align: center;*/
}

.hg-header,
.hg-baner,
.hg-left,
.hg-right,
.hg-main {
	padding: 15px;
}


.hg-main {
	margin-bottom: 25px;
}


@media screen and (min-width: 901px) {
.hg-full {
	padding: 15px;
    background-color: #1b2f54;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
}
}

@media screen and (min-width: 601px) {
    
.hg-mobile-menu {
    visibility: hidden;
    display: none;
  }
}



@media screen and (max-width: 900px) {
    
.hg-left,
.hg-right {
	background-color: rgb(255, 255, 255);    
}
.hg-full,
/*.hg-mobile-menu*/ {
    visibility: hidden;
    display: none;
  }
}
    
    
    
@media screen and (max-width: 600px) {
    
.hg-header {
	background-color: #fff;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
    }
    
 .hg-baner,
 .hg-header-menu,
 .hg-full,
 .marquee {
    visibility: hidden;
    display: none;
  }
  
.hg-header,
.hg-baner,
.hg-full,
.hg-left,
.hg-right,
.hg-main {
	padding: 8px;
}
  
}
    
    

