/* Template: Leno - Mobile App HTML Landing Page Template
   Author: Inovatik
   Created: Mar 2019
   Description: Master CSS file
*/

/*****************************************
Colors:

- Text, navbar links - white #f1f1f8 --> B1B4BE -->
- Buttons, bullets, icons - turquoise #00c9db --> 12afd8 --> CCE4EA --> A58542 --> fcd739
- Navbar - navy #4633af --> 282d35 --> 144A5E -- > 396289 --> 88a9c3
- Backgrounds - dark denim #262431 --> 1D4553 --> 00596D --> 2b4257
- Backgrounds - denim #2f2c3d --> 53616E --> 446171 --> 88a9c3 --> 345e7d
- small highlights - 990228 --> D20337 --> B7352D --> fcd739
- rotating text - 40e0ee --> B7352D --> B7352D --> fcd739
******************************************/

/*************************/
/*         Sponsor       */
/*************************/
.sponsor {
	padding-top: 3.5rem;
	padding-bottom: 3rem;
	background-color: #2b4257;
}

.sponsor img {
	margin-bottom: 3.5rem;
}

.sponsor h3 {
	margin-bottom: 1.125rem;
}

.sponsor .btn-solid-reg {
	margin-top: 0.5rem;
}

/* Min-width width 992px */
@media (min-width: 992px) {

	/* Details 1 */
	.sponsor img {
		margin-bottom: 0;
	}

	.sponsor .text-container {
		margin-top: 2.625rem;
	}
	/* end of details 1 */

}


/* Min-width width 1200px */
@media (min-width: 1200px) {


	/* Details 1 */
	.sponsor .text-container {
		margin-top: 4.5rem;
		margin-left: 4rem;
		margin-right: 1.5rem;
	}
	/* end of details 1 */

}