body {
    margin: 0;
    font-family: 'Armata', sans-serif;
}

.container {
    margin: 0;
    width: 100%;
}

h1 {
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
}


/*navigation bar*/

.navbar {
    background: #352d2f !important;
    font-family: 'Armata', sans-serif;
    padding: 4px !important;
    border-bottom-color: #352d2f !important;
}

#navbar > ul:nth-child(1) {
    margin-left: 30% !important;
}

#navbar > ul:nth-child(1) > li.active {
    border-bottom: white 3px solid !important;
    margin-bottom: -3px !important;
}

#navbar > ul:nth-child(1) > li.active > a {
    background: #352d2f !important;
    color: white;
}

#navbar > ul:nth-child(1) > li:hover {
    border-bottom: #5d5758 3px solid;
    margin-bottom: -3px;
}

.navbar-default .navbar-nav>li>a:vistited {
    color: #777;
}

#navbar > ul:nth-child(1) > li > a:hover {
    color: white;
}

.brandContainer {
    margin-left: 100%;
}

.navbar-brand {
    background: #f63c3c !important;
    color: white !important;
    padding-top: 6px !important;
    letter-spacing: 3px;
    font-size: 16px !important;
}


/*//////////////////////////////////////////////////////*/


/*headline*/

.headerBoard {
    border-top: 1px solid #777;
    background: #352d2f;
    width: 100%;
    height: 100%;
    margin-top: 59px;
}

body > div > h1 {
    color: white;
    text-transform: uppercase;
    font-family: 'Armata', sans-serif;
    text-align: center;
}

.title {
    padding-top: 20%;
    padding-bottom: 7%;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    font-family: 'Armata', sans-serif;
    text-align: center;
    list-style: none;
    font-size: 5em;
    letter-spacing: 5px;
}

#home > ul > li > button {
    background: #5d5758 !important;
    color: white !important;
    text-transform: uppercase;
    border: none !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    width: 230px;
    height: 54px;
    padding: 10px !important;
    letter-spacing: 2px;
    outline: none !important;
}

#home > ul > li > button:hover {
    /*color:#5d5758 !important;*/
    background: #827e7f !important;
}

#home > ul > li > button > i {
    font-size: 15px !important;
}

#home > ul > li:nth-child(5) {
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 20px;
}

#\23 mouse {
    padding-top: 140px;
}

#home > ul {
    padding-left: 0;
}


/*////////////////////////////////////////////////////*/


/* white box - announce*/

div.container > div.row.announce {
    background: white;
    /*width: 100%;*/
    color: black;
    font-family: 'Armata', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    padding: 60px;
}


/*explore more button*/

div.container > div.row.announce > button {
    background-color: #f63c3c !important;
    border: none;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    font-size: 14px;
    width: 230px;
    height: 54px;
    padding: 10px !important;
    letter-spacing: 2px;
}

div.container > div.row.announce > button:hover {
    background-color: #f61b1b !important;
    border: none;
    color: white;
    outline: none !important;
}

.container > .announce > p:nth-child(3) {
    padding-bottom: 30px;
}


/*////////////////////////////////////////////////////////////*/


/*model s row*/


/*model s*/

body > div:nth-child(3) > div:nth-child(2) > div.col-lg-6.modelS {
    background: #352d2f;
    color: white;
    height: 500px;
}


/*modelS h1*/

body > div:nth-child(3) > div:nth-child(2) > div.col-lg-6.modelS > h1 {
    position: absolute;
    bottom: 0;
    padding-bottom: 130px;
    font-size: 40px;
    letter-spacing: 4px;
    padding-left: 115px;
}


/*modelS text*/

div:nth-child(3) > div:nth-child(2) > div.col-lg-6.modelS > p {
    position: absolute;
    bottom: 0;
    padding-bottom: 60px;
    font-size: 16px;
    padding-left: 115px;
    opacity: 0.5;
}


/*curiosity*/

