/* Custom Overrides for Agentforce POC Experience Cloud Site*/

h1 {
	font-size:3.75rem;
	font-weight:bold;
}

h2 {
	font-size:3rem;
	font-weight:bold;
}

h3 {
	font-size:1.75rem;
	font-weight:bold;
}

h4 {
	font-size:1.5rem;
	font-weight:600;
	line-height: 1.2;
    margin-bottom: 1rem;
}

p {
	font-size:1.25rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

small {
	font-size:0.875rem;
}


.all-caps {
	text-transform: uppercase;
}

/* Custom Grid Styling */

.col-3 {
	width:25%;
	display:inline-block;
	padding:0.5rem;
	float: left;
}

.col-4 {
	width:33.333333%;
	display:inline-block;
	padding:0.5rem;
	float: left;
}

.col-6 {
	width:50%;
	display:inline-block;
	padding:0.5rem;
	float: left;
}

.col-8 {
	width:66.666666%;
	display:inline-block;
	padding:0.5rem;
	float: left;
}

.col-9 {
	width:75%;
	display:inline-block;
	padding:0.5rem;
	float: left;
}

/* Custom Header Styling */
.custom-header {
	background:#101820;
}

/* Custom Nav Styling */
.custom-nav a {
	color:#F1EEEC!important;
	font-weight: bold;
}

.custom-nav a:hover {
	color:#00a5b5!important;
}

/* Custom Section Styling */

.stone-bg {
	background:#f1eeec;
}

.plum-bg {
	background:#3b2b44!important;
}

.white-bg {
	background:#ffffff!important;
}

.get-started-section .col-large-size_3-of-12 {
    flex-grow: 2 !important;
}

.block-section .slds-button {
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 16px;
    text-align: right !important;
    display: block!important;
    padding-right: 3rem;
}

.block-section.stone-bg .slds-button {
	background-image: url('/sfsites/c//resource/ArrowLight');
}

.block-section.plum-bg .slds-button {
	background-image: url('/sfsites/c//resource/ArrowDark');
}

.block-section.white-bg .slds-button {
	background-image: url('/sfsites/c//resource/ArrowLight');
}

/* Custom Footer Styling */
.custom-footer {
	background:#101820;
	color:#F1EEEC;
}

.custom-footer hr {
    margin-bottom: 0.5rem;
    margin-top:1.5rem;
}

.custom-footer a {
	color:#F1EEEC;
}

.custom-footer-container {
    margin: 1.5rem 0 0;
}

.custom-footer a.button-primary {
    background: #00A5B5!important;
	color:#ffffff!important;
	font-weight: bold;
    display: inline-block !important;
    padding: 1rem;
    float: left;
    margin-right: 1rem;
}

.custom-footer a.button-primary:hover {
	background:#008e9c!important;
    text-decoration:none!important;
}

.custom-footer a.button-secondary {
    background: #101820!important;
    border:2px solid white;
    color:#fff!important;
	font-weight: bold;    
    display: inline-block !important;
    padding: 1rem;
    float: left;
    margin-right: 1rem;
}

.custom-footer a.button-secondary:hover {
    background: white !important;	
    color:#101820!important;
    text-decoration:none!important;
} 

.acknowledgement-box h3 {
	margin-bottom:1.5rem;
}

.quick-links h4, .accessibility-links h4 {
	font-style: italic;
	font-weight: 400;
}

.quick-links a, .accessibility-links a, .footer-footer a {
	color:#F1EEEC!important;
	margin-right:1rem;
	clear:both;
}

.quick-links a:hover, .accessibility-links a:hover, .footer-footer a:hover {
	color:#F1EEEC!important;
	text-decoration: underline;
}

.support-box, .account-box, .download-box {
	margin-bottom:4rem;
}

.download-box a {
	margin-right:1rem;
}

.footer-footer {
	clear:both;
}

.social-links {
    text-align: right;
}

.social-links a {
	margin-right:0;
}

.social-links a img {
	width:3rem;
	height:3rem;
}

.copyright {
	margin-top:7rem;
	text-align:center;
	display: block;
}

/* Mobile Styling */

@media only screen and (max-width: 1024px) {

	.custom-footer .col-4, .custom-footer .col-6, .custom-footer .col-8 {
	    width: 100%!important;
	    float: none!important;
	}

	.custom-nav {
    	position: absolute!important;
    	top: 0!important;
	}

	.block-section .slds-button {
    	background-position: 95% 54%;
    	padding-right: 5rem;
	}

}