/*
Theme Name: Mums Army
Author: Jason Wightman
*/

/*------------------------------------*\
	Fonts/Color Reference 
\*------------------------------------*/


/*------------------------------------*\
Colors:

Cream: #fffcf4 rgb(255, 252, 244)
Black: #121212 rgb(18, 18, 18)
Pink: #d91965 rgb(217, 25, 101)


Typography:

.bodoni-moda-<uniquifier> {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.libre-bodoni-<uniquifier> {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


\*------------------------------------*/

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
    font-size: 62.5%; 
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;  
	line-height: 1.4;	
	color: #2e2e2e;
	background-color: #fffcf4;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	/*font-family: "Bodoni Moda", serif;*/
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #d91965;
	margin-top: 0;
	text-wrap: balance;
}

h1 { 
	font-size: 3.2rem; 
	line-height: 1.2; 
	margin-bottom: 28px; 
}

h2 { 
	font-size: 3.2rem; 
	line-height: 1.2; 
	margin-bottom: 28px; 
}

@media (min-width: 768px) {
	h1, h2 { 
		font-size: 3.8rem; 
	}
}

@media (min-width: 992px) { 
	h1, h2 { 
		font-size: 5.0rem; 
	}
}

h3 { 
	font-size: 2.4rem; 
	line-height: 1.2; 
	margin-bottom: 20px; 
}

@media (min-width: 768px) {
	h3 { 
		font-size: 2.8rem; 
	}
}

h4 { 
	font-size: 2.0rem; 
	line-height: 1.2; 
	margin-bottom: 10px; 
}

h5 { 
	font-size: 1.4rem; 
	line-height: 1.2; 
	margin-bottom: 7px; 
}

h6 { 
	font-size: 1.2rem; 
	line-height: 1.4; 
	margin-bottom: 6px; 
}

p {
	margin-top: 0;
	margin-bottom: 18px;
}

b, strong {
	font-weight: 600;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #2e2e2e;
	text-decoration: none;
}

a:hover {
	color: #2e2e2e; 
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 0;
	border: 1px solid #121212;
	position: relative;
	box-sizing: border-box;
	padding: 15px 30px 15px 30px;
	margin-bottom: 0;
	display: inline-block;
	height: auto;
	width: auto;
	background-color: transparent;
	color: #2e2e2e;
	webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button:hover,
button:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 0 1px #121212;
}


/*------------------------------------*\
	General
\*------------------------------------*/


/* Images */

img {
	width: 100%;
	height: auto;
	display: block;
}


/* Social Hovers*/

.facebook:hover path {
	fill: #1877f2;
}

.instagram:hover path {
	fill: #dd2a7b;
}

.tiktok:hover path {
	fill: #25f4ee;
}


/*------------------------------------*\
	Header
\*------------------------------------*/

/* Header Strip */

.header {
	position: fixed;
	width: 100%;
	z-index: 40;
	background-color: #fffcf4;
	border-bottom: 1px Solid rgba(18, 18, 18, 0.1);
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

.header .socials {
	text-align: right;
}

@media (min-width: 768px) { 
	.header .socials {
		text-align: left;
	}
}

.socials #social-buttons {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
    padding-left: 0;
}

.socials #social-buttons li {
	display: inline-block;
	margin-bottom: 0;
	background: none;
	padding-left: 15px;
}

.socials #social-buttons li:first-child {
	padding-left: 0;
}

.header .logo {
	text-align: left;
}

@media (min-width: 768px) { 
	.header .logo {
		text-align: center;
	}
}

.header button {
	float: right;
}


/*------------------------------------*\
	Home
\*------------------------------------*/

/* Banner */

.banner {
	padding-top: 114px;
}

.banner-content {
	width: 100vw;
	height: calc(70vh - 114px);
	flex-direction: row;
	position: relative;
	padding: 30px;
	text-align: center;
}

@media (min-width: 768px) {
	.banner-content {
		height: calc(100vh - 114px);
		max-height: 700px;
	}
}

.banner-image {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.image {
	display: block;
	overflow: hidden;
}

.image > img {
	object-fit: cover;
	object-position: center center;
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/* About Section */

.about {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.about {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

#about-button {
	margin-top: 18px;
}

.about-image {
	margin-top: 60px
}

@media (min-width: 768px) {
	.about-image {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.about-text {
		padding-right: 40px;
	}
	
	.about-image {
		padding-left: 40px;
	}
}

.about-image > img {
	object-fit: cover;
	object-position: center center;	
}


/* Talk Section */

.lets-talk {
	background-color: rgba(217, 25, 101, 0.1);
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.lets-talk {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.contact-box {
	text-align: center;
}

.contact-box p {
	font-size: 16px;
	margin-bottom: 36px;
}

@media (min-width: 768px) {
	.contact-box p {
		font-size: 18px;
	}
}

.contact-box button {
	margin: 0 auto;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

footer {
	background-color: rgba(217, 25, 101, 0.4);
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Copyright */

.copyright-text,
.privacy-text {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 1.2rem;
	margin-top: 5px;
}

.privacy-text {
	text-align: right;
}