@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'open_sansregular';
    font-size: 16px;
    overflow-x: hidden;
    min-height: 100vh;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.logo {
    margin: 130px auto 0px;
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 0 20px;
}

.logo-sm {
    margin: -12px;
   /*width: 170px;*/
}

.footer {
    bottom: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    color: #777;
}

h1 {
    color: #666;
    font-family: 'open_sanslight';
    font-size: 4.2em;
    font-weight: 100;
}

h2 {
    color: #777777;
    font-family: 'open_sanslight';
    font-size: 2.1em;
    font-weight: 100;
}

a:hover {
    text-decoration: none;
}

#home {
	background:url(../images/studio-main.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    height: 100%;
}

#about {
	background-color: #335d6d;
	color:#fff;
	min-height: 100vh;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-bottom: 16px;
    border-top: 85px solid #2e5665;
 }
 
 #about h1 {
	 color:#97abb4;  
 }
 #about h2 {
	 color:#fff;  
 }

#services {
	min-height: 100vh;
	margin: 0 auto;
	border-top: 85px solid #f8f9fa;
}

#products { 
	background: url(../images/davines-bkg.jpg) no-repeat;
    color:#fff; 
    background-size: cover;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    height: 100%;
    border-top: 85px solid transparent;
}

#products h1, #products h2 {
    color:#fff; 
}

#location {
    background-color: #335d6d;
    color:#fff;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-top: 85px solid #2e5665;
}

#location h1 {
    color:#97abb4;  
}

#location h2 {
    color:#fff;  
}

#location a.link {
    color:#fff;  
    text-decoration: none; 
    opacity: .75;
}

#location a.link:hover {
    color:#fff; 
    text-decoration: solid; 
    opacity: 1;
}

#contact{
	background: #fff;
	min-height: 100vh;
	margin: 0 auto;
	border-top: 85px solid #f8f9fa;
}

footer {
    background-color: #335d6d;
    color:#fff;
}

.arrow-up {
    bottom: 0;
    left: 50%;
    position: absolute;
    padding-bottom:25px;
}

a.link-about {
    font-size: 1em;
    color: #676767;
    text-decoration: none;
    padding: 4px 25px;
    margin-top: 2px;
}
a:hover.link-about {
    color: #fff;
    background-color: #676767;
    border: 2px solid #676767;
    margin-top: 0;
}

.btn-primary {
    background-color: #335d6d;
    border-color: #335d6d;
    border-radius: 3px;
    padding: 8px 24px;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #203d48 !important;
    border-color: #203d48 !important;
}

.btn-light {
    border-radius: 3px;
    padding: 8px 24px;
}

.btn-link {
    color: #335d6d;
}

.btn-link:hover {
    color: #203d48;
}
.nav-link {
    color: #97abb4; 
    border-bottom: 5px solid transparent;
}
.nav-link:focus, .nav-link:hover, .nav-link.active {
    color: #335d6d;
    border-bottom:5px solid #335d6d;
}

iframe, .staff { 
     width: 100%;
	 border: 6px solid #66848f !important;
}

a.navbar-brand img {
	width: 200px
}

.txt-sm{
    font-size: 14px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 575.98px) { 
    #about, #services, #products, #location, #contact {
        border-top-width: 85px;
    }

    .logo-home {
        margin-top:125px;
    }

    #home {
        min-width: 50vh;
    }
}