/*********************************************************************************************

Project : rwdgrid - responsive grid system for your next project
URI: http://rwdgrid.com/
Version: 1.0
Author: Vineeth G S 
Author URI: http://www.gsvineeth.com
Github URI: https://github.com/gsvineeth/rwdgrid/

**********************************************************************************************

1.  Default / for Grid 1200px             
2.  960px 
3.  720px
4.  lt 720px 


**********************************************************************************************/


/********************************************************************************************* 

1.  960px 

*********************************************************************************************/  

@media only screen and (min-width: 960px) and (max-width: 1199px) {

.frontpage-entry {
	left: 50%;
	top: 50px;
}

#balloon2 {
	top: 70px;
	left:82%;
}

.nav-menu li a {
    padding: 20px 10px;
	font: 500 20px 'Lobster',cursive;
 }

}
	

/********************************************************************************************* 

2.  > 720px < 959px

*********************************************************************************************/ 

@media only screen and (min-width: 720px) and (max-width: 959px) {


.logo {
    margin-top: 35px;
}


.nav-menu li a {
    padding: 20px 6px;
	font: 500 18px 'Lobster',cursive;
 }
 
.frontpage-entry {
	left: 25%;
	top: -50px;
	width:400px !important;
	background: #0cf;
	color: #fff;
	z-index: 1;
}


 
.entry-header, .entry-content, .entry-summary, .entry-meta {
    max-width: 604px;
}

}
 
 
 /********************************************************************************************* 

3.  < 1000px 

*********************************************************************************************/ 

@media only screen and (max-width: 1000px) {

.cloud_up {
    top: 120px;
}

#balloon2 {
	top: 320px;
	left: 60%;
}

#balloon3 {
	top: 270px;
	left:10.5%;
}

.site-main .sidebar-container-home {
    top: 0px !important;
}

}
 
 
@media only screen and (max-width: 767px) {

h3.member{
	width: 90%;
}

p.role{
	width: 90%;
}
 
}

/********************************************************************************************* 

3.  < 720px 

*********************************************************************************************/ 

@media only screen and (max-width: 719px) {

#masthead{
	position: relative;
	height: 147px;
}



.frontpage-entry {
	left: 0;
	top: -50px;
	width:100% !important;
	background: #0cf;
	color: #fff;
	z-index: 1;
}

.site-footer .sidebar-container {
    margin-top: -40px;
}


.site-main{
	top: 0px;
}

.site-footer{
	margin-top: 0px;
}



.nav-menu li {
    background: #fff;
}

.nav-menu li a {
   padding: 15px 12px;
   color: #333;
 }

.nav-menu li:hover > a, .nav-menu li a:hover {
    -webkit-transform:none; 
    -moz-transform:none;
    transform:none; 
 }
 
.nav-menu .sub-menu,
.nav-menu .children {
	border: 0;
}
 
 ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #333;
	font: 300 normal 16px 'Lobster', cursive;
}

.toggled-on .nav-menu li > ul  {
	margin-left: 30px;
	border-left: 5px solid #ddd;
}

}



/********************************************************************************************* 

2.  > 480px 

*********************************************************************************************/ 


@media only screen and (max-width: 479px) {

#masthead{
	position: relative;
	display: inline-block;
	height: 200px;
}
.navbar {
	background-color: transparent;
}

.main-navigation {
    margin: 20px auto;
}
.cloud_up {
    top: 200px;
}	

h3.member{
	width: 80%;
}

p.role{
	width: 80%;
}

}



