/* Font Import */
@font-face {
	font-family: 'GreatVibesRegular';
	src: url('../../assets/fonts/GreatVibes.otf') format('opentype');
}

@font-face {
    font-family: 'Quicksand';
    src: url('../../assets/fonts/quicksandlight.otf');
}

/*Global Page Display Variables */
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #161616;
}

/* Font Behaviors */
p {
	font-family: Quicksand, sans-serif;
	color: #A4A4A4;
	text-align: center;
	font-size: 1em;
	margin-left: 20%;
	margin-right: 20%;
}

h2 {
	font-family: 'GreatVibesRegular';  
	text-align: center;
	font-weight: normal;
	font-size: 2.5em;
	color: #C70000;
}

h3 {
	font-family: Quicksand, sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #A4A4A4;
}

ul {
	font-family: Quicksand, sans-serif;
	text-align:center;
}
.logoImg {
	padding-top: 10px;
	height: 75px;
}

/* Image Banner */
.bannerImg {	
	display: flex;
	opacity: 0.75;
	width: 100%;
}

/* Our Work images */
.flexContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}	
.rbWings img, .swProtection img{
	opacity: 0.5;
	width: 100%;
	display: flex;
}

.rbWings, .swProtection {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
    position: relative;
}

/* Text Boxes Over Wings (Global) */
.textOverlay {
	color: #FFF;
	font-weight: 600;
	text-shadow: 2px 2px #000;
}

.rbText, .swText {
	position: absolute;  
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
	
/* Page Sections */
.description {
	background-color: #000;
	padding-top: 1%;
	padding-bottom: 1%;
}
	
.about {
	padding-top: 1%;
	padding-bottom: 2.5%;
	background-color: #000;
}

.blog {
	padding-bottom: 2.5%;
}

.social {
	padding-top: 1%;
	padding-bottom: 2.5%;
/*	background-color: #000; */
}

.smBtn {
	text-align: center;
}

	.instagram {
		padding-right: 1em;
	}
	
	.pinterest {
		padding-right: 1em;
	}
	
	.twitter {
		padding-right: 1em;
	}

	img.instagram:hover, img.pinterest:hover, img.twitter:hover, img.youtube:hover {
		-webkit-filter: brightness(120%);
	}

.contact {
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #000;
}

.footer {
	padding-top: 0.125em;
	padding-bottom: 0.125em;
	text-align: center;
/*	background-color: #000;*/
	bottom: 0;
}

/* Buttons */

button, .button {

	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	background: #C70000;
	color: #fff !important;
	font-weight: bold;
	outline: 0;
	font-size: 1.1em;
	padding: 0.65em 1.5em 0.65em 1.5em;
	text-align: center;
	transition: background-color .25s ease-in-out;
	text-transform: uppercase;
}

button:hover,	.button:hover {
	background: #E6040B;
}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			margin-left: 1em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}
			
/* smaller than 640px */
@media (max-width: 640px) 
{
	h2 {
		font-size: 3em;
	}
}
