h1.brand{
    font-weight: 600;
    text-align: center;
    
}
h1.brand span{
    color: #ff8401;
}

h5.subtitleBrand{
    text-align: center;
    font-weight: 200;
}

h5.subtitleBrand2{
    text-align: center;
    font-weight: 200;
    font-size: 16px;
    padding-top:20px
}

h5.subtitleBrand span{
    color: #ff8401;
}

.header {
    background-image: url(images/header.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    
}

.brandHolder{
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

html, body{
    background-color: #b5b5b5;
}

.container{
    background-color: white;
    box-shadow: 0 0px 60px rgba(0,0,0,0.7)
}

.aboutSection{
    background-color: #555555;
/*    height: 400px;*/
    text-align: center;
    padding: 30px;
    color: white;
}

.aboutSection span {
    color: #ff8401;
}

.aboutSection i {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff8401;
    color: transparent;
    font-size: 2em;
    padding: 20px
}

.aboutSection h3{
    padding:6px;
}
.aboutSection p{
    padding:10px;
    font-weight: 300;
    font-size: 14px;
}

.aboutTitle {
    font-weight: 200;
}

span.brandingTitle{
    font-weight: 600;
    color: white;
}

.projectSection{
/*    height: 400px;*/
    
}

.projectSection span {
    color: #ff8401;
    font-weight: 600;
}

.projectTextSection{
    padding: 60px;
}

.projectExample{
    background-image: url(images/example-job.png);
    background-position: center;
    background-size: cover;
}

.sectionTitle{
    padding-bottom: 20px;
    color: #555555;
    font-weight: 400;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.projectTitle{
    padding-bottom: 10px
}

.projectTitle{
    color: #ff8401
}

.projectSection p{
    font-size: 14px;
    padding-bottom: 10px
}

.borderButton{
    padding: 5px;
    width: 150px;
    background-color: transparent;
    border: 3px solid #ff8401; 
    color: #555555;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}

.borderButton:hover{
    padding: 5px;
    width: 150px;
    background-color: #ff8401;
    border: 3px solid #ff8401; 
    color: white;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}

.contactSection{
    background-image: url(images/contact-background.png);
    background-size: cover;
    background-position: right;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px
}

.contactTitle {
    font-weight: 400;
    padding-bottom: 20px;
    
}

span {
    color: #ff8401;
}

.projectTextSection p {
    padding-bottom: 20px;
    font-weight: 400;
}

.contactTitle span{
    color: #ff8401;
    font-weight: 600;
    
    
}

.contactSection button{
    color: white;
}

.footer{
/*    height: 200px;*/
    padding: 10px;
    background-color: #838383;
    color: #d1d1d1;
    font-size: 10px;
    text-align: center;
}



