html,body{
	height: 100%;
	width: 100%;	
}
.navbar{
	background-color:#0000e6;   /*--- -BG OF NAVBAR STRIP---*/
    font-size: 1.2em
	}
	
.navbar-brand{
   min-height:40px;
   padding: 15px 15px 5px;        /*--- -PADDING SETTING LOGO OF GCS LOGO---*/
   font-size: 40px;              /*--- -FONT SIZE OF GCS LOGO---*/
}
.navbar-default.navbar-nav li a{
	color:yellow;                        /*--- -INCATIVE LINK---*/
}

.navbar-brand a{
	color:#FFF;                /*--- -COLOR OF BRAND LOGO---*/
	text-decoration: none;      /*--- -LINK UNDERLINE REMOVE--*/
}
/*
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active{
	 color: yellow;                   
}


.navbar-default .navbar-nav li a{
     color: #FFF;     
}
	


ul.dropdown-menu { background-color: #0000e6; }  */ /* to change dropdown hover and background color */
/* 
ul.dropdown-menu a:hover { background-color: #000000; }   
*/


.dropdown:hover .dropdown-menu {
    display: block;                                  /* show dropdown on hover */
    margin-top: 0;                     /*remove the gap so it doesn't close*/
 }




/* TO SHOW larger font in top of page */
#survey{    
	display: table;
	height:60%;                     /* maybe heidht of table */
	position: relative;
	width: 100%;                 /* full page width */
	background-size:cover;
}

.landing-text {
	display: table-cell;   /* make in middle usefull */
	text-align: center;   /* TO MAKE IT IN CENTER */
	vertical-align: middle;  /* TO MAKE IT IN middle in vertical direction */
}
.landing-text h1 {
	font-size:700%;    /* SIZE OF FONT */
	font-weight:200;  /* TO MAKE BOLD */
}
.padding{
	padding:50px 0;
}


/* TIPSS ---- -----Open a link in a new window or tab. In order to open a link in a new window / tab, add target="_blank" inside the <a> tag*/ 

	/*----------social-media section-----------*/

#social-media
{
    background: #f8f9fa;
    padding: 100px 0;
}
#social-media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
#social-icons img
{
    width: 60px;
    transition: 0.5s;
}
#social-icons a:hover img
{
    transform: translateY(-10px);
}
/*-----------------footer section---------------*/

#footer
{
    background-image: linear-gradient(to right, #0000e6,#5f1782);
    color: #fff;
}
.footer-img
{
    width: 100%;
}
.footer-box
{
    padding: 20px;
}
.footer-box img
{
    width: 120px;
    margin-bottom: 20px;
}
.footer-box .fa
{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #0000e6,#0000e6);
}
.footer-box .form-control
{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}
.footer-box .btn-primary
{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #0000e6,#0000e6);
}

hr
{
    background-color: #fff;
}
.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}


.copyright a{
    color: #ffed00;
}

.footer-link a{
   color: #ffffff;
   text-decoration: none;
}
.footer-link a:hover{
   color: yellow;
}


/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
    margin-top:50px;
  }
}

#blog .block-blog img {
  width: 100%;
}

#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #71c55d;
}

#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #71c55d;
}



 