/* GLOBALI */
* {
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	outline: 0;
}

:focus {outline:0 none !important;}
::-moz-focus-inner {border:0;outline:0 none !important;}

::-webkit-input-placeholder {color:#ccc;}
::-moz-placeholder {color:#ccc;}
:-ms-input-placeholder {color:#ccc;}
:-moz-placeholder {color:#ccc;}

.transition300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pointer {
    cursor:pointer;
}

html {
    scroll-behavior: smooth;
}

body {

}

.main-content h1 {
    font-size:1.4em;
}


/* RESPONSIVE */

/*
@media only screen and (min-width: 0px) and  (max-width: 320px) {}
@media only screen and (min-width: 321px) and  (max-width: 375px) {}
@media only screen and (min-width: 376px) and  (max-width: 768px) {}
@media only screen and (min-width: 769px) and  (max-width: 1024px) {}
@media only screen and (min-width: 1025px) and  (max-width: 1440px) {}
@media only screen and (min-width: 1441px)  {}
*/