.dropdown-toggle, a {
  text-decoration: none;
}

a:hover, a.dropdown-item{
 color:  #828282!important;
 
}
a{
  color:#a51b30!important;
}




h1, h2,h3 ,p {
  color:#404040 !important
}
.text-dark{
  color: #808080!important;
}

@media screen and (max-width: 768px) {
  .navbar-nav{
    margin-top:20px;
    width: 100%;
    flex-direction: column!important;
  }

  .navbar-nav .nav-link{
    width:100%;
    display: grid!important;
    border-top: 1px solid lightgray;
  }
}

h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

h2{

  font-size: 18px;
}

h3{

  font-size: 15px;
}

header  img {
  max-height: 62px;
}

footer{
    margin-top:300px;
    padding:70px;
    text-align: center;
    background-color: #f2f2f2!important;
    color: #999!important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #6c757d!important;
}

::selection {
  color: white;
  background: #6c757d!important;
}



.home-red{

	background-color: #a51b30;
}


.header-bg{
	background: url("/img/griiptic-header.jpg");
	background: cover;
}


.home-page .btn-primary{
	border: 1px solid #a51b30!important;
	border: none;
	background:none;
	font-size: 1rem;
	background-color: #a51b30!important;
	color: white!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.home-page .btn-primary:hover{
	border: 1px solid #6c757d!important;
	background:none!important;
	font-size: 1rem;
	background-color: none!important;
	color: #828282!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.btn-outline-secondary:hover{
	border: none;
	background:#a51b30;
	font-size: 1rem;
	border :1px solid white;
	color:white!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.home-page h2{
	font-size: 1.6rem;
}

.home-page h3{
	font-size: 2rem;
}

.text-justify{
	text-align:justify!important;
}