.container > div:nth-child(3) > div:nth-child(2) {
    background: #30282a;
    color: white;
    height: 500px;
}


/*curiosity h1*/

.container > div:nth-child(3) > div:nth-child(2) > h1 {
    position: absolute;
    bottom: 0;
    padding-bottom: 130px;
    font-size: 40px;
    letter-spacing: 4px;
    padding-left: 115px;
}


/*curiosity text*/

body > div:nth-child(3) > div.row.infinity > div:nth-child(2) > p {
    position: absolute;
    bottom: 0;
    padding-bottom: 60px;
    font-size: 16px;
    padding-left: 115px;
    opacity: 0.5;
}


/*infinity spaces*/

div:nth-child(3) > div.row.infinity > div:nth-child(1)
/*.container > div:nth-child(2) > div:nth-child(1)*/

{
    background: #f63c3c;
    height: 500px;
    color: white;
}


/*featured H3*/

.container > div:nth-child(3) > div:nth-child(1) > h3 {
    opacity: 0.5;
    font-size: 25px;
    padding-left: 115px;
}


/*infinity h1*/

div:nth-child(3) > div.row.infinity > div:nth-child(1) > h1 {
    padding-bottom: 43px;
    font-size: 40px;
    letter-spacing: 4px;
    padding-left: 115px;
    color: white;
}


/*infinity p*/

div:nth-child(3) > div.row.infinity > div:nth-child(1) > p {
    font-size: 16px;
    padding-left: 115px;
    opacity: 0.5;
    color: white;
}


/*blank*/

body > div:nth-child(3) > div:nth-child(2) > div.col-lg-6.blank {
    background: #f63c3c;
    color: white;
    height: 500px;
}

body > div:nth-child(3) > div.row.infinity > div:nth-child(1) {
    padding-top: 100px;
}


/*/////////////////////////////////////*/


/*show more projects*/

.container > div:nth-child(4) > div {
    background: #30282a;
    color: white;
    height: 80px;
    text-align: center;
    text-transform: uppercase;
    text-size: 14px;
}

.container > div:nth-child(4) > div > p {
    padding-top: 30px;
    letter-spacing: 2px;
}

.container > div:nth-child(4) > div > hr {
    margin-top: 0;
    width: 200px;
    height: 4px;
    border: none;
    background-color: white;
}


/*///////////////////////////////////////////////*/


/*exclusive*/

.exclusive {
    background: white;
}

div.container.exclusive >.row {
    padding: 58px 250px;
}

.container.exclusive > div:nth-child(2) > div {
    background: white;
}

div.container.exclusive > div > div > ul {
    list-style: none;
    padding-left: 0;
}

div.container.exclusive > div > div > ul > li > h2 {
    font-size: 18px;
    text-transform: uppercase !important;
    letter-spacing: 4px;
}

div.container.exclusive > div > div > ul > li > h1 {
    font-size: 21px;
    text-transform: uppercase !important;
    letter-spacing: 4px;
}

div.container.exclusive > div > div > ul > p {
    font-size: 12px;
}


/*/////////////////////////////////////////////*/


/*social media*/

.container.exclusive > div.row.social > div {
    background: #352d2f;
    color: white;
    height: 190px;
    width: 21%;
    /*padding-bottom: 30%;*/
    float: left;
    margin: 1.66%;
}


/*all other icons*/

div.container.exclusive > div.row.social > div > i {
    text-align: center;
    color: white;
    font-size: 50px;
    margin-left: 38%;
    margin-top: 30%;
}


/*behance icon*/

body > div.container.exclusive > div.row.social > div:nth-child(1) > i {
    text-align: center;
    color: white;
    font-size: 50px;
    margin-left: 30%;
    margin-top: 30%;
}

div.container.exclusive > div.row.social > div > p {
    text-align: center;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Armata', sans-serif;
    letter-spacing: 3px;
    padding-top: 10px;
}


/*///////////////////////////////////////////////////////////*/


