
@import url(https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps|Questrial); 
@import url(https://fonts.googleapis.com/css?family=Dancing+Script&display=swap); 


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
    text-align: center;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

body {
	background: #fff;
	font: 300 14px 'Questrial', sans-serif;
	text-align: center;
	color: #333333;
}

p {
	line-height: 1.5;
    text-align: left;
}

li {
    line-height: 1.5;
    text-align: left;
    list-style-type: square;
    list-style-position: inside;
    text-indent: 20pt;
}

a {
	color: #bda54c;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

a:hover { color: #999; }

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dancing Script', cursive;
}

.section_title {
	margin: 20px 0 10px 0;
	color: #bda54c;
	font-size: 32px;
	letter-spacing: 0px;
}
.section_title2 {
	margin: 20px 0 10px 0;
	color: #ffffff;
	font-size: 32px;
	letter-spacing: 0px;
}
.section_title3 {
	margin: 20px 0 10px 0;
	color: #3b2533;
	font-size: 32px;
	letter-spacing: 0px;
}

.section_subtitle {
	margin: 0 0 20px 0;
	font: 24px 'Dancing Script', cursive;
	text-transform: none;
}

.container_small, .container_big {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.container_small {max-width: 900px;}
.container_big {max-width: 1050px;}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
 
.fade-in.cmon {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

video.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  background: url("../images/Galaxy.mov") repeat;
}
#welcome {
	background: url('../images/header2.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
}
#welcome2 {
	background: url('../images/header2.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 200px;
	position: relative;
}

.fade {
	width: 100%;
	height: 100%;
}

.header_title {
	color: #fff;
	font-size: 32px;
	margin: 30px 0 5px 0;
    letter-spacing: 0px;
}

.header_subtitle {
	color: #bda54c;
	font-size: 24px;
    letter-spacing: 0px;
}

.parent {display: table;}

.child {
    display: table-cell;
    vertical-align: middle;
}

/* Navigation */
nav a {
	display: block;
	height: 33.3333vh;
	line-height: 33.3333vh;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 6px;
}

nav a:hover { 
	color: #191919;
	background: #bda54c
}

nav ul {
	background: #3f2030;
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
}

nav ul li:hover {
	background: #bda54c;
}

.hide { 
    display: none;
    text-align: center;
}

.burger {
	background: rgba(25,25,25, 0.5);
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50px;
	left: 50px;
	cursor: pointer;
	border: 2px solid #bda54c;
    text-align: center;
}


#about { padding: 50px 50px; }

#services { padding: 50px 50px; }

.button {
	margin: 10px 0 0;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #bda54c;
    background-color: white;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}


.button:hover {
	background: #bda54c;
	color: #fff;
}

#about {
	background: #ffffff;
	padding: 10px 50px 30px; 
}

#services {
  background: rgb(48,73,59);
background: linear-gradient(0deg, rgba(48,73,59,0.5004202364539565) 0%, rgba(255,255,255,0.33235300956320024) 72%);
	padding: 10px 50px 30px; 
}
#studies {
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(231,211,223,1) 100%);
	padding: 10px 50px 30px; 
}

#portfolio {
	 background: rgb(193,193,170);
background: linear-gradient(0deg, rgba(193,193,170,1) 0%, rgba(255,255,255,1) 40%, rgba(248,243,246,1) 63%, rgba(182,136,160,1) 100%); 
	padding: 10px 50px 75px; 
}

#print {
	 background: rgb(56,92,103);
background: linear-gradient(0deg, rgba(56,92,103,0.4696079115239846) 0%, rgba(223,208,71,0.33235300956320024) 100%);
	padding: 10px 50px 75px; 
}


#albums {
	background: #ffffff;
	padding: 10px 50px 20px; 
}
#websites {
	background: #cccccc;
	padding: 10px 50px 20px; 
}
#advertising {
	background: #cccccc;
	padding: 10px 50px 20px; 
}

.works {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-webkit-align-content: space-between;
}

.works article {
	position: relative;
	background: #fff;
	flex: 0 0 31.5%;
	-webkit-flex: 0 0 31.5%;
	margin: 0 0 25px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

.border {
	border:5px solid #fff;
	overflow: hidden;
}

.works  a:hover {
	color: #bda54c;
}

.works img {
	display: block;
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	transition: all 1000ms linear;
	overflow: hidden;
	box-shadow: #000 0 0 0;
}

.works img:hover {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
	-webkit-transition: all 5000ms linear;
	-moz-transition: all 5000ms linear;
	-o-transition: all 5000ms linear;
	-ms-transition: all 5000ms linear;
	transition: all 5000ms linear;
}


.caption {
	background: rgba(255,255,255, 0.85);
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	color: #bda54c;
}


#contact { padding: 50px 50px; }

.info {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-webkit-align-content: space-between;
	margin: 40px 0 50px 0;
}

.info div {
	flex: 0 0 31.5%;
	-webkit-flex: 0 0 31.5%;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.info div:first-child,
.info div:last-child {
	border: 0;
}

.info .fa {
	font-size: 36px;
	margin: 0 0 10px 0;
    text-align: center;
}

.info h3 {
	color: #bda54c;
	margin: 0 0 15px 0;
}

/* Social icons */
.social {
	max-width: 250px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-webkit-align-content: space-between;
	margin: 0 auto;
}

.social a {
	flex: 0 0 30px;
	-webkit-flex: 0 0 30px;
	border: 2px solid #bda54c;
	height: 30px;
	line-height: 26px;
	font-size: 16px;
	color: #bda54c;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.social a:hover {
	background: #bda54c;
	color: #fff;
}


footer {
	background: #f5f5f5;
}

.container_footer {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
}

footer p {
	line-height: 1;
}

.left, .right {	width: 50%;}

.left {
	float: left;
	text-align: left;
}

.left span {
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
}

.right {
	float: right;
	text-align: right;
	text-transform: uppercase;
}

.right a { color: #999 }

.right a:hover { color: #bda54c }


@media (max-width: 640px) {
	.burger {
		top: 25px;
		left: 25px;
	}

	.section_subtitle { margin: 0 0 30px 0; }
	#about, #contact { padding: 80px 25px; }
	
	#logos { padding: 30px 25px 0;}
	
	#albums { padding: 30px 25px 0;}
	
	#websites { padding: 30px 25px 0;}
	
	#portfolio { padding: 80px 25px 65px; }
	
	.works article {
		flex: 0 0 48%;
		-webkit-flex: 0 0 48%;
		margin: 0 0 15px;
	}
	
	.container_footer { padding: 60px 25px; }
}

@media (max-width: 600px) {
	.burger {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 480px) {
	.works article {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	
	.info div {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		padding: 20px 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
	}
	
	.info div:first-child { padding-top: 0;}

	.info div:last-child { padding-bottom: 0;}

	.info { margin: 0 0 35px 0; }
		
	.social { max-width: 200px; }
}

@media (max-width: 360px) {

	.container_footer { padding: 30px 25px; }
	.left, .right {
		width: 100%;
		text-align: center;
	}
	.left { padding: 0 0 15px 0;}
}

@media (max-height: 568px) {
	#welcome { height: 100vh; }
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
    
@import "compass/css3";

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}    