@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700');

body {
	margin:0;
	padding:0;
    font-family: 'Quicksand', sans-serif;
	background-color:white;
	color:black;
}

header .logo-social table{
	margin-top:30px;
	margin-bottom:0;
}

.logo-social{
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

 table{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	font-size: 0;
	margin-top: 0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
	display:table;
}

table #logo{
	display:table-cell;
	width: 50%;
	text-align:left;
}

table #social{
	display:table-cell;
	width: 50%;
	text-align:right;
}

table #logo img{
	display:table-cell;
	text-align:center;
	height:55px;
}


table #social img{
	margin-left:25px;
	width: 30px;
	height:30px;
}

th, td {
    padding: 0;
	display:table-cell;
	border-collapse:collapse;
	
}

.mobile-dropdown{
	display:none;
}

.drop-down-menu{
	display:none;
}

.header-box {
	position:relative;
	height: 45vh;
	background-image:;
	background-size: auto 350px;
	background-position: top center;
	background-attachment:fixed;
	overflow:hidden;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	display:table;
	vertical-align:middle;
}

/*! navigation start */

nav {
	text-align:center;
	vertical-align:middle;
	z-index: 700;
}
 
nav ul{
	margin:0;
	padding:0;
	font-size:0;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	display:table;
	height: 100%;
}

nav ul li {
	list-style-type:none;
	font-size:12px;
	letter-spacing:3px;	
	width: 120px;
	display:table-cell;
	vertical-align:middle;
	height:50px;
	color: black;
	font-weight:500;
}

nav ul li:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}

nav a:link {
    text-decoration: none;
}

nav a:visited {
    text-decoration: none;
}

nav a:hover {
    text-decoration: none;
}

nav a:active {
	text-decoration: none;
}

nav a { 
	display:inline-block;
	color: inherit;
}

/*! navigation end */

.main-nav-container {
	padding-bottom:75px;
	padding-top:25px;
}

.logomain{
	width: 200px;
	position:absolute;
	float:left;
}

.header-socialmedia{
    float:right;
	display: -webkit-flex;
	display: flex;
}

.header-icon {
	display: inline-block;
    margin-left:30px;
}

.maintext{
	height: 100px;
	width: 100%;
	position:absolute;
	text-align:center;
	top: 20%;
	margin-top: -50px;
	letter-spacing:4px;
	font-weight:300;
} 

.centermachine {
	display:;
	background-color: ;
	margin-top: 100px;
	vertical-align:middle;
}

.centeralign {
	display: table-cell;
	vertical-align:middle;
	height:200px;
	padding-left: 10%;
	padding-right: 10%;
	width:100%;
	font-size: 65px;
	padding-top:;
}

h1 {
	padding:0;
	margin:0;
	font-size:65px;
	font-weight:500;
	text-align:center;
	
}
.downarrow {
  	width: 100%;
  	height: 32px;
 	margin-top:25px;
	text-align: center;
    z-index: 100;
}

.header-box button {
	border: none;
	background: transparent;
	padding: 10px;
	font-size: 18px;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
	height: 32px;
	width:58px;
    background-image:url(../images/main/downarrow.png);
}

.header-box button:focus {outline:0;}

.header-box button:hover {cursor:pointer;}

/*! portfolio start */
.portfolio ul{
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
}

.portfolio li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	width:50%;
	position:relative;
	
	

}

.portfolio li img{
	width:100%;
	display:block;			
}

.portfolio span.text-content{
background: rgba(0,0,0,0.9);
	opacity:0;
	font-size:30px;
	width:100%;
	display:block;
	text-align:center;
	position:absolute;
	height:100%;
	color:white;
	
	 -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
-webkit-transform: translate3d(0, 0, 0);

  cursor: pointer;	
	
}



.portfolio ul li:hover span.text-content{
  	background: rgba(0,0,0,1);
	opacity:1;
	
	

}

.portfolio .center-content{
	display:table;
	height:100%;
	width:100%;
}

.portfolio .centered-content{
	display:table-cell;
	vertical-align:middle;
}
.portfolio h2{
	font-size:50px;
	font-weight:100;
	margin-bottom:0;
	margin-top:0;
	font-weight:500;
}
.portfolio h3{
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 3px;
	margin-top:0;
	margin-bottom:0;
	font-weight:300;	
}

