/*
	Theme Name: jumoraes
	Theme URI: https://pedroivoaraujo.com.br/clientes/jumoraes
	Author: Pedro Ivo Araujo
	Author URI: https://pedroivoaraujo.com.br
	Description: Tema desenvolvido para a artista Ju Moraes
	Version: 1.0
	Text Domain: jumoraes

	.______    ____    _______  .______        ______    __  ____    ____   ______   
	|   _  \  |___ \  |       \ |   _  \      /  __  \  /_ | \   \  /   /  /  __  \  
	|  |_)  |   __) | |  .--.  ||  |_)  |    |  |  |  |  | |  \   \/   /  |  |  |  | 
	|   ___/   |__ <  |  |  |  ||      /     |  |  |  |  | |   \      /   |  |  |  | 
	|  |       ___) | |  '--'  ||  |\  \----.|  `--'  |  | |    \    /    |  `--'  | 
	| _|      |____/  |_______/ | _| `._____| \______/   |_|     \__/      \______/  

*/

/* General */
body {
	font-family: 'Lexend Deca', sans-serif;
	background: #000;
}

p {
	color: #fff;
	font-size: 30px;
}

a {
	color: #fff;
	font-size: 30px;

	-webkit-transition: color 0.3s linear;
	   -moz-transition: color 0.3s linear;
	   		transition: color 0.3s linear;
}

a:hover {
  color: #999;
  text-decoration: none;
  
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

h1 {
	font-size: 70px;
}

span.marca-ju {
	position: absolute;
	display: block;
	z-index: 9999;
	top: 50px;
	right: 200px;
	width: 340px;
	height: 163px;
	background: url('img/JU.png') no-repeat;
}

span.marca-srov {
	position: absolute;
	display: block;
	z-index: 9999;
	top: 50px;
	right: 200px;
	width: 215px;
	height: 191px;
	background: url('img/SROV.png') no-repeat;
}

/* Responsive */
@media (max-width: 981.6px) {
	h1 { font-size: 48px; }
	h5 { font-size: 18px; }
	a, p { font-size: 25px; }
}

@media (max-width: 575.98px) {
	h1 { font-size: 40px; }
	h5 { font-size: 16px; }
	a, p { font-size: 20px; }
	.row {
		margin-left: 0px!important
	}
}