/*++++++++++++++++++++++++++++++++
GENERAL
+++++++++++++++++++++++++++++++++*/
@font-face {
  font-family: 'Abolition Regular';
  src: url('../fonts/abolition-regular-webfont.eot');
  src: url('../fonts/abolition-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/abolition-regular-webfont.woff') format('woff'),
       url('../fonts/abolition-regular-webfont.ttf') format('truetype');
}

body {
  font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
  clear: both;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
  }

a{
  text-decoration: none;
}

img {
  max-width: 100%;
}

he {
  margin: 001em 0;
}

.TextWrap {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.intro {
  font-size: 1.25em; /* 20px/16px */
  line-height: 1.6;  
}

.title {
  color: white;
  font-size: 1.625rem; /* 26px/16px */
  letter-spacing: .065em;
  font-weight: 200;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.primary-content,
.main-header,
.main-footer {
  text-align: left;
}

.t-border {
  border-top: 2px solid #dfe2e6;
}

ol.u {
  list-style-type: none;
}

/*++++++++++++++++++++++++++++++++
HEADING
+++++++++++++++++++++++++++++++++*/

/*header {
  float: left;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
  width: 100%
}
*/
.main-header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  height: 420px;
  background: #ffcc00;
  background-size: cover;
  
  background: 
            linear-gradient(
            to bottom, 
            #ffcc00,
            #ffcc00 25%,
            black 10%,
            black 35%, 
            black,
            #ffcc00 30%,
            #ffcc00
            );
            background-repeat: no-repeat;
            background-position: cover;
            max-height: auto;


}

.bee-pics {
  padding: 18% 24%;
  border-bottom: 10px solid #ffcc00;
  margin: -40px 0 60px 0;
  background: #ffcc00 url('../img/tvbr_hdr_2.jpg') no-repeat center;
  background-size: cover;
  box-shadow: inset 0 0 50px 10px rgba(8,8,8, .8);
}

#logo-containter {
    width: 100%;
    height: auto;


}
#logo {
  text-align: center;
  margin: 0;
}

h1 {
  font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 40px 0;
  font-size: 2em;
  font-weight: normal;
  line-height: 0.8em;
}

h2{
  font-size: 1.75em;
  margin: -5px 0 0;
  font-weight: normal;
}


/*++++++++++++++++++++++++++++++++
NAVIGATION
+++++++++++++++++++++++++++++++++*/

nav {
  text-align: center;
  padding: 0 0 5px 0;
  margin: 20px 0;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 20px 0 20px 0;
}

nav li {
  display: inline-block;
  margin: 3px;
}

nav a {
  font-weight: 400;
  padding: 15px 10px;
}



/*++++++++++++++++++++++++++++++++
FOOTER
+++++++++++++++++++++++++++++++++*/

footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 50px;
  color: #ccc;
}
  
.social-icon {
  width: 40px;
  height: 40px;
  margin: 0 5px;
} 

/*++++++++++++++++++++++++++++++++
PAGE: HOME
+++++++++++++++++++++++++++++++++*/
.primary-content, 
.secondary-content {
  width: 75%;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  max-width: 960px;
}


#gallery {
  margin: 0;
  padding: 10px;
  list-style: none;
}

#gallery li {
  float: left;
  width: 45%;
  margin: 2.5%;
  /*background-color: #f5f5f5;*/
  /*color: #bdc3c7;*/
}

#gallery li a p {
  margin: 0;
  padding: 5%;
  font-size: 0.753em;
  color: #bdc3c7;
}



/*++++++++++++++++++++++++++++++++
PAGE: ABOUT
+++++++++++++++++++++++++++++++++*/

.profile-photo {
  clear: both;
  display: block;
  max-width: 150px;
  margin: 0 auto 30px;
  border-radius: 100%;
}



/*++++++++++++++++++++++++++++++++
PAGE: CONTACT
+++++++++++++++++++++++++++++++++*/

.contact-info {
  list-style: none;
  padding: 0;
  margin: 10;
  font-size: 0.9em;
}

.contact-info a{
  display: block;
  min-height: 40px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

.contact-info li.phone a {
  background-image: url('../img/phone.png');
}

.contact-info li.mail a {
  background-image: url('../img/gmail.png');
}

.contact-info li.twitter a {
  background-image: url('../img/twitter.png');
}

/**.contact-info li.fb a {
  background-image: url('../img/facebook.png');
}**/

/*++++++++++++++++++++++++++++++++
COLORS
+++++++++++++++++++++++++++++++++*/

/* site body */
body{
  background-color: #fff;
  color: #000;
}

/* yello header */
header {
  background: #ffcc00;

}

/* nav background on mobile */
nav {
  background: #000;
}

/* logo text */
h1, h2 {
  color: #000;
}

/* links */
a {
  color: #000;
}

/* nav link */
nav a, nav a:visited {
  color: #ffcc00;
}

/* selected nav link */
nav a.selected, nav a:hover {
  color: white;
}

