/*! Portfolio end */

/*! Home start */

/*Begin Quote*/

.block#quote{
	height:675px;
   position:relative;
	overflow:hidden;
}

.block#quote .natalie{
	width: 175px;
    height: 175px;
    background-image:url(../images/main/natalie_portrait_square.jpg);
    background-size: contain;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    border: medium;
    border-style: solid;
}

.quote-container .center-content{
	position:absolute;
	display:table;
	height:100%;
	width:100%;
	z-index:1;
}

.quote-container .centered-content{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.quote-container span#quote{
	padding-left:5%;
	padding-right:5%;
	display:block;
    font-weight: 500;
    font-size: 37px;
}

.quote-container span#natalie{
	width:100%;
	display:block;
	font-size: 15px;
    letter-spacing: 3px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 500;
}


.parallax-background-image-container{
	height:2000px;
	position:absolute;
	width:100%;
}

.parallax-background-image{
	background-image:url(../images/main/graphic_design.jpg);
	background-size:contain;
	background-position:top;
	height:2000px;
	background-repeat: no-repeat;
	width:100%;
}


/*End Quote*/





/*Begin Features*/

.block#features {
	background-color: #1a1a1a;
	padding-top:160px;
	padding-bottom:160px;
}

.title#features{
	font-size:23px;
	letter-spacing:11px;
	color:white;
	padding-bottom:85px;
	font-weight: 500;
	text-align:center;
    line-height: 45px;
	padding-left:5%;
	padding-right:5%;
}

.features{
	font-size:0;
	text-align:center;
}

.features ul{
	margin-left: auto;
	margin-right: auto;
	width:87%;
	max-width:1300px;
	padding-left:0;
	padding-right:0;
	font-size:0;
}

.features li{
	list-style-type:none;
	background-color:white;
	width: 32%;
	display:inline-block;
	text-align:center;
	margin:.28%;
	vertical-align:top;
	padding-left:0;
	padding-right:0;
	height:290px;
	border-radius: 6px;
}

.features ul li:hover, .features ul li:focus, .features ul li:active{
	background-color: #1a1a1a;
	color:white;
}

.features img{
	width:60px;
	margin-top:-15px;
}

.features ul li:hover img{
	display:none;
}

.features ul li:hover h2{
	display:none;
}

.features ul li:hover p{
	display:block;
}

.features h2{
	font-size:29px;
	font-weight:500;
	margin-top:10px;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}

.features p{
	font-size:15px;
	font-weight:100;
	display:none;
	padding-left:50px;
	padding-right:50px;
 	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	cursor: default;
}

.features .center-content{
		width:100%;
	height:100%;
	display:table;


}

.features .centered-content{
    display:table-cell;
	vertical-align:middle;
	text-align:center;

}

/*End Features*/


 




.slides {
	height: 500px;
	background-color: #707070;
}

.item{
	text-align:center;
	width:90%;
	font-size: 23px;
	margin-bottom: 85px;
	letter-spacing:11px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	line-height: 45px;
	color:white;
}

.blurb {
	background-color:#1a1a1a;
	color:white;
     padding-top: 160px;
     padding-bottom: 160px;
}

.blurb p{
	font-size: 18px;
	width: 75%;
	max-width:1300px;
	line-height: 45px;
	font-weight:100;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top:-15px;
}

.contactme{
	 width:204px;
    background-color: ;
    color: white;
    padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
    border: 3px solid white;
	font-size:15px;
    cursor: pointer;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	text-align:center;
	font-weight:800;
	letter-spacing: 5px;
}

.contactme:hover {
    background-color: white;
	color: black;
}

.blurb a:link {
    text-decoration: none;
}

.blurb a:visited {
    text-decoration: none;
}

.blurb a:hover {
    text-decoration: none;
}

.blurb a:active {
    text-decoration: none;
}

.blurb a { 
	color: inherit;
	text-decoration: none;
}

.about img{
	opacity: 1;
}

.statscontainer {
	width: 100%;
	display: table;
}

.stats {
	margin-top: 0;
	margin-bottom:0;
	list-style-type:none;
	padding: 0;
	height: 400px;
	overflow:hidden;
	position:relative;
    align-items: center;
    text-align: center;
	color: ;
	font-size:0;
	display:table-cell;
	vertical-align: middle;
}

