@charset "utf-8";
/* CSS Document */

/* HTML */
html,
html *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Body */
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
} 
img{
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a, a:visited {
	color: inherit;
}

/* Header */
header {
	position: fixed;
	width: 100%;
	height: 190px;
	background-color: #F7B62B;
	border-bottom: 3px solid rgba(5,49,152,1.00);
}

/* Site Nav */
.site-nav {
    float: left;
	padding: 40px;
    width: auto;
    text-align: justify;
    margin-right: auto;
}
header nav ul {
    list-style: none;
    float: right;
    font-size: 14px;
}

.site-logo {
    color: #fff;
    font-weight: bold;
    text-align: right;
    width: 10%;
    float: left;
    margin-top: 15px;
    margin-left: 350px;
    letter-spacing: 4px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    height: auto;
}

nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    text-align: left;
    margin-right: 45px;
    letter-spacing: 6px;
    font-weight: bold;
    transition: all 0.3s linear;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
    color: #2C9AB7;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14pt;
    position: static;
    top: auto;
}

/* Hero Section */
.hero-header {
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 36px;
}
/* Hero Section */
.hero {
	background-color: #FFFFFF;
	padding-top: 155px;
	padding-bottom: 0px;
}

/* About Section */

.intro {
  position: inherit;
  color: #343144;
  background: #fff;
  padding: 10em 10em 10em 10em;
}
.intro-text {
  position: inherit;
}
.intro p {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
  position: inherit;
  z-index: 200;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
}

/* Services Section */

.services {
  position: inherit;
  color: #343144;
  background: #fff;
  padding: 10em 10em 10em 10em;
}
.services-text {
  position: inherit;
}
.services p {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
  position: inherit;
  z-index: 200;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
}

/* Contact Section */

.contact {
  position: inherit;
  color: #343144;
  background: #fff;
  padding: 10em 10em 10em 10em;
}
.contact-text {
  position: inherit;
}
.contact p {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
  position: inherit;
  z-index: 200;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
}

/* Artwork Section */

.artworks {
  position: inherit;
  width: 100%;
  overflow: hidden;
}
.artwork {
  display: flex;
  position: inherit;
}
.artwork .artwork-piece {
  padding: 8% 0 8% 23.5%;
  background-image:-moz-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  position: inherit;
  width: 50%;
}
.artwork-piece figure {
  position: inherit;
}
.artwork-piece figure img {
  position: inherit;
  z-index: 100;
}
.artwork .artwork-description {
  background: #26223e;
  color: #fff;
  width: 50%;
  position: inherit;
  padding: 25em 5em 0em 10em
}

.artwork-title {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  padding: em 0 0 0;
  position: inherit;
  letter-spacing: .36em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 90em;
  margin-bottom: .5em;
}
.artwork-text {
 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.0em;
  font-weight: 100;
  padding: em 0 0 0;
  position: inherit;
  letter-spacing: .36em;
  opacity: .8;
  line-height: 1.5;
  max-width: 90em;
  margin-bottom: .5em;
}
.see-more {
  font-size: 1em;
  display: inline-block;
  margin-top: 6em;
  padding: 0 0 .4em 0;
  transition: all .3s;
  text-decoration: none;
}
.see-more:hover {
  border-bottom: 1px solid white;
}

/* Gallery Section */

.gallerys {
  position: inherit;
  width: 100%;
  overflow: hidden;
}
.gallery {
  display: flex;
  position: inherit;
}
.gallery .gallery-piece {
  padding: 8% 0 8% 23.5%;
  background-image:-moz-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  width: 50%;
}
.gallery-piece figure {
  position: inherit;
}
.gallery-piece figure img {
  position: inherit;
  z-index: 100;
}
.gallery .gallery-description {
  background: #26223e;
  color: #fff;
  width: 50%;  
  position: inherit;
  padding: 10em 5em 0em 10em
}
.gallery-title {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  padding: em 0 0 0;
  position: inherit;
  letter-spacing: .36em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 90em;
  margin-bottom: .5em;
}
.gallery-title .h2 {
   position: inherit;
}
.gallery-text {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.0em;
  font-weight: 100;
  padding: em 0 0 0;
  position: inherit;
  letter-spacing: .36em;
  opacity: .8;
  line-height: 1.5;
  max-width: 90em;
  margin-bottom: .5em;
}
.gallery-text .p {
  position: inherit;
}
.see-more {
  font-size: 1em;
  display: inline-block;
  margin-top: 6em;
  padding: 0 0 .4em 0;
  transition: all .3s;
  text-decoration: none;
}
.see-more:hover {
  border-bottom: 1px solid white;
}

/* Footer */

footer {
  margin-top: -3.5em;
  padding-top: 10em;
  background-image:-moz-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
}
.footer-content {
	width: 100%;
	margin: 0 auto;
	padding-bottom:1.7em;
}

.footer-content p {
  	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  	font-size: 1.25em;
	color: #FFFFFF;
  	line-height: 1.8;
	font-weight: bold;
  	position: relative;
  	z-index: 200;
 	text-align: center;
  	letter-spacing: .25em;
  	text-transform: uppercase;

}