/*
Theme Name:     Shapely	Child
Theme URI:      https://colorlib.com/wp/themes/shapely
Description:    Child theme for the Shapely Theme
Author:         colorlib
Author URI:     https://colorlib.com/
Template:       shapely
Text Domain:  	shapely-child
Version:        0.1.0
*/

/*
.top-parallax-section div {
	background: rgba(0,0,0, .5);
    padding: 1em;
    border-radius: 12px;
}

@media only screen and (min-width:690px){
	.top-parallax-section h1 {
		font-size:64px;
	}
	.top-parallax-section p {
		font-size:24px;
	}
}
*/

html {
  scroll-behavior: smooth !important;
}

#site-navigation a {
  -webkit-transition: all 0.5s ease;
}


.blog #primary {
  margin: auto;
    float: none;
    margin-top: 2em;
}

.blog .entry-content .post-title {
  font-size:20px
}

.blog .post-grid-small {
  text-align: left;
}

.blog .post-grid-small li {
  list-style:none;
}
