{
	box-sizing: border-box;
}

body{
	background-color: #f39d1a;
	margin:0;
	padding: 0;
}

#Container {
	width:100%;
	height: 100vh;
	/*margin-left: auto;
	margin-right: auto;
	margin-top:11px;*/
	margin: auto;
	padding: 0px;
	background-color: #f39d1a;
	/*opacity:0.9;*/
		
	
	
}

#Header {
	width:auto;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	height:600px;
	
	
	background-image: url(promakeup.jpg);
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;

}

#logo{
	float:left;

}

nav{

	
	/*background-color: #d1d1e0;*/
	
	/*position: fixed;*/
	margin-left: 20px;
	width:auto;
	height: 80px;
	background-color: #0009;
	
	/*margin:0;*/
	/*text-align:center;*/
	line-height: 40px;

}

nav ul {
	float:left;
	/*margin-right:200px;*/
	padding: 10px;
	list-style: none;
	
	
}

nav ul li {
	list-style:none;
	display: inline-block;	
	transition: 0.8s all;
	position: relative;
	/*padding: 20px;
	cursor:pointer;
	float: left;
	width: 150px;
	height: 40px;
	

	
	
	opacity: .6;

	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top:30px;
	margin-right: 0px;
*/	
}
nav ul li:hover {
	background: #f39d1a;
	border-radius: 5%;

}

nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 20px;
	/*margin-top: 0px;*/
}



	
nav ul li ul{
	position: absolute;
	width:150px;
	margin-left: 0px;
	/*background: #220;*/
	
	
	
	
	
	text-align: left;
	display: none;
	visibility: hidden;

}
	 nav ul li ul li {
	 	left:0;
	 	background: #220;
	 	line-height: 20px;

		display: block;
	
}

	nav ul li ul li:hover {
		background: #f39d1a;
		border-radius: 5%;
		

		display: block;
		}
	
	nav li:hover ul{
	
		display: block;
		opacity: 1;
		visibility: visible;
	}
#aktivna{
  background-color: #f39d1a;
  border-radius: 5%;
  opacity: 0.8;
}
.search-form{
	display: inline-block;
	margin-top:40px;
	/*float: right;*/
	margin-right:30px;
}

input[type=text]{
	/*padding: 5px;
	border:none;
	font-size: 13px;
	font-family: verdana;*/

	 width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    background-image: url('sr.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 100%;

}


/*button{
	margin-top: 7px;
	float:right;
	background: #f39d1a;
	color:white;
	border-radius: 0 5px 5px 0;
	cursor:pointer;
	position: relative;
	padding: 5px;
	font-family: verdana;
	border:none;
	font-size: 13px;
}*/



#MainBody {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	height:700px;
	width:auto;
	background-color:  #1a1a1a;
	
	
}

h1{
	color:white;
	font-family: verdana;
	font-size: 30px;
	}


#MainBody p{
	
	margin:20px;
	text-align: center;
	
	color:white;
	font-size: 18px;
	padding:15px;
	font-family: verdana;
}

#MainBody #Zavrsni p{
	font-family: verdana;
	font-size: 15px;
}

.Appointment {
	float:left;
	margin-left: 120px;
	background-color: #f39d1a;
	width:80%;
	height:80px;
	border-radius: 2%;
	opacity: 0.8;

}
.Appointment p {
	float: left;
	margin:20px;
	font-family: verdana;
	margin-left: 10px;
	padding: 15px;
	margin-right: 100px;
	color:white;
	background-color: #f39d1a;
	font-size: 15px;
	text-align: left;
	display: inline-block;
}

.Appointment .button {
	margin-right: 50px;
	position: relative;
	margin-top: 20px;
	float:right;
	background: #1a1a1a;
	color:#ccc;
	border-radius: 0 5px 5px 0;
	cursor:pointer;

	padding: 5px;
	font-family: verdana;
	border:none;
	font-size: 20px;

  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.Appointment .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.Appointment .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.Appointment .button:hover span {
  padding-right: 25px;
}

.Appointment .button:hover span:after {
  opacity: 1;
  right: 0;
}

.Appointment:hover {
	opacity: 1;
}

#BottomBar {
	width:auto;
	
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	height:400px;
	background-color: #1a1a1a;
	
}

.column {
	position: relative;
	height: 300px;
	float:left;
	width:25%;
	/*padding: 10px;*/
	background-color:  #1a1a1a;
	


	


}

.image {

	border:2px solid #ccc;
	
	
	margin:auto;
	margin-top: 40px;
	display: block;
	width:70%;
	height:70%;
	opacity: 0.9;
}


.column:hover .image{
	opacity: 1;
	border:2px solid #f39d1a;
}
.overlay {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: #f39d1a;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	opacity: 0.8;
	border-radius: 20%;

}

.column:hover .overlay {
  height: 20%;
  opacity: 1;
}

.text {
	
	text-decoration: none;
	list-style: none;
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 900px) {
    .column  {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column  {
        width: 100%;
    }
}

.clear {
	clear: both;
}

#Zavrsni {
margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	height:400px;
	width:auto;
	background-color:  #1a1a1a;



}


h2{
	margin-top: 120px;
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
	color:white;
}




#Footer {
	clear:both;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
	height: 300px;
	background-color:  red;
	margin-bottom: 5px;
	
}
 footer .column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
footer .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    footer .column {
        width: 100%;
    }
}


@media(max-width: 768px){
	#Header #logo, 
	#Header nav,
	#Header nav li, #MainBody h1, #MainBody p{
		float: none;
		text-align: center;
		width:100%;
	}

	header {
		padding-bottom: 20px;
	}


}