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


body#homepage{
    background-image: url(../images/homepage-bg.jpg);
    background-attachment: fixed;
  background-position: center;
   
}

body#about {

    background-image: url(../images/aboutus-bg2b.jpg);
        background-attachment: fixed;
  background-position: top center;
    
}

body#contact  {
    background-image: url(../images/contactus-bg.jpg);
    background-attachment: fixed;
  background-position: center;

}

body {
	width: 100vw;
	margin: auto;
	overflow-x: hidden;
	font-family: 'gotham_roundedbook';
	background: #fff;
    font-weight: 100;
  
    }

body {
      background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10vh;
}

/* * {
   transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition-timing-function: ease;
} */

p {
    font-size: 16px;
	line-height: 1.6em;
	margin-top: 0;
}

ol li {
	line-height: 1.6em;
    margin-bottom: 1em;
}
a {text-decoration: none;
color: inherit;
}

a:hover, a:active {
	color: gray;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
}

h1 {font-size: 50px;  font-family: 'gotham_roundedbold';}
h2 {font-size: 35px;}
h3 {font-size: 15px;}
h4 {font-size: 12px;}

img {
	display: block;
	width: 100%;
	height: auto;
}

input {
    font-family: inherit;
}

#logobar {
	width: 100vw;
   /* position: sticky; */
    top: 0px;
    z-index: 999;
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
   align-items: center;
    justify-content: space-between;
	}
body#work #logobar {
    background: #fff;
}

#logo img {
	width: 300px;
   }

.topnav {
  overflow: hidden;
}

   
.topnav a {
	  float: left;
  display: block;
  text-align: center;
  padding: 10px 10px; 
	font-size: 15px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .1em;
    margin-right: 20px;
	}

body#contact .topnav a:hover, .topnav a:hover, .topnav .active {
  background-color: #000;
  color: white;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
		}

.padd {
 padding: 30px;
}

.home {
    width: 75%;
}
.about {
    width: 60%;
}

.contact {
    margin-top: 5vh;
}

.workpage div:nth-child(1) {
    width: 65%;
}
.workpage div:nth-child(2) {
    width: 30%;
}

.contact-page, .work-page {
    display: flex;
    justify-content: space-between;
}

.contact-page div {
    width: 48%;
}

.pagecontent {
    min-height: 70vh;
}

.pagecontent .wrapper {
    padding-top: 10vh;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
   
}
#footer .wrapper {
    display: flex;
  height: 100px;
    max-width: 100%;
}
#footer .wrapper div {
  background: linear-gradient(to top, rgba(0,0,0,1) 56%, rgba(255,255,255,1) 56%, rgba(255,255,255,0) 56%); 
    flex-grow: .2;
}

.mobile {display: none;}

#footer .wrapper img {
    width: 120px;
    flex-grow: 0;
}

.gtmedia {
    flex-grow: 3 !important;
}
.gtmedia, .gtmedia a {
    color: rgba(255,255,255,0);
}

/* ----- Landscape ----- */
@media screen and (min-width: 482px)
    and (max-width: 970px)
and (-webkit-min-device-pixel-ratio: 2)  {

}

@media screen and (max-width: 700px) {

}

/* ----- Mobile Devices ----- */
@media screen and (max-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    
    #logobar {
        flex-wrap:wrap;
    }
    
    .topnav {
        order: 2;
        margin-top: 20px;
    }
    .topnav a {
        margin-right: 0;
    }
    #logo {
        order: 1;
        width: 100%;
    }
    #logo img {
        margin: 0 auto;
    }
    
    .pagecontent .wrapper {
        padding: 0 10px;
    }
    
    .contact-page div {
        width: 100%;
    }
    
    body#homepage {
        background-position: 60% 0%;
    }
    
    body#about {
        background-position: 72% bottom;
        background-image: url(../images/aboutus-bg2.jpg);
        background-size: auto 80%;
        background-color: #b6ced2;
    }
    
    .about {
        width: 39%;
        /* background: rgba(255,255,255,.3); */
        padding: 10px;
    }
    body#contact {
        background-position: 20% 50%;
    }
    .mobile {display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: #fff;
        font-size: 12px;
    }
}



/* ----- Large Screen ----- */
@media screen and (min-width: 1440px) {
    

}
