/* 
Theme Name: Crystallize Studio
Description: Official theme of Crystallize Studio
Author: Crystallize Studio
Author URI: https://crystallize.studio
Theme URI: https://crystallize.studio
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
	background-color: #070707 !important;
}

.titleportfolio {
    color: #ffffff;
    font-family: 'Cairo', sans-serif;
    font-size: 8rem;
    line-height: 7rem;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
}
.titlefooter {
    color: #ffffff;
    font-family: 'Cairo', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
}

.titleportfoliomobile {
    color: #ffffff;
    font-family: 'Cairo', sans-serif;
    font-size: 3rem;
    line-height: 80px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
}

.hfooter {
    display: inline-block;
    margin-right: 0.5rem;
    color: grey;
    font-size: 2.3rem;
    font-weight: 600;
}

.hfooterwhite {
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
}
.hfooterwhite:hover {
    color: grey;
    font-size: 2.2rem;
    font-weight: 600;
}

a {
	color: #8977F8;
}
a:hover {
	color: white;
}
a:active {
	color: #8977F8;
}
a:focus {
	color: #8977F8;
}

/* responsive */
@media (max-width: 767px) {
	.hfooter {
		font-size: 1.3rem;
	}
	.hfooterwhite {
		font-size: 1.3rem;
	}
	.titlefooter {
		font-size: 3rem;
	}
}