.statstest {
	background-position:absolute;
}
.stats-parallax-window2 {
	height:600px;
	overflow:hidden;
	position:relative;
	background-color:black;
}
.stats-parallax-window {
    height: 2000px;
	position:;
	width: 100%;
	background-color: black;
}

.stats-parallax-image {
	background-image:url(../Images/Main/stats_background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:contain;
	height: 2000px;
	width: 100%;
}

.stats ul {
	padding:0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color:white;
}

.stats li {
	display:inline-block;
	width: 20%;
	padding:0;
	margin:0;
	padding-left: 2.5%;
	padding-right: 2.5%;
	vertical-align: top;
}

#statsname {
	font-size: 13px;
	letter-spacing: 3px;
	font-weight:800;
}

#counter {
	font-size: 60px;
	font-weight:400;
	padding-bottom: 10px;
	font-family: Monospace;
	padding-top: 0px;
}

.news-signup-container {
	background-color: white;
	color: black;
	text-align:center;
	padding-top: 145px;
	padding-bottom: 145px;
}

.news-signup-container h2{
	background-color: white;
	color: black;
	margin:0;
	padding-bottom: 5px;
	padding-top: 0;
	font-size: 70px;
	font-weight: normal;
}

.news-signup-container p{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top:0;
	padding-bottom:30px;
	font-size: 20px;
	line-height:24px;
}

/*! Home  end*/

/*! Contact  start*/


.contact {
	text-align: center;
	width: 100%;
	margin-bottom:175px;
}

.contact h2 {
	margin:0px;
	padding-bottom: 45px;
	font-size: 30px;
}

.row {
	width: 100%;
	float:right;
	display: block;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aeaeae;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aeaeae;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aeaeae;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #aeaeae;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #aeaeae;
}

::placeholder { /* Most modern browsers support this now. */
    color:    #aeaeae;
}

input[type=email], select {
    width: 50%;
    padding: 12px 20px;
	margin-top:0;
    margin-left:auto;
	margin-right:auto;
	margin-bottom:-3px;
    display: block;
    border: 3px solid black;
    box-sizing: border-box;
	background-color: ;
	font-size:19px;
	min-width: 400px;
	font-family: 'Quicksand', sans-serif;
}

input[type=text], select {
    width: 50%;
    padding: 12px 20px;
	margin-top:0;
    margin-left:auto;
	margin-right:auto;
	margin-bottom:-3px;
    display: block;
    border: 3px solid black;
    box-sizing: border-box;
	background-color: ;
	font-size:19px;
	min-width: 400px;
	font-family: 'Quicksand', sans-serif;
}

input:focus {
	outline:0;
	color:black;
	font-family: 'Quicksand', sans-serif;
	}

.textarea{
    width: 50%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 3px solid black;
    box-sizing: border-box;
	background-color: ;
	font-size:19px;
	min-width: 400px;
}

input[type=submit] {
	border:none;
	background-color:white;
	display:block;
	clear:both;
	text-align:center;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom:20px;
	margin-top:50px;
	border: 3px solid black;
	font-size:15px;
	cursor: pointer;
	letter-spacing: 5px;
	font-weight:bold;
    font-family: 'Quicksand', sans-serif;
	-webkit-appearance: none;
	border-radius:0;

}

textarea#styled {
    width: 50%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 3px solid black;
    box-sizing: border-box;
	background-color: ;
	font-size:19px;
    font-family: 'Quicksand', sans-serif;

}

textarea:focus {outline:0;}

input[type=submit]:hover {
    background-color: black;
	color: white;
}

/*! Contact  end*/

/*! footer start */

footer {
	width:100%;
	background-color: #1a1a1a;

}

footer nav {
	padding-bottom: 175px;
	padding-top: 100px;
}

footer nav ul li{
	color:white;
}

footer table{
	margin-bottom:50px;
}

footer .copyright {
	padding-top: 40px;
	padding-bottom: 40px;
	letter-spacing: 1px;
	text-align:center;
	font-size:10px;
	color:#D6D6D6;
	background-color:black;
	letter-spacing:2px;
	font-weight:600;
}

	
/*! footer end*/


