﻿/*-------------------------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: 0px;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	color: white;
	background-color: #1b1464;
	margin: 5px;
}

.btn:hover{
	color: #1b1464;
	background-color: white;
}

.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---------------------> */