
@media (max-width: 320px) and (max-width:480){
	
	h1 {
	font-size: 16px;
	}	
	
	h3{
	font-size: 17px;
	}
	
	h4{
	font-size: 17px;
	}
	
/*---------Navbar-----------------------------------------------------------------------------------------*/
	


	
	
/*---------Buttons-----------------------------------------------------------------------------------------*/
.btn{
background-color:#E4637F;
border: 2px solid #ffffff;
color: #ffffff;
letter-spacing: 1px;
padding: 8px 12px;
font-size: 12px;
font-weight: normal;
border-radius: 4px;
line-height: 1.5;
text-decoration:none
 
}

.btn:hover{
background-color:#fff;
border: 2px solid  #E4637F; 
color: #E4637F;
letter-spacing: 1px;
padding: 8px 12px;
font-weight: normal;
border-radius: 4px;
line-height: 1.5;
text-decoration:none;
}	

/*---------Social Bar and to top-----------------------------------------------------------------------------------------*/

#socialbar {
  display: none;
  position: fixed;
  z-index: 99;
	right: 0px;
}

.icon-barside {
  position: fixed;
  top: 90%;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);

}

.icon-barside a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 5px;
  border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
 margin-bottom: 3px;
}

.icon-barside a:hover {
  background-color: #E4637F;
}

.facebook {
  background: #3B5998;
  color: white;
}

.totop {
background-color: darkgreen;
	color: #FFFFFF;
}

/*---------Kontak Ons-----------------------------------------------------------------------------------------*/	
	
.kontakbg {
	height: 100vh;
	width: 100%;
	background-image: url( "../images/bg-contact.jpeg");
	background-size: cover;
	background-position: center;
	display: table;
	background-attachment: fixed;
}


.kontaksection {
	margin-top: 90px ;
	padding: 15px;
	position: relative;
	background-color: #FFFFFF;
	opacity: 0.8;
}



	
	}
	