/**
 * Copyright (c) 2020 Motiv all rights reserved
 */


/* Motiv Theme Styles */

h1 {
	color: #D1D2D3;
	font-size: 120px;
	font-weight: bold;
	line-height: 140px;
	
}

h2 {
	color: #282930;
	font-size: 48px;
	font-weight: normal;
	line-height: 56px;
	
}

h3 {
	color: #004C97;
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
}

h4 {
	color: #00B9F2;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
}

/* Main Theme Styles */
body {
    margin: 0;
    font-family: -apple-system, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0 auto;
    line-height: normal;
    color: #0B0633;
}

a,
a:visited {
    color: #00BB31;
    text-decoration: none;    
}
a:hover,
a:focus {
    color: #CEDC00;
    font-weight: bold;
    text-decoration: none;
}

/* Overridden SCS Styles */

/* This is needed so that the dropdown in the navigation menu is not cut off at the bottom of the slot */
.headerContent .scs-container-styles {
    overflow: visible;
}

.scs-title .scs-title-text {
    font-size: 40px;
}

.scs-paragraph .scs-paragraph-text {
    font-size: 14px;
}

.scs-button .scs-button-button {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #58595B;
    color: #fdfdfd;
}

.scs-component-bounding-box {
    -webkit-padding-before: 0px;
    -webkit-padding-after: 0px;
}

