/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Lato-Regular !important;
  src: url('../fonts/lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Medium !important;
  src: url('../fonts/lato/Lato-Medium.ttf'); 
}

@font-face {
  font-family: Lato-Bold !important;
  src: url('../fonts/lato/Lato-Bold.ttf'); 
}

@font-face {
  font-family: Lato-SemiBold !important;
  src: url('../fonts/lato/Lato-SemiBold.ttf'); 
}

body{
  font-family: Lato;
  color: #333333;
  margin: 0 auto;
  text-align: center;
}
.cons{        
  margin-top: 50px;
  height: 350px;
}
.sosial-media{
  width: 20px;
  height: 20px;
}
.divider{
  background-color: #EA6267 !important;
  width: 100px;
  height: 3px;
}
.custom-control-inline{
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
p{
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.center{        
  text-align: center;
}
h5{
  text-align: center;
}

/*Mobile*/
@media(max-width: 760px){
  .cons{
    height: 250px;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .cons{
    height: 300px;
  }
}
