/* 
This CSS document customizes the colors, fonts, etc. of the template theme.
Please test all changes on a local copy BEFORE publishing to the live server.

To customize, find the appropriate element below, uncomment it out and add the appropriate information.
*/



body {
   background: -webkit-linear-gradient(#98C5ED, #fff) fixed;
  background: -o-linear-gradient(#98C5ED, #fff) fixed;
  background: -moz-linear-gradient(#98C5ED, #fff) fixed;
  background: linear-gradient(#98C5ED, #fff) fixed;
}



.nav-justified > li > a {
    background: #c1d9ea; 
    color: #2f74b0;
} 
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus{
    background: #2f74b0; 
    color: #fff;
}


.nav, .nav-pills > li > a {
    background: ; 
    color: ;
} 
.nav-pills > li > a:hover,
.nav-pills > li > a:focus{
    background: #2f74b0; 
    color:  #fff;
} 

/* Buttons
.btn, .btn-primary {
    color: ;
    background-color: ;
    border-color: ;
}
.btn:hover, .btn-primary:hover {
    color: ;
    background-color: #000;
    border-color: ;
}
.btn-primary:active {
    color: ;
    background-color: #fff;
    border-color: ;
}
*/


a {
	font-weight: bold;
	color: #11548F;
}
a:hover {
    color: #2f74b0;
}
a:active {
    color:  red;
    
}


h1, h2, h3, h4, h5, h6, p, a {
    font-family: Arial, sans-serif;
}


/* Headline color
h1, h2, h3, h4, h5, h6 {
    color: ;
}
*/

/* Text color
p {
    color: ;
}
*/

.action-resize {
	background: #d91e25;
  background-image: -webkit-linear-gradient(top, #d91e25, #73090e);
  background-image: -moz-linear-gradient(top, #d91e25, #73090e);
  background-image: -ms-linear-gradient(top, #d91e25, #73090e);
  background-image: -o-linear-gradient(top, #d91e25, #73090e);
  background-image: linear-gradient(to bottom, #d91e25, #73090e);
  -webkit-border-radius: 19;
  -moz-border-radius: 19;
  border-radius: 19px;
  font-family: Arial;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  margin:0 0 5px 0;
  text-decoration: none;
}

.action-resize:hover {
  background: #a10f16;
  background-image: -webkit-linear-gradient(top, #a10f16, #570409);
  background-image: -moz-linear-gradient(top, #a10f16, #570409);
  background-image: -ms-linear-gradient(top, #a10f16, #570409);
  background-image: -o-linear-gradient(top, #a10f16, #570409);
  background-image: linear-gradient(to bottom, #a10f16, #570409);
  text-decoration: none;
}
}

/* Mobile */
@media (max-width: 767px) {
    .img-resize {
        width: 65%;
    }
	.logo-resize {
        width: 95%;
    }
	.action-resize {
		width: 95%;
		font-size:14px;
	}
}	
/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .img-resize {
        width: 90%;
    }
	.action-resize {
		width: 40%;
		font-size:18px;
	}
}

/* laptops */
@media (max-width: 1023px) and (min-width: 992px) {
    .img-resize  {
        width: 100%;
    }
	.action-resize {
		width: 30%;
		font-size:18px;
	}
}

/* desktops */
@media (min-width: 1024px) {
    .img-resize  {
        width: 100%;
    }
	.action-resize {
		width: 45%;
		font-size:20px;
	}
}

/*from other css*/
@media screen and (min-width: 767px) {
	.issue-margin {
		margin: auto 100px;
	}
}
@media screen and (max-width: 767px) {
	.issue-margin {
		margin: auto 25px;
	}
	.slider-caption {
		font-size: 1.2em;
	}
}
@media screen and (min-width: 767px) {
	.slider-caption {
		font-size: 35px;
	}
}

