body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
	font-family: 'Noto Sans KR', sans-serif;
}
html {
    width: 100%;
    height: 100%;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFF;
    color: #337AB7;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #337AB7;
    color: #FFF;
}
header .navbar .navbar-brand > span{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 992px){
	header .navbar .navbar-brand > span {
		display: none !important;
	}
}

header .navbar-dark .navbar-nav > .nav-item > a {
    color: #fff;
}
header .navbar-dark .navbar-nav > .nav-item:nth-child(2):hover > a.nav-link, .navbar-dark .navbar-nav > .nav-item:nth-child(2).active > a.nav-link{
	color: #007bff;
}
header .navbar-dark .navbar-nav > .nav-item:not(:nth-child(2)):not(:last-child):hover > a.nav-link, .navbar-dark .navbar-nav > .nav-item:not(:nth-child(2)):not(:last-child).active > a.nav-link {
	color: #ffc107;
}
header .navbar-dark .navbar-nav > .nav-item:last-child:hover > a.nav-link, .navbar-dark .navbar-nav > .nav-item:last-child.active > a.nav-link {
	color: #dc3545;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
.flagcolors,.flagcolors > div {height: 10px}
section {padding-top:50px;padding-bottom:50px;}
#parteneri div.d-flex {
  flex-flow: row wrap;
  justify-content: space-between;
}
#parteneri div.d-flex::after {
  content: "";
  flex: auto;
}
#parteneri img {min-height:50px; max-height:50px;}
/*.welcome-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.servicii-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
}
.whatwedo-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
}*/
.makebig{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    
    position: fixed;
    height: 100%;
    bottom: 0;
}