
/*
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@font-face {
    font-family: 'architectureregular';
    src: url('/fonts/architecture-webfont.woff2') format('woff2'),
         url('/fonts/architecture-webfont.woff') format('woff'),
         url('/fonts/Architecture.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*---------------------------------*/
/*Small screen displays
/*---------------------------------*/

/*Global
/*-----------------------*/

main, header, section, article, aside, figure, nav, video, audio, footer {
    display: block;
}
* {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Raleway', sans-serif;
    color: lightgray;
    font-size: 10px;
	  line-height: 1.4;
    background-color: #333;
}
#container {
    margin: 0 auto;
}
h1 {
	  font-size: 2.2em;
    font-weight: 600;
	  text-align: center;
    padding: 0 20px;
}
h2 {
	  text-align: center;
	  font-size: 1.5em;
    font-weight: 500;
}
h3 {
    text-align: center;
	  font-size: 1.5em;
    font-weight: 500;
}
p {
	  font-size: 1.5em;
}
a {
    color: white;
	  text-decoration: none;
}
img {
    padding: 10px;
    max-width: 100%;
    height: auto;
}
.mainHeading {
    padding: 0;
    margin-bottom: 5px;
}


/*Main content
/*-----------------------*/

section {
/*
    display: grid;
    place-items: center;
*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px 40px;
}
article {
    max-width: 700px;
}
.column2 {
    padding: 10px 30px;
    max-width: 400px;
}
.projectInfo {
/*
    display: grid;
    place-items: center;
*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.projectInfo li {
    font-size: 14px;
}
.photoGrid {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: .5em;
    padding-right: .5em;
}

/*Header
/*-----------------------*/

header {
    padding-top: 15px;
    text-align: center;
}
header img {
	  width: 20%;
	  height: auto;
	  padding: 10px 0 10px 0;
}

/*Main title
/*-----------------------*/

.greenText {
    color: rgba(34, 139, 34, 1);
}
.companyTitle {
    font-family: 'architectureregular', 'Architecture', 'Raleway', sans-serif;
    font-size: 2.5em;
    padding: 0;
}

/*Main title (drop from top on reload)
/*-----------------------*/

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounce {
    animation: bounceInDown 1.2s
}

/*Screen mode switcher
/*-----------------------*/

header > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#styleSwitcher i {
    font-size: 2.5em;
}
#styleSwitcher i::before {
    color: grey;
}
#styleSwitcher p {
    color: grey;
    font-size: 1.1em;
    padding: 0;
    padding-bottom: 8px;
}
.screenMode {
    width: 60px;
}

/*stickySwitcher class added in JS to fix switcher at top, mobile only*/
.stickySwitcherM {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    padding-top: 11px;
    background-color: rgba(255, 255, 255, 0.85);
}

/*stickySwitcher class added in JS to fix switcher at top, desktop only*/
.stickySwitcherD {
    position: fixed;
    top: 50px;
    z-index: 10;
    background-color: white;
    display: block;
    padding-top: 10px;
}

/*Background photos
/*-----------------------*/

.backgroundPhoto1 {
    background: url(../images/ph_01_1800_bckgnd.jpg);
}
.backgroundPhoto2 {
    background: url(../images/ph_07_1200_bckgnd.jpg);
}
.backgroundPhoto3 {
    background: url(../images/ph_04_1800_bckgnd.jpg);
}
.backgroundPhoto4 {
    background: url(../images/ph_09_1200_bckgnd.jpg);
}
.backgroundPhoto5 {
    background: url(../images/ph_06_1800_bckgnd.jpg);
}

/*Background setttings
/*-----------------------*/

.backgroundSettings {
    height: 150px;
    background-position: center;
    background-size: 100%;
}

/*Intro section
/*-----------------------*/

section#intro {
    padding-top: 20px;
}
.introText {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*Project images
/*-----------------------*/

/*PROJECTS title only*/
/* #waveHouse > h1 {
    padding: 20px 0 5px;
} */

/* .gridHeader {
  text-align: center;
  padding: 10px;
} */
/* .gridHeader p {
    font-size: 1.3em;
    max-width: 100%;
    padding: 5px;
} */
.photoGrid img {
    padding: 1%;
}

/*Photoswipe */

.photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0.5em;
    -webkit-column-gap: 0.5em;
    column-gap: .5em;
}

