/* FONTS */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

@import url(header.css);
@import url(about.css);
@import url(events.css);
@import url(members.css);
@import url(news.css);
@import url(photos.css);
@import url(contact.css);

/* Body */
body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 50px;
}

/* Preload images */
#preloadMain {
    width: 0px;
    height: 0px;
    display: none;
    background-image: url(../img/main/link_bg.jpg);
    background-image: url(../img/main/about_bg.jpg);
    background-image: url(../img/main/members_bg.jpg);
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #ff7878;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* removing horizontal scrollbar */
.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* Light Grey Wrap */
#lg {
	background: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 40px;
}

#lg h1 {
    text-align: center;
    font-weight: 600;
    color: #ff7878;
    padding-bottom: 20px;
}

/* Footer Wrap */
#f {
	padding-top: 10px;
	padding-bottom: 30px;
    color: black;
    font-size: 14px;
}

/****** SECTIONS *****/
.w {
	padding-top: 30px;
}

.w h1 {
    color: #ff7878;
    font-weight: 600;
    padding-bottom: 20px;
    /*box-shadow: 0 4px 2px -2px gray;*/
}

.w h4 {
	font-weight: 700;
}

.w h3 {
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991px) {
    .w {
        font-size: 14px;
    }
    .w h3 {
        font-size: 20px;
    }
}

.w i {
	color: #ff7878;
	font-size: 30px;
}

.w img {
    width: 260px;
    height: 260px;
}

/****** MAIN ******/
#headerwrap {
    background: url(../img/main/about_bg.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top:20px;
    text-align:center;
    background-attachment: relative;
    background-position: top center;
    min-height: 450px;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    color: white;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
    font-family: 'Open Sans';
    margin-top: 15%;
}

#headerwrap h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
}

#thumbnail img {
    width: 180px;
    height: 180px;
}

#thumbnail .btn {
    margin-bottom: 50px;
}

