@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


::-moz-selection {
    background: #16a085;
    color: #fdfdfd;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #fdfdfd;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}
a {
    color: #1abc9c;
}
a:hover{
    color: #4a4a4a;
    text-decoration-color: #1abc9c; 
}

.navbar-brand {
}

.navbar-default .navbar-brand {
        
}

.navbar-default {
	background-color: rgba(200,200,200,.1);
	border-color: transparent;
    transition: background-color 1s;
}

.inactive{
    display:none;
}


.navbar-default .navbar-nav > li > a {
	color: #1abc9c;
}
.navbar-default .navbar-nav > li > a:hover {
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 1);
    color: #050505;
}
.navbar-default .navbar-nav > li > a:focus {
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 1);
    color: #000;
}

.navbar.scroll{
    background-color: rgba(250,250,250,.9);
}

#headerimg{
    height:200px;
    max-width:100%;
}
#header-subtext{
    font-weight: 500;
    color: #eee;
    font-size: 1.2em;
    text-shadow: 0px 0px 8px #000000;
    max-width: 95%;
    margin-left: auto;
    margin-right:auto;
}

#headerlogo{
    width:70%;
    max-height:180px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    
}
#headerlogo img{
    max-height:180px;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,.35));
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,.35));
}

#header-text h1{
    color: #1abc9c;
    margin-top: 300px;;
    width: 100%;
}


#header-carousel {
	text-align:center;
    align-items: center;
	height: 650px;
	width: 100%;
	position: relative; 
}

.carousel { 
    z-index: -99; /* keeps this behind all content */
    width: 100%; 
    height:100%;
    padding: 0;
} 

.carousel-inner{
    width: 100%;
    height: 100%;
    filter: brightness(.8) url(#teal-monochrome);
}

.carousel .item {
    width: 100%;
    height: 100%;
}
.carousel .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:500px){
    #header-carousel {
        height: 400px;
    }
    
    #headerlogo{
        width:95%;
    }
}

#headerwrap.winepickerbg {
    background: url(../img/portfolio/winepicker/winepickerbg_greyscale.png) no-repeat center top;
    text-shadow: 0px 0px 30px #000;
    text-align:center;
    align-items: center;
	background-attachment:fixed;
	background-position: center ;
	min-height: 650px;
	min-width: 100%;
	
    -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.squaremelonbg {
    background: url(../img/portfolio/squaremelon/squaremelonbg_greyscale.png) no-repeat center top;
    text-shadow: 0px 0px 30px #000;
    text-align:center;
    align-items: center;
	background-attachment:fixed;
	background-position: center ;
	min-height: 650px;
	min-width: 100%;
	
    -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;
}


#social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a
}

#social i:hover {
	color: #1abc9c;
}

#footerwrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
}

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}


/* Gallery */
.gallery {
	margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #1abc9c;
    position: relative;   
    overflow:hidden;
}

.gallery div {
    position: absolute;
	background: rgba(26, 188, 156, 0.7);
	width: 100%;
	height: 100%;
}
.gallery div h4{
    margin-top:25%;
} 

.quick-preview{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    
}
.big-preview{
    width: 90%;
    margin-top: 55px;
    margin-left:5%;
    margin-right: 5%;
}
@media screen and (max-width:1200px){
    .big-preview{
    width: 98%;
    margin-top: 55px;
    margin-left:1%;
    margin-right: 1%;
}
}

.showr-active {
    display:none;
}


.header-content{
    position:absolute;
    top: 38%;
    width: 100%;
    text-align: center;
}

.navbar-brand{
    margin:0;
    padding-top: 7px;
    padding-bottom: 3px;
}
#logo-small{
    background-image: url(../img/logo-small1.svg);
    height: 40px;
    width: 120px;
    background-repeat: no-repeat;
}



.col-lg-4.wider{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

@media screen and (max-width:768px){
    
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    background-color: rgba(255,255,255,.95);
    
    }
}

.navbar li a{
    border-bottom: 2px solid rgba(255,255,255,0);
}
.navbar li a:hover{
	border-bottom: 2px solid #1abc9c;
}


#activitycontainer img{
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
}
.svganimation{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

#activitycontainer:not(.no-ani) img,#activitycontainer.no-ani.svganimation {
    display: none;
}


@media screen and (min-width: 768px){
    #activitycontainer .side-dividers{
        border-left: 2px solid #999;
        border-right: 2px solid #999;
    }
}

.activity{
    height: 200px;
}

.bold{
    font-weight: bold;
}

#da-thumbs{
    height: 100%;
    -webkit-padding-start: 0px;
}

.da-thumbs li {
	float: left;
	position: relative;
    list-style: none;
    padding-top:0px;
    padding-bottom:8px;
    padding-left:4px;
    padding-right:4px;

}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
    width: 100%;
    height: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(26, 188, 156, 0.7);
	width: 100%;
	height: 100%;
}

.da-thumbs h4{
    margin-top: 10%;
    color: #fff;
    text-shadow: 0px 0px 55px #000;
}
@media screen and (max-width:992px) and (min-width: 768px){
    .da-thumbs h4{
        margin-top: 5%;
    }
}
@media screen and (min-width: 1200px){
    .da-thumbs h4{
        margin-top: 25%;
    }
}
.da-thumbs p{
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 3%;
    color: #fefefe;
    text-shadow: 0px 0px 30px #000;
}
.da-thumbs .smalltext{
    color: #eee;
    font-weight: 50;
    font-size: .8em;
}

.no-link{
    cursor: default;
}


#showreel-player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#showreel-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.section{
    transform: translate(0px, -50px);
}

.svg-filter { display: none; }