/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: 'semplicita';
    src: url('../fonts/semplicita_light-webfont.eot');
    src: url('../fonts/semplicita_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/semplicita_light-webfont.woff2') format('woff2'),
         url('../fonts/semplicita_light-webfont.woff') format('woff'),
         url('../fonts/semplicita_light-webfont.ttf') format('truetype'),
         url('../fonts/semplicita_light-webfont.svg#semplicitalight') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'semplicita';
    src: url('../fonts/semplicita_medium-webfont.eot');
    src: url('../fonts/semplicita_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/semplicita_medium-webfont.woff2') format('woff2'),
         url('../fonts/semplicita_medium-webfont.woff') format('woff'),
         url('../fonts/semplicita_medium-webfont.ttf') format('truetype'),
         url('../fonts/semplicita_medium-webfont.svg#semplicitamedium') format('svg');
    font-weight: 400;
    font-style: normal;

}

body {
    font-size: 18px;
    font-family: "semplicita", Helvetica, sans-serif;
    font-weight: 300;
    /*margin-top: 50px; */
    /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
h1 {
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
}
h2 {
    font-weight: 400;
}
p {
    font-weight: 300;
    font-size: 1em;
}
strong {
    font-weight: 400;
}
a, a:active, a:visited, a:focus {
    color: #c8a558;
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.header {
    background-color: #f3f0ec;
    margin: 15px;
    padding-bottom: 60px;
}
.header .logo-container {
    text-align: center;
    padding: 65px 0px 60px;
}

#logo{
    width: 250px;
    height: auto;
    max-width: 80%;
}
.image {
    width: 100%
}
.tile {
    background-color: #000;
    display: table;
    width: 100%;
    max-width: 260px;
    margin: 10px auto;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}
.tile:hover {
    text-decoration: none;
    opacity: 0.8;
}
.tile .tile-heading {
    color: #fff;
}
.tile-content {
    color: #fff;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 400px;
    display: table-cell;
    vertical-align: bottom;
    background-position: center;
}
.tile-title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    height: 420px;
    display: table;
    text-align: center;
}
.tile-heading {
    margin: 30px 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.3em;
    display: table-cell;
    vertical-align: middle;
}
.tile-lead {
    margin: 30px 0;
    font-weight: 300;
}
.tile-heading, .tile-lead  {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7); 
}
section {
    padding: 75px 0;
    text-align: center;
}
.section-heading {
    margin: 50px 0px 20px;
}
.section-lead {
    margin: 30px 0;
    font-size: 1.5em;
}
.section-paragraph {
    margin: 30px 0;
}
video {
  width: 100% !important;
  height: auto !important;
}
.video-js .vjs-big-play-button {
    font-size: 4em;
    line-height: 1.3em;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0;
    background-color: rgba(43, 51, 63, 0.4);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
footer {
    margin: 30px 15px 15px;
    text-align: center;
    background-color: #f3f0ec;
    padding: 30px 20px 20px;
    letter-spacing: 4px;
    font-size: 0.8em;
}

.footer-menu {
    padding: 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
    padding: 20px;
}

.footer-menu li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
}
.footer-menu li a:hover{
    color: #c8a558;
}
.footer-menu li a:hover, .footer-menu li a:active, .footer-menu li a:focus {
    text-decoration: none;
}

footer p {
    color: #716e6a;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
    .tile-content, .tile-title {
        height: 280px;
    }
    .tile-heading {
        font-size: 0.9em;
    }
    .tile-lead {
        font-size: 0.7em;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
    .tile-content, .tile-title {
        height: 350px;
    }
    .tile-heading {
        font-size: 1.3em;
    }
    .tile-lead {
        font-size: 0.9em;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
    .tile-content, .tile-title {
        height: 400px;
    }
    .tile-lead {
        font-size: 1em;
    }
}
