/*!
Theme Name: psicolocas
Theme URI: http://underscores.me/
Author: Gian Torres
Author URI: http://facebook.com/gntrrs
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: psicolocas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

psicolocas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body{
	font-family: 'Roboto', sans-serif;
}
/*h1,h2,h3,h4,h5,h6{
	font-family: 'Shadows Into Light', cursive;
}*/
.vcenter{
	align-items: center;
}
img.custom-logo{
	max-width: 100px;
}
.hero-slide {
	width: 100%;
	height: 80vh;
	background: #63dec5;
	align-items: center;
	display: flex;
}
.projects-slide {
	width: 24%;
	align-items: center;
	display: flex;
	margin-right: 20px;
}
section{
	margin-bottom: 3rem;
}
.wraplogo{
	padding: 0 1rem;
}
.button.is-cta {
	background-color: #9cf7ac;
	border-color: transparent;
	color: #fff;
}
.button.is-cta:hover {
    background-color: #7cebba;
    border-color: transparent;
    color: #fff;
}
main#primary{
	margin-top: 62.3px;
}
#primary p,
#primary ul{
	margin-bottom: 10px;
	font-size: 1.3rem;
}
#primary ul{
	padding-left: 40px;
	list-style: disc;
}
#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6{
	font-weight: bold;
}
#primary h1 {
  font-size: 2.5rem;
}
#primary h2{
  font-size: 2rem;
}
#primary h3{
  font-size: 1.8rem;
}
#primary h4{
  font-size: 1.65rem;
}
#primary h5{
  font-size: 1.5rem;
}
#primary h6{
  font-size: 1.35rem
}
.featimgwrap{
	text-align: center;
	background-color: #57d0cb;
}
@media (min-width: 768px){
	.page-template-default article{
		max-width: 850px;
		margin: auto;
	}
}