html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

}
body {
	overflow-x: hidden;
}

.navbar .navbar-right .fa-phone {
	color:white;
	font-size:30px;
	padding-top: 10px;
	margin-right:100px;
	/*padding-top: 10px;
	padding-right: 70px;
	padding-left: 2%;
	padding-bottom: 55px;
width:3%;
*/
margin-right: 30px;
}



.navbar .navbar-right .fa-facebook {
	color:white;
	font-size:30px;
	padding-top: 10px;
	/*padding-right: 70px;*/
	margin-right: 25px;
	margin-left: 1px;
	float:left;

	/*	padding-bottom: 55px;*/

}
.navbar .navbar-right .fa-envelope {
	color:white;
	font-size:30px;
	padding-top:8px;
	/*padding-right: 70px;*/
	margin-right: 40px;
	float: left;

	/*	padding-bottom: 55px;*/

}

.navbar-right {
	margin:auto;
	padding-bottom: 5px;
}


#mycarousel {
	/*margin-top:10%;*/
}

.navbar {
	background: #2c3e50;
	border: none;
}

.navbar .navbar-nav > li > a {
	color:white;
}

.navbar .navbar-nav > li > a:hover {
	color:white;
}
.navbar .navbar-nav > li > a:onclick {
	color:white;
}

/*brand color*/
.navbar .navbar-header > a{
	color:white;

}
/*brand modifies (color+size)*/
.navbar .navbar-header > a{
	color:white;
	font-size:2em;
}
.navbar .navbar-header > a:hover{
	color:white;
}
/*animations for navbar content*/
.navbar .navbar-nav > li > a:not {
	/*	display: inline-block;*/
}

.navbar .navbar-nav > li > a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width .9s ease, background-color .5s ease;
}

.navbar .navbar-nav > li > a:hover:after {
	width: 100%;
	background: white;
}
/*animation ends here*/

#img {
	margin-bottom: 50px;
	text-align: center;
	padding-top: 30px;


}

h2 {
	font-size: 30px;
	color: black;
}

p {
	font-size: 20px;
	width:50%;
	margin-left: 25%;
	color: black;
}

#text {
	display: inline-block;
	text-align: center;
	vertical-align: text-bottom;
	color: black;
	padding-right: 30px;

}

.wel {
	text-align: center;
	color: black;
	/*	background: #2c3e50;*/
	/*border: none;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px 0 30px 0;
	height: 0*/
}


.container > hr {
	width: 75%;
	margin-top: 150px;
	background-color: black;
}


#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: white;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: white;
	top: 5px;
}

.bs-example-navbar-collapse-1 {
	background: red;
}

.navbar {
	border-width: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: rgba(0,0,0,0.0);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

/*black div with text on top*/
#spatiu {
	background-color:#3c3d41;
	width: 100%;
	vertical-align: 200px;
	padding: 35px;
}

#spatiu > div {
	color: rgba(255,255,255,1.00);
	font-size:55px;
	text-align:center;
	margin-top: 10px;
}

/*alignment for phone*/


@media only screen
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	#spatiu div {
		font-size: 30px;
	}
	/*
	#spatiu {
	height: 45%;
}
*/
}

/*footer starts here*/
footer #copyright {
	background:#3c3d41;
 color:white;
 text-align: center;
	padding: 10px 0;
	font-size: 1em;
}


/*and ends here*/
/*brand edits*/
.activee {
	border-right-color: white;
	border-right-style:solid;
	border-right-width: 2px;
	border-bottom-left-radius: 1px;
	border-bottom:white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.carousel-inner #layer {
	background:rgba(22,50,12,0.4);
}
 .info {
	 padding: 30px 0
 }




.carouselbackground {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.35);
	z-index: 1;
}


.navbar-collapse.collapse.in,
.navbar-collapse.collapsing {
	background: rgba(0, 0, 0, 0.7)
}
