/*!
Theme Name: SONG LO BOAT
Theme URI: http://underscores.me/
Author: Kong in Tech
Author URI: http://kongintech.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: songloboat
*/

html, body {
	font-family: 'Montserrat', sans-serif !important;
}

@keyframes scrollDown {
	0% { transform: translateY(0); opacity: 0; }
	20% { opacity: 1; }
	80% { opacity: 1; }
	100% { transform: translateY(50px); opacity: 0; }
}

.animate-scroll-down {
	animation: scrollDown 1.5s linear infinite;
}