/*location*/

.container.locationWrapper {
    background: #352d2f;
    color: white;
    height: 600px;
}


/*address column*/

.container.locationWrapper > div:nth-child(2) > div.col-lg-3.address {
    height: 300px;
    width: 33%;
    background: #f63c3c;
}


/*address text*/

.container.locationWrapper > div:nth-child(2) > div.col-lg-3.address > p {
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.container.locationWrapper > div:nth-child(2) > div.col-lg-3.address > p.icon {
    font-size: 40px;
    padding-top: 50px;
}

.container.locationWrapper > div:nth-child(2) > div.col-lg-3.address > p.twelvepx {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
}

.container.locationWrapper > div:nth-child(2) > div.col-lg-3.address > p.twentypx {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
    margin: 0 auto;
}

.container.locationWrapper > div:nth-child(1) > div {
    height: 150px;
}

.container.locationWrapper > div:nth-child(3) > div {
    height: 150px;
}

body > div.container.locationWrapper > div:nth-child(2) > div.empty {
    width: 33%;
    height: 300px;
}


/*/////////////////////////*/


/*footer*/

.container.footerWrapper {
    height: 450px;
    background: white;
    color: black;
    padding: 55px 250px;
}


/*footer headings*/

div.container.footerWrapper > div > div > h2 {
    font-size: 20px;
    border-bottom: black 3px solid;
    text-transform: uppercase;
    padding-bottom: 20px;
}


/*footer link text*/

#services > div > p {
    font-size: 11px;
    padding: 4px;
}

#services > div.col-lg-6.col-xs-12 > div > p {
    font-size: 11px;
    padding: 4px;
}

#services > div.col-lg-6.col-xs-12 > div:nth-child(2) {
    padding: 0 !important;
}

.container.footerWrapper > div.row.trademark > div {
    background-color: white;
    font-size: 11px;
    padding: 4px;
    color: black;
    text-align: left;
}

body > div.container.footerWrapper > div.row.trademark > div.right {
    text-align: right;
}

#arbWebsite:hover {
    text-decoration: none;
}

a:hover,
a:visited {
    color: #000;
}


/*///////////////////////////////////////////////////*/


/*MEDIA QUERIES*/

@media only screen and (min-width: 320px) and (max-width: 665px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #projects > div.col-lg-6.blank {
        display: none;
    }
    body > div.container.exclusive > div.row.social {
        padding: 0;
        margin-left: 10px;
    }
    #inTouch {
        display: none;
    }
    body > div.container.locationWrapper > div:nth-child(3) {
        display: none;
    }
    body > div.container.locationWrapper > div:nth-child(2) > div:nth-child(1) {
        display: none;
    }
    body > div.container.locationWrapper > div:nth-child(2) > div.col-lg-3.col-sm-12.address {
        margin-left: 327px;
        margin-top: 150px;
    }
    body > div.container.locationWrapper > div:nth-child(2) > div:nth-child(3) {
        display: none;
    }
    body > div.container.footerWrapper {
        padding: 58px 60px;
    }
    #services {
        padding: 58px 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    #projects > div.col-lg-6.blank {
        display: none;
    }
    body > div.container.exclusive > div.row.social {
        padding: 0;
        margin-left: 10px;
    }
    #inTouch {
        display: none;
    }
    body > div.container.locationWrapper > div:nth-child(3) {
        display: none;
    }
    body > div.container.locationWrapper > div:nth-child(2) > div:nth-child(1) {
        display: none;
    }
    body > div.container.locationWrapper > div:nth-child(2) > div.col-lg-3.col-sm-12.address {
        margin-left: 327px;
        margin-top: 150px;
    }
    body > div.container.locationWrapper > div:nth-child(2) > div:nth-child(3) {
        display: none;
    }
    body > div.container.footerWrapper {
        padding: 58px 60px;
    }
    #services {
        padding: 58px 60px;
    }
}
