/*
 Theme Name:   studio-child
 Theme URI:    http://example.com/studio-child
 Description:  Studio Child Theme. (Studio is a Responsive, clean and modern WordPress Theme that works for any type of site. It comes with few dozen customization to personalize the look and feel. Enjoy the layout that scales perfectly on all mobile devices. This theme is translation ready. Check out Support at http://catchthemes.com/support/ and Demo at http://catchthemes.com/demo/studio/)
 Author:       Inga Nevermann
 Author URI:   http://www.raffinerat.de
 Template:     studio
 Version:      1.0
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         black, white, yellow, dark, light, fixed-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
 Text Domain:  studio-child
*/

@import url("../studio/style.css");

/* =Theme customization starts here
----------------------------------------*/

.main-navigation {
	background-color: rgba(54, 45, 57, 0.7);
	padding: 0px;
	}
	
.site-title {
	background-color: rgba(54, 45, 57, 0.7);
	}
	
.site-footer {
	background-color: rgba(54, 45, 57, 0.7);
	font-size: 12px;
}

.site-info, .site-branding, .footer-content, .entry-content, .hentry {
	padding: 10px;
}

.site-title {
    font-size: 67px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
}

.content-area {
	padding: 0px;
}

.site-content {
	padding-bottom: 0px;
	background-color: rgba(234, 254, 231, 0.8);
	}
		
body {
	color: #020202;
	}
	
.entry-header {
	color: #b83552;
	}
	
.site-branding {
	position: relative;
	min-height: calc(100vh - 102px);
}
	
<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="site-info">
			<span class="theme-name">
				A Child of Studio			</span>
			<span class="theme-by">
				by			</span>
			<span class="theme-author">
				<a href="http://catchthemes.com/" target="_blank">
					Catch Themes				</a>
			</span>
            
	         		</div><!-- .site-info -->
	
