/**
* Theme Name: Yve Child
* Description: This is a child theme of Yve, generated by Merlin WP.
* Author: <a href="https://kllr-themes.design">rodbor</a>
* Template: yve
* Version: 2.0
*/

.site-description{
	margin-top: 15px;
}
.vc_separator h4{
	font-size: 110%;
}

.navbar-collapse{
   background-color: white;

}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}



@media only screen and (min-width: 100px) {
 
h1{
	    font-size: 9vw;
}
}

@media only screen and (min-width: 750px) {
 
h1{
	    font-size: 60px;
}
}
h1 {
		padding-bottom: 32px;
}

.comment-navigation, .posts-navigation, .post-navigation, .paging-navigation{
    visibility: hidden;
	  width: 0px;
    height: 0px;
}


  