/*!
╔╗ ┬  ┌─┐┌─┐┬┌─┌─┐┬─┐┬┌─┐
╠╩╗│  ├─┤│  ├┴┐├┤ ├┬┘│├┤ 
╚═╝┴─┘┴ ┴└─┘┴ ┴└─┘┴└─┴└─┘
http://web.blackerie.hu/
 */

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    margin-top: 50px;
}

html {
    width: 100%;
    height: 100%;
}


/*  Navbar and links custom font + color  */

.navbar-brand {
    font-family: "Economica","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.navbar-default{
    background-color: #a72925;
    border-color: transparent;
	box-shadow: 0 1px 8px rgba(0,0,0,.3);
}

.navbar-default .navbar-nav > li > a {
    color: #eeb6b4;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #b82d28;
}

a {
    color: #dc6460;
}

a:hover, a:focus {
   color: #d8544f;    
}

h1 {
    color: #a72925;
}

.bordo{
	color: #a72925;
}

.btn {
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.14);
}

/*  sections  */

.intro-section {
    height: 100%;
    padding-top: 50px;
    text-align: center;
    background-size: cover;
    background-image:url('../img/joy.jpg');
    background-attachment: fixed;
    background-position: 40% 50%;
    position: relative;

}

#info-box{
    opacity: 0.8;
    padding-top: 6%;  
}

#info-box .panel-heading{
    opacity: 1;

}
.fa{
	padding-right:5px;
	padding-left:5px;
	} 
.sm{
	font-size:15px;
}

.big-green-button{
   padding-top: 2px;    
}

.about-section {
    padding: 40px 0;
    background: #fff;
}

.services-section {
    padding: 60px 0;
    background: #fff;
}

.services-section h2 {
    color: #a72925;    
}

.contact-section {
    height: 100%;
    padding-top: 150px;

    background: #f8f5f0;
}

.fontos-section{
    height: 100%;
    padding-top: 500px;
    text-align: center;
    background-size: cover;
    background-image:url('../img/tuz.jpg');
    background-position: 90%;   
}

.dicsi-section {
    height: 100%;
    padding-top: 500px;
    text-align: center;
    background-size: cover;
    background-image:url('../img/ima.jpg');
    background-position: 28% 50%;

}



.modal-title {
    color: #a72925;
}

/*  to make map in modal responsive */
.map_container{
    position: relative;
    width: 100%;
    max-width: 570px;
	max-height:400px;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.map_container .map_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#cal{
	max-width: 300px;	
}

#comenius{
	font-size: 15px;
}


#comenius .panel-heading, #comenius .panel-title{
	font-family: inherit;	
	font-size: 13px;
	font-weight: 400;
}

#comenius a:hover, #comenius a:focus {
	color: #a72925;
	text-decoration: none;
}

#scrollup{
    display: none;
    bottom: 5px;
    right: 5px;
    position: fixed;
    z-index: 100;
    opacity: 0.4;
}


footer {
    color: #ede3e3;
    background-color: #3e3f3a;
    font-size: 14px;
    padding: 50px 0 20px;
}

