﻿@bodyfontsize: 16px;
@bodyfontfamily: "Lato";

@black: #000;
@white: #fff;
@color_1: #ddd;
@color_2: rgba(255,255,255,0.8);
@color_3: #666;
@color_4: #999;
@color_5: rgba(255,255,255,0.65);
@width0: 100%;

@small: ~"screen and (max-width: 39.9375em)";
@medium: ~"screen and (min-width: 40em) and (max-width: 63.9375em)";
@mediumBelow: ~"screen and (max-width: 63.9375em)";
@maxwidth640: ~"only screen and (max-width: 40rem)";
@maxwidth768: ~"only screen and (max-width: 48em)";
@maxwidth1024: ~"only screen and (max-width: 1024px)";
@maxwidth767: ~"only screen and (max-width: 47.9375rem)";
@maxwidth1023: ~"only screen and (max-width: 63.9375rem)";
@mediaIPad: ~" only screen   and (min-device-width: 768px)   and (max-device-width: 1024px) ";



