@charset "UTF-8";

/* CSS Document */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    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;
}


/* ==========================================================================
   General styles
   ========================================================================== */

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;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-default .navbar-brand {
    color: #1abc9c;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1abc9c;
    background-color: transparent;
    border-bottom: 2px solid #1abc9c
}

.navbar-default .navbar-nav > li > a {
    color: #1abc9c;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(hero_picture.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	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 h1 {
    padding-top: 10px;
    padding-bottom: 20px;
    letter-spacing: 4px;
    font-size: 80px;
    font-weight: bold;
}

#headerwrap h4 {
    font-weight: 400;
    
}

#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;
}

#workwrap {
    background: url(../img/work.jpg) no-repeat center top;
    margin-top: -70px;
    padding-top: 250px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    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;
}

#workwrap h1 {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
    letter-spacing: 4px;
    font-size: 80px;
    font-weight: bold;
}

#workwrap h4 {
    font-weight: 400;
    color: #ffffff
}

#aboutwrap {
	background-repeat: no-repeat;
	background-image: url(images/me.jpg);
	margin-top: 24px;
	padding-top: 250px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	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: contain;
	background-color: #000000;
}


/* Gallery */

.gallery {
    margin-top: 30px;
}

.gallery img:hover {
    opacity: 0.4;
}.backgroundimage {
	background-image: url(hero_picture.jpg);
	background-position: 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}
.intro {
	color: #000000;
	font-style: normal;
	text-decoration: overline;
}
.shadefortext {
	background-color: #BFB6B6;
	opacity: 0.93;
	text-shadow: 0px 0px 0px;
}

/*test for hover text*/
.gallery {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #D1CACA;
}

.gallery:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}.backofvideo {
	background-color: #F2F2F2;
	padding-top: 36px;
	padding-bottom: 36px;
}
.speak {
	color: #FFFFFF;
	font-style: normal;
	font-size: 5em;
	padding-left: 101px;
}
.printingwrap {
	background-image: url(printingimage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 459px;
}
.printingmove {
	padding-top: 0px;
	margin-top: 303px;
}
.flyerwrap {
	background-image: url(flyersbackdrop.jpg);
	padding-bottom: 264px;
}
.logowrap {
	background-image: url(progresscharilogo.jpg);
	padding-bottom: 227px;
}
.photographywrap {
	background-image: url(Other_Projects/Photo2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 359px;
}
.brandingwrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(images/final%20menu2.jpg);
	background-color: #000000;
	padding-bottom: 271px;
}
.surrealwrap {
	background-image: url(Other_Projects/sur3.jpg);
	padding-bottom: 278px;
	background-repeat: no-repeat;
}


.namesize {
}
