.container {
	margin-top: 10px;
}


@font-face {
	font-family: "Cardo";
	src: url(../fonts/Cardo-Regular.ttf);
}
@font-face{
	font-family: "Arvo";
	src: url(../fonts/Arvo-Regular.ttf);
}
@font-face{
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold.otf);  /* .ttf  .eot*/  /* IE */ 
}
@font-face{
    font-family: "Verdana";
    src: url(../fonts/verdana.ttf);  /* .ttf  .eot*/  /* IE */ 
}
@font-face{
    font-family: "Verdana Bold";
    src: url(../fonts/verdanab.ttf);  /* .ttf  .eot*/  /* IE */ 
}

@font-face{
    font-family: "Corbel";
    src: url(../fonts/corbel.ttf);  /* .ttf  .eot*/  /* IE */ 
}

@font-face{
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Regular.ttf);  /* .ttf  .eot*/  /* IE */ 
}


/* 

MENU

 */
.menu {
	position: fixed;
	margin-top: 0.1em;
	background-color: white;
	z-index: 1; /*menu in top of everything and fixed*/

}
span {
 display:block;
 position:absolute;
 bottom:0;
 left: 6px;
 right: auto;
 background:black;
 background: rgba(0, 0, 0, 0.25);
 width: 97%;
 height: 95%;
 padding-left: 7px;                           
}
span p {
	font-family: Montserrat;
	color: white;
	text-align: center;
}
span h1 {
	font-family: Montserrat;
}

.showme{ 
display: none;
}
.showhim:hover .showme{
display : block;
}

/*GALERY */
.galery {
	margin-top: 9em; /* arange on small devices*/
}
 img {
	margin-top: 13px;
}
#active {
	color: #d9d9db!important;
}
.main_menu ul li {
	text-decoration: none;
	display: inline-block;
	color:black;

}

.main_menu li {
	font-family: Verdana Bold;
	font-size: 1.9em;
	margin-right: 1em;
}

.second_menu ul li {
	text-decoration: none;
	display: inline-block;
	
}
.second_menu a {
	font-size: 87%;
    margin-right: 16px;
    
}
a {
	color: black!important;
	text-decoration: none!important;
}
/*end menu*/

.col-md-4 {
	padding-left: 7px!important;
    padding-right: 7px!important;
}


/* footer*/

.page-footer ul li {
	list-style-type: none;
    display: inline-block;
    margin-left: 10%;
    margin: 2%;
}

.copyR p {
	display: block;
    bottom: 0;
    font-family: Corbel;
    color: black;
    text-align: center;
    margin-bottom: 0px;

}
