
.navbar {
   background-color: transparent;
   background: transparent;
   border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    
}

    .navbar-nav{
    	   background-color: white;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }

.navbar-collapse.collapse {
        text-align: right; /* Set this */
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: 100%;
}
.navbar .nav > li > a {

    color:  #fff;
}


li { display: inline; 
background-color: #036;
}

li a
{
text-decoration: none;

background-color: #036;
padding: 0em 0em;
;
}

li a:hover
{
background-color: #369;
font: red;
}



.rounded {
background-image: url(images/gradientbg.png);
  background-repeat: repeat-x; 
  background-color: #fff;
  padding: 20px;
  border: 1px solid black;
	box-shadow: 10px 10px 7px -4px rgba(0,0,0,0.79);
  margin-top: 10px;
  margin-right: 20px;
text-align: center;
border-radius: 15px;
-moz-border-radius: 15px;}

.roundedjustify {
background-image: url(images/gradientbg.png);
  background-repeat: repeat-x; 
background-color: #fff;
border: 1px solid black;
	box-shadow: 10px 10px 7px -4px rgba(0,0,0,0.79);
  padding: 20px;
    
  margin-top: 10px;
  margin-right: 20px;
text-align: justify;
border-radius: 15px;
-moz-border-radius: 15px;
}

.roundedsidebar {
background-image: url(images/gradientbg.png);
  background-repeat: repeat-x; 
background-color: #fff;
border: 1px solid black;
	box-shadow: 10px 10px 7px -4px rgba(0,0,0,0.79);
  padding: 20px;
    
  margin-top: 10px;
  margin-right: 20px;
text-align: center;
border-radius: 15px;
-moz-border-radius: 15px;
}



* {

padding: 0;

margin: 0;

} 


html {
	overflow-y: scroll;
	background-color:  #7fb1ff;
}

body {
height: 100%;
  margin: 0 0 5px 0;
  padding: 0;
width: 800;
background: #7fb1ff;
color: #444;
line-height:120%;
}

h4 {
	color: #ff0000
}



img {border: none;}

a{ color: #2A84E5; text-decoration: none; }

a:hover {  color: #000; }

.clear{clear: both;
}



@media only screen and (min-width: 768px) {
 #logo {
   background-image: url('images/widelogo.png');

   background-repeat:no-repeat;
   background-size:cover;
   width:790px;/*your image width*/
   height:100px;/*your image height*/
}
body {
font:  Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.3em;
	}
}

@media only screen and (max-width: 992px) {
 #logo {
   background-image: url('images/logo.png');
   background-repeat:no-repeat;
   background-size:cover;
   width:530px;/*your image width*/
   height:100px;/*your image height*/
}
	
	.roundedsidebar {
	width:95%;
	}
	
	.rounded {
	width:95%;
	}
	
	.roundedjustify {
	width:95%;
	}
	
	.style2 {font-size: 1.3em;}
	
	 * {
		 
}
	
body {
	font:  Arial, Verdana, Tahoma, sans-serif;
    font-size: 5.0em;
	padding: 0;
margin: 0;
  margin-right: 2px;
	width:100%;
	}
		
			h3 {
	font-size: 1.8em;
	}
	h4 {
	font-size: 1.6em;
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
  
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    
}
li { padding: 10px; 
}


		
}

@media only screen and (max-width: 991px) {
 #logo {
   background-image: url('images/thinlogo.png');
   background-repeat:no-repeat;
   background-size:cover;
   width:140px;/*your image width*/
   height:130px;/*your image height*/
}
body {	
	font:  Arial, Verdana, Tahoma, sans-serif;
    font-size: 2.9em;
	}
	h4 {
	font-size: 3.2em;
}
}




/* example styles for validation form demo */
#register-form {
    background: url("form-fieldset.gif") repeat-x scroll left bottom #F8FDEF;
    border: 1px solid #DFDCDC;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 25px 50px 10px;
    width: 350px;
}
 
#register-form .fieldgroup {
    background: url("form-divider.gif") repeat-x scroll left top transparent;
    display: inline-block;
    padding: 8px 10px;
    width: 340px;
}
 
#register-form .fieldgroup label {
    float: left;
    padding: 15px 0 0;
    text-align: right;
    width: 110px;
}
 
#register-form .fieldgroup input, #register-form .fieldgroup textarea, #register-form .fieldgroup select {
    float: right;
    margin: 10px 0;
    height: 25px;
}
 
#register-form .submit {
    padding: 10px;
    width: 220px;
    height: 40px !important;
}
 
#register-form .fieldgroup label.error {
    color: #FB3A3A;
    display: inline-block;
    margin: 4px 0 5px 125px;
    padding: 0;
    text-align: left;
    width: 220px;
}




