/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.grad1 {
  background-color: #5bc0de; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, darkblue , #5bc0de); /* Standard syntax (must be last) */
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

/* pentru GDPR */
.euacu{
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 10px;
}

.butongdpr{
	background-color: #191970;
	padding:5px 10px;
	color:#fff;
	border:none;
	border-radius:5px;
  font-size: 1.0vw;
}

.butongdpr:hover{
	background-color: gray;
	padding:5px 10px;
	color:black;
	border:none;
	border-radius:5px;
}

table {
  width: 100%;

}
th, td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
tr:hover {background-color: #f5f5f5;}
td.prim {
  width: 450px;
}

h1.misca {
    -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
  transition: width 2s, height 4s;
}

h1.misca:hover {
  color: #FECA1F;
  background-color:black;
}
/* unvisited link footer */
a.e1:link {
  color: white;
}

/* visited link */
a.e1:visited {
  color: black;
}

/* mouse over link */
a.e1:hover {
  color: yellow;
}

/* selected link */
a.e1:active {
  color: orange;
}
/* end gdpr */
