/*
 Theme Name:   The Blog Frog
 Theme URI:    http://fashions.marqetrix.com/wp-content/themes/twentysixteen-childtheme
 Description:  A Twenty Sixteen child theme 
 Author:       Marqetrix
 Author URI:   http://theblogfrog.fangiveaways.net/
 Template:     twentysixteen
 Version:      1.0.0
*/

@import url("../twentysixteen/style.css");

@import url('https://fonts.googleapis.com/css?family=Pavanam&subset=latin-ext,tamil');
/*font-family: 'Pavanam', sans-serif;*/


@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
/*font-family: 'Gloria Hallelujah', cursive;*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
/*font-family: 'Quicksand', sans-serif;*/


@font-face {
	font-family: 'Gadugi';
	src: url('https://www.theblogfrog.com/wp-content/themes/Theblogfrog/fonts/Gadugi.eot');
	src: url('https://www.theblogfrog.com/wp-content/themes/Theblogfrog/fonts/Gadugi.eot?#iefix') format('embedded-opentype'),
		url('https://www.theblogfrog.com/wp-content/themes/Theblogfrog/fonts/Gadugi.woff2') format('woff2'),
		url('https://www.theblogfrog.com/wp-content/themes/Theblogfrog/fonts/Gadugi.woff') format('woff'),
		url('https://www.theblogfrog.com/wp-content/themes/Theblogfrog/fonts/Gadugi.ttf') format('truetype'),
		url('https://www.theblogfrog.com/wp-content/themes/Theblogfrog/fonts/Gadugi.svg#Gadugi') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*---------------------------------------------------- style.css start ------------------------------------------------------------*/

html {
    margin-top: 0 !important;
}


body {
    font-family: 'Pavanam', sans-serif !important;
    font-size: 20px !important;
    line-height: 20px;
    color: #393939 !important;
}

    
h1, h2, h3, h4, h5, h6 {
     font-family: 'Pavanam', sans-serif;
     font-weight:normal;
     }  
h3{
    font-size:27px}    
    
h4{
    font-size:21px
    } 
h5 {
    font-size: 17.5px;
}    
    
html{
    font-family: 'Pavanam', sans-serif;
    }    

body {
    background: transparent;
}
.site {
    margin: 0;
    background-color: transparent;
}

.site-header {
    margin:0px;
    padding: 0;
}

.site-header .container {
    position:relative
}
.site-inner {
    max-width: 100%;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: 0;
}
.content-area {
    float: left;
    margin-right: 0;
    width: 100%;
}
.site-content {
    padding: 0;
}
#colophon {
    padding: 0;
}
.site-main {
    margin-bottom: 0;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

a {
    color: #e8711d;
}
a:hover {
    color: #e8711d;
}

.main-navigation {
    margin: 0;
}
.col-md-8 #main {
    float: left;
    width: 100%;
}

/*---------------------------------------------------- style.css end ------------------------------------------------------------*/