
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color:black;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: black; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

.multimedia{margin-top: 2em;}
.nav-under{border-bottom: 1px solid #555}
a { 
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	color: black;
	text-decoration:underline; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}


.style-nav {background-color: white;
}

.navbar-default .navbar-nav > li > a{
color: black;}

.navbar-default{background-image: white;}

.navbar-brand {font-family: 'Cinzel', serif; font-size: 2em; }

.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;

}



.cont-fck{margin-top: 16em;  border-top: 4px solid black;}

.one{padding-top: 2em;}

.navbar-default{border-color: white;}

.thumbnail{border: 2px solid black;}

@media (min-width: 900px){
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  display:flex;
  align-items: center;
  
}

}


@media (max-width: 420px){
	.cont-fck{margin-top: 10em;}
}