@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/*
FONTS:
font-family: 'Fredoka One', cursive;
font-family: 'Nunito', sans-serif;
700
400
300
COLORS:
MID: D6515C
DARK: 0063A6
Light: FFFFFF

*/

h1, h2, h3, h4, h5 {
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
  font-style: normal;
  color: #333132;
  text-transform: uppercase;
}

p {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}


i {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}

a {
  color: #D6515C;
}

.primaryfont {
  font-family: 'Fredoka One', cursive;
  font-weight: 700;
}

.secondaryfont {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}

.thirdfont {
  font-family: 'Nunito', sans-serif;
font-style: italic;
  font-weight: 300;
}

.lightcolor {
	color:#ffffff;
}

.midcolor {
	color:#D6515C;
}

.darkcolor {
	color:#0063A6;
}

.webcolorwidth {
	width:20%;
}

.primarycolors {
	width:25%;
}

.greycolors {
	width:50%;
}

.imagegal {
	padding:5px;
	width:33.333%;
	margin:auto;'
}

.brand img {
width:100%;
}

.values {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}

.brand {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333132;
  width:100%;
}

.altcolor {
  background-color: #0063A6;
}

.white {
	color:#fff;
}
.brand img {
  display: block;
  margin: auto;
  width: 90%;
}

.brand .hero {
  background-size: cover;
  text-align: center;
  height: calc(100vh - 90px);
  padding:20px 75px;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}

.brand .herolang {
  background-size: cover;
  text-align: center;
  height: 100vh;
padding-top:100px;
padding-bottom:100px;
margin-bottom;60px;
color:#fff;
}

.brand .herosub {
  background-size: cover;
  text-align: center;
  position: relative;
margin-bottom:60px;
color:#fff;
padding-top:60px;
padding-bottom:60px;
display:block;
text-align:center;


}

.brand .hero img {
  max-width: 400px;
  padding-bottom: 20px;
}

.brand .hero .althover:hover a {
  color:#fff;
}

.brand .herolang img {
  max-width: 400px;
  padding-bottom: 20px;
}


.alignvert {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.brand-btn {
  background-color: #D6515C;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 16px;
  margin: 20px;
  line-height: 4;
}

.brand-btn:hover {
  background-color: #D6515C;
  text-decoration: none;
  color: #fff;
}

.brand-btn:active {
  background-color: #D6515C;
  text-decoration: none;
  color: #fff;
}

.brand .callout div {
  padding: 20px;
  border-radius: 10px;
  border: none;
  background-color: #f0f0f1;
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.brand .lightbg {
  background-color: #f0f0f1;
}

.brand .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.minsize img {
  width: auto;
  padding: 20px;
}

.sectionheader {
  text-align: center;
  width: 100%;
}

.sectionheader .h1 {
  font-size: 150%;
}

.brand hr {
  width: 80%;
  padding-bottom: 20px;
}

.brand .fontusage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.brand .fontusage div {
  box-shadow: 0px 1px 8px #e3e3e3;
  background-color: #fff;
  padding: 60px 40px;
}

.brandcolor {
  text-align: center;
  padding: 70px 0px;
}

.gfblueback {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #0063A6;
  color: #fff;
}

/* Navigation */

.navbar {
  background: #00538B;
}

#sidebar {
  background: #00538B;
    color: #ffffff;
}

#sidebar ul li a {
color: #ffffff;
}

.btn-toggle {
  color: #fff;
  background-color: #D6515C;
  border: none !important;
  border-color: transparent;
}

.btn-toggle:hover {
  color: #fff;
  background-color: #D6515C;
  border: none;
  border-color: transparent;
}

.btn-toggle:active {
  color: #fff;
  background-color: #D6515C;
  border: none;
  border-color: transparent;

}

#sidebar .active {
  background-color: #D6515C;
}

#sidebar .download {
  background-color: #fff;
  border-radius: 3px;
  color: #D6515C;
  border: 1px solid #D6515C;
  text-align: center;
}

#sidebar .download:hover {
  border: 1px solid #D6515C;
  color: #fff;
}

.sidebarcolor {
    background-color: rgba(0, 0, 0, 0);
}

a.article {
  background-color: #D6515C;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

a.article:hover {
  background-color: #fff;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #D6515C;
}

#sidebar ul li a:hover {
  color: #fff;
  background-color: #D6515C;
}

ul ul a {
    background-color: rgba(0, 0, 0, 0);
}

.article  {
  color: #fff !important;
}

.brand .tagcontainer {
  position: relative;
}

.brand .cornertag {
  max-width:200px;
  position: absolute;
  top: 0px;right: 0px;
}

.langsection {
  padding-top:120px;
  padding-bottom:120px
}

.langsectionalt {
  padding-top:40px;
  padding-bottom:40px
}

.langtitle {
  margin-bottom:40px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
.webcolorwidth {
	width:50%;
}
.primarycolors {
	width:50%;
}
.greycolors {
	width:50%;
}

}