.photos ul, .photos li {
    list-style-type: none;
}

/* Create two equal columns that sits next to each other */
.column {
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 14px 20px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
}

.btn:hover {
    background-color: #ddd;
}

.btn.activeTwo {
    background-color: #666;
    color: white;
}

/*Services section
/*-----------------------*/

.servicesInfo {
    padding-right: 15px;
    padding-left: 15px;
}
/*
.servicesInfo a {
    color: black;
} used when White Light is default
*/
.servicesInfo ul {
    font-size: 1.4em;
    margin-top: 4px;
    margin-left: 15px;
}
.servicesInfo p {
    font-size: 1.4em;
}
.servicesInfo a:hover {
    color: orange;
}

/*Contact section
/*-----------------------*/

#contact h3 {
    font-size: 2.1em;
    padding-bottom: .75em;
}
#contact h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    padding-bottom: .5em;
}
.contactInfo {
    border-bottom: solid 2px black;
    border-top: solid 2px black;
    padding: 2em 0;
}
.phoneNum {
    color: orange;
}
.icons {
    padding-top: .9em;
    padding-left: .5em;
}
.icons img {
    width: 45px;
    height: auto;
}
#contact img {
    border: none;
}
#contactInfo {
    padding-top: 3em;
    text-align: center;
}
fieldset {
    float: right;
    margin-left: 5em;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*Form section
/*-----------------------*/

/* form {
display: flex;
justify-content: center;
} */

/*Footer
/*-----------------------*/

footer {
    color: black;
    background-color: gray;
    height: 50px;
	  margin: 0 auto;
	  padding: 5px 5px;
    display: flex;
    align-items: center;
}
footer p{
    font-size: 1em;
    flex: 3;
    text-align: center;
    padding-right: 10px;
}
.cameraButton {
	  position: fixed;
	  bottom: 20px;
	  right: 25px;
}
.cameraButton i {
    color: orange;
}

/*--------------------------------------*/
/*Small screen displays (above SE size)
/*--------------------------------------*/

@media screen and (min-width: 350px) {

    /*Company title
    /*-----------------------*/

    .companyTitle {
        font-size: 3em;
    }

}

/*---------------------------------*/
/*Medium screen displays
/*---------------------------------*/

@media screen and (min-width: 450px) {

    h1 {
        font-size: 2.6em;
    }

    /*Company title
    /*-----------------------*/

    .companyTitle {
        font-size: 3.5em;
    }

    /*Screen mode switcher
    /*-----------------------*/

    .screenMode {
        width: 15vw;
    }

    /*Background settings
    /*-----------------------*/

    .backgroundSettings {
        height: 200px;
        background-position: center;
    }

    footer p{
        font-size: 1.3em;
    }

}

/*---------------------------------*/
/*Large screen displays
/*---------------------------------*/

@media screen and (min-width: 760px) {

    header img {
        width:9%;
    }

    .column2 {
        max-width: 500px;
    }

    /*Company title
    /*-----------------------*/

    .companyTitle {
        font-size: 3.7em;
    }

    /*Screen mode switcher
    /*-----------------------*/

    .screenMode {
        width: 70px;
    }

    .screenMode:hover p {
        color: orange!important;
    }

    /*Intro section
    /*-----------------------*/

    section#intro {
        padding-top: 35px;
    }

    /*Background settings
    /*-----------------------*/

    .backgroundSettings {
        height: 30vw;
        max-height: 400px;
    }

}

/*---------------------------------*/
/*Parallax on for desktop only
/*---------------------------------*/

@media screen and (min-width: 1025px) {

    /*Background settings
    /*-----------------------*/

    .backgroundSettings {
        height: 350px;
        background-attachment: fixed;
        background-size: 185%;
    }

}

@media screen and (min-width: 1500px) {

    /*Background settings
    /*-----------------------*/

    .backgroundSettings {
        height: 400px;
        background-attachment: fixed;
        background-size: 125%;
    }

}
