@import "https://shubbaria.net/static/fonts/fonts/styles.css";


* {
    font-family : 'HelveticaNeue';
}

a {
color:inherit;
}
.row {
position:relative;
}
.column {
margin-bottom:5px;
}

img:not(.img) {
    width  : 100% ;
    height : auto;
}


@keyframes imgbg {
    0%   { background-position: 100% 0%; }
    100% { background-position: 0% 100%; }
}
a:hover {
color:inherit;
}
.imgbg {
    width:  100%;
    height: 200px;
    background-position: 100% 0%;
    background-repeat:   no-repeat;
    background-size:     100% 100%;
}

.imgbg:hover {
/*animation: imgbg 3s linear;
background-position: 0% 100%;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family : 'HelveticaNeue';
}

.fluid {
max-width:100%;
}

.set_height_website {
    min-height: 613px;
}
$breakpoints: (
  small: 0px,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
  xxlarge: 1440px,
);

$breakpoint-classes: (small medium large xlarge xxlarge);
