/*
Theme Name: Kolenda
Author: Spectrum Net Designs
Author URI: http://spectrumnetdesigns.com/
Version: 1.0.0
Text Domain: kolenda
*/

#primary{
	height:100vh;
	overflow:scroll;
}

.breedr-content {
    display: inline-block;
}
.breedr-content p img {
    margin-top: 1em;
}

footer {
    position: relative;
    z-index: 1;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media screen and (max-width: 480px) {
	main .container section#content{
		max-width:100%;
	}
}

@media screen and (min-width: 500px) {
	main .container section#content {
		max-width: 75%;
	}
}