﻿/*-------------------------CLASE GENERALE-------------------------*/

body, html {
    height: 100%;
    background-color: #eceaed;
}

h2, h5{
	text-align: center;
	color:#1b1464;
}

a{
	text-decoration: inherit;
	background-color: inherit;
}

a:hover{
	font-weight: bold;
	text-decoration: none;
}

.btn {
	border-radius: 12px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	color: white;
	background: linear-gradient(135deg, #1b1464 0%, #00109f 100%);
	padding: 12px 16px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease-in-out;
	margin: 10px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.btn:hover {
	background: linear-gradient(135deg, #1b1464 0%, #00109f 100%);
	transform: translateY(-4px) scale(1.05);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 200%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	transform: skewX(-45deg);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.btn:hover::before {
	left: 100%;
}

.btn:active {
	transform: translateY(0) scale(0.98);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.titluDiv{
	color:#1b1464;
	font-size: 30px;
	padding: 0px 0px 20px 10px;
}

.textDetalii{
	color:black;
	font-family: 'Montserrat';
	margin: auto;
	font-size: 14px;
}


.textDetalii a{
	text-decoration: none;
}


/*-------------------------SFARSIT CLASE GENERALE-------------------------*/

/*-------------------------BANNER DIV-------------------------*/

#bannerAC{
	background-image: url("../images/wallpaper_firstView3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin:auto;
   	
}

.textBanner{
	float: center;
	display:block;
	margin:auto;
	color: #1b1464; 
	font-size: 22px;
	padding: 20px 0px 20px 0px;
	/*font-family: 'Merriweather Sans';*/
	text-transform: uppercase;
}

.aboutDiv{
	padding-top: 80px;
}

.logo-footer-ac{
	float: center;
	margin:auto;
	height:150px;
	width: 150px;
}

.logoBanner{
	float: center;
	display:block;
	margin:auto;
	height:250px;
	width: 250px;
}
/*-------------------------SFARSIT DIV-------------------------*/


/*-------------------------HOME DIV-------------------------*/

.logoHomeDiv{
    float: center;
	display:block;
	margin:auto;
	height: auto; 
    width: auto; 
	min-height: 15%;
	max-width: 15%;
}

.homeDiv {
    background-image: url("../images/wallpaper_firstView3.jpg");
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*-------------------------SFARSIT HOMEDIV-------------------------*/


/*-------------------------OBIECTIVE-------------------------*/

.objectivesDiv{
	padding-top: 20px;
}

.objectivesDiv ul {
  list-style: none;
}

.objectivesDiv li{
	padding: 5px;
}

.objectivesDiv ul li:before {
  content: '✓';
}

.objectivesDiv ol {
  list-style: none;
}

.objectivesDiv ol li:before {
  content: '❖';
}


/*-------------------------SFARSIT OBIECTIVE-------------------------*/




/*-------------------------CALENDAR-------------------------*/

.calendarDiv{
	padding-top: 20px;
}

.calendarDiv ul {
  list-style: none;
}

.calendarDiv li{
	padding: 5px;
}

.calendarDiv ul li:before {
  content: '➟ ';
}

/*-------------------------SFARSIT CALENDAR-------------------------*/






/*-------------------------PARTNERS-------------------------*/

.partnersDiv{
	padding-top: 20px;
}


.partnerLogo{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------------SFARSIT PARTNERS-------------------------*/





/*-------------------------PREVIOUS-------------------------*/

.previousDiv{
	padding: 20px 0px 40px 0px;
}


.logoContainer{
	padding: 40px 0px 20px 0px;
}

.previousDiv{
	padding: 20px 0px 40px 0px;
}

/*-------------------------SFARSIT PREVIOUS-------------------------*/






/*-------------------------NAVBAR-------------------------*/

/*.navbar-nav > li > a {
    color: #1b1464;
    padding: 10px;
    text-decoration: none;
}

.navbar_scrolled{
	background: #1b1464;
	transition: 1s;

}

.navbar{
	background-color: none;
}

@media only screen and (max-width: 768px) {
   .navbar-collapse{
   		background-color: white;
	}

	.navbar_scrolled{
		background: #1b1464;
		transition: 1s;
	}
	.navbar-nav > li > a {
   		color: #1b1464 !important;
   		text-decoration: none;
    }
}*/

.navbar-nav > li > a {
    color: white;
    padding: 10px;
    text-decoration: none;
}

.navbar_scrolled{
	background: #1b1464;
	transition: 1s;
}

.navbar{
	background: #1b1464;
}




/*-------------------------SFARSIT NAVBAR-------------------------*/




/* <---------------------FOOTER---------------------> */


.logo-footer-ac{
	/*float: center;
	display:block;*/
	margin:auto;
	height:150px;
	width: 150px;
	padding:5px;
}

.logo-footer-asachi{

	height:150px;
	width: 110px;
	padding:5px;
}

footer {
	padding-top: 40px;
	padding-bottom: 5px;
	background: #2c2c29;
	text-align: center;
	color:white;
	font-size:30px;
}

.textCopyright {
	color: white;
	text-align: center;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	padding-top:10px; 
}

footer h4 {
	color: white;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

footer i {
	color: white;
	padding-right: 25px;
	padding-left: 25px;
	margin:auto;
}

footer i:hover {
	color: #00b3fe;
}

.underline-text {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}

/* <---------------------END FOOTER---------------------> */