/* BASE STYLES  */

html, body {margin: 0; padding: 0; font-size: 17px; font-weight:400;}
input:focus, select:focus, textarea:focus, button:focus {outline: none;}
img {border:0px;}
a i {cursor: pointer;}
::-moz-selection {color:; background:;}
::selection {color:; background:;}
a {transition: 0.3s;}
.container { margin-right: auto;  margin-left: auto; max-width: 1300px;}
hr {opacity: 1;}
*:focus {outline: none;}


/* ------------------------------------------------------------ */