/*
Theme Name:     moesia child theme
Description:    the child of moesia
Author:         photoportfolio
Template:       moesia

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("/wp-content/themes/moesia/style.css");




.main-navigation li,
.site-branding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.author-bio {
  display: none;
}

.entry-content {
  color: #4c4c4c
}


@media only screen and (max-width: 767px)
#page {
	display: none;	
	-webkit-animation: none;
	animation: none;
}

.project-image img {
border-style: solid;
border-width: 1px;
border-radius: 50px;
}

.project-image {
    background-color: #FFFFFF;
}