/*
Light Gray: #cccccc
Dark Red: #570a0a
Dark Gray: #181818


*/

/* ---------------------------------------------------------- */
/* BASIC SETUP */
/* ---------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html  {
    background-color: #181818;
    color: #ccc;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 300px;
    text-rendering: optimizeLegibility;
    -ms-overflow-style: scrollbar;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}




/* ---------------------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ---------------------------------------------------------- */

section {
    padding: 0px 0px;
}



/*--------HEADINGS-------*/
h1,
h2,
h3  {
    font-weight: 300;
    text-transform: uppercase;
    
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;    
    letter-spacing: 1px;

}

h2 {
    font-size: 130%;
    word-spacing: 2px;
    text-align: left;
    margin-bottom: 10px;    
    letter-spacing: 1px;

}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}


/*--------PARAGRAPHS-------*/
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    padding-bottom: 20px
}

.box p {
    font-size: 90%;
    line-height: 145%;
}

/*--------LINKS-------*/
a:link,
a:visited {
    color: #888;
    text-decoration: none;
    padding-bottom: 1px;
}

a:hover,
a:active {
    color: #555;
    text-decoration: none;
}


/* ---------------------------------------------------------- */
/* NAVIGATION */
/* ---------------------------------------------------------- */
.main-nav {
    width: 100%;
    list-style: none;
    margin-top: 15px;
    text-align: center;
}

.main-nav li {
    display: inline-block;
    margin-left: 25px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #570a0a;
}



/* ---------------------------------------------------------- */
/* HEADER */
/* ---------------------------------------------------------- */

.topquote {
	width: 75%;
	text-align: center;
	font-family: 'Caveat', cursive;
	font-size: 200%;
	padding-top: 30px;
	padding-bottom: 30px;
}


header {
    background-image: url("img/header-photo.jpg");
    background-size: cover;
    background-position: center;
    height: 1200px;

}

.logo-box {
    width: 100%;
    float: left;
}



.logo {
    width: 50%;
    padding-top: 30px;
}

.nav-quote {
	background-color: black;
}

/* ---------------------------------------------------------- */
/* ABOUT */
/* ---------------------------------------------------------- */
.section-about {
    background-color: #181818;
	padding-top: 20px;
}

.quote {
    font-weight: 700;
    font-size: 90%
}

.author {
    font-size: 80%;
    line-height: 120%;
    font-style: italic;
    padding-left: 25px;
}


/* ---------------------------------------------------------- */
/* VIDEO */
/* ---------------------------------------------------------- */

.section-video {
    background-color: #570a0a;
    padding: 15px;
}


/* ---------------------------------------------------------- */
/* EVENTS */
/* ---------------------------------------------------------- */
.section-events {
    background-color: #181818;
	margin-top: 20px;
}

.event-container {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
    border: 1px solid #ccc; 
}

.event-head {
    background-color: #570a0a;
    display: inline-block;
    width: 100%;
}

.event-descr {
    font-size: 75%;
    font-style: italic;
}

.event-date {
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 20px;
}

.event-btn {
    float: right;
}

.venue p {
    margin-bottom: 10px;
    padding-left: 20px;
}

.event-details p {
    margin-bottom: 10px;
    padding-left: 20px;
}

/*--------BUTTONS-------*/
.btn:link, 
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    text-decoration: none;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #ccc;
    border-radius: 100px;
    border: 1px solid #ccc;
    color: #570a0a;
    margin-right: 15px;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #570a0a;
    color: #ccc;
    
}

.btn-full:hover,
.btn-full:active,
input[type=submit] {
    border: 1px solid #ccc;
}





/*-------------------------------------------------------*/
/* Gallery */
/*-------------------------------------------------------*/
@-moz-keyframes gallery {
    100% {opacity: 1;}
}

@-webkit-keyframes gallery {
    100% {opacity: 1;}
}

@-ms-keyframes gallery {
    100% {opacity: 1;}
}

@keyframes gallery {
    100% {opacity: 1;}
}

.gallery {
    padding: 3.5em;
    position: relative;
    overflow: hidden;
    min-height: 37em;
    background-color: #570a0a;
}

.gallery header {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.gallery header.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.gallery footer {
    text-align: center;
    margin-top: 4em;
}

.gallery .content {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
}

.gallery .content .media {
    -moz-animation: gallery 0.75s ease-out 0.4s forwards;
    -webkit-animation: gallery 0.75s ease-out 0.4s forwards;
    -ms-animation: gallery 0.75s ease-out 0.4s forwards;
    animation: gallery 0.75s ease-out 0.4s forwards;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    width: 25%;
}

.gallery .content .media a {
    display: block;
}

.gallery .content .media img {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.gallery .content .media:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}


/* ---------------------------------------------------------- */
/* CONTACT */
/* ---------------------------------------------------------- */

.section-contact {
    background-color: #181818;
    width: 100%;
}

.contact-container {
    display: inline-block;
    width:  60%;
    margin-left: 20%;
}

.beard-logo {
    margin-right: 20px;
    float: left;
}

.contact-info {
    float: right;
}

.contact-info h4 {
    margin-top: 15px;
}

.contact-info p {
    margin-top: 5px;
    font-size: 90%;
}

#contact {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background: #ececec;
}

#contact form {
    margin: 0;
}

#contact .icons {
    margin-bottom: 1em;
}

#contact .column {
    padding: 3.5em 0 1.5em 0;
    padding-left: 3.5em;
    padding-right: 3.5em;
    width: 50%;
    background-color: #181818;
}

#contact .column.social {
    background: #181818;
}

#mc_embed_signup {
    padding: 10px;
    background:#ccc;
    color: #181818;
    clear:left;
    font:14px 'Nunito', sans-serif; 
    width:100%;
}



/* ---------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------- */

footer p {
    padding: 10px;
    font-size: 50%;
    text-align: center;
}


/*
Light Gray: #cccccc
Dark Red: #570a0a
Dark Gray: #181818


*/