/*
*
* =================================================================
* SKIN 
* =================================================================
*
* Populate this file with the CSS of your custom design. 
* Include this file into the <head> area of your pages, after the style.css and any other css file.
*
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/* 

# COLORS
===================================================================

*/



/*

# CUSTOM CLASSES
===================================================================

*/



/*

# LAYOUT & TYPOGRAPHY
===================================================================

*/



/*

# NAVIGATION MENU
===================================================================

*/



/*

# HEADERS
===================================================================

*/



/*

# FOOTER
===================================================================

*/



/*

# COMPONENTS
===================================================================
*/



/*

# CONTAINERS
===================================================================
*/



/*

# RESPONSIVE
===================================================================

Large devices (desktops, less than 1200px)
-------------------------------------------------------------------
*/

@media (max-width: 1199.98px) {

}

/*
Medium devices (tablets, less than 992px)
-------------------------------------------------------------------
*/

@media (max-width: 991.98px) {

}

/*
Small devices (landscape phones, less than 768px)
-------------------------------------------------------------------
*/

@media (max-width: 767.98px) {

}

/*
Extra small devices (portrait phones, less than 576px)
-------------------------------------------------------------------
*/

@media (max-width: 575.98px) {

}

