body{
    font-family: 'Roboto', sans-serif;
}

.headerImage{
    color: #f2f2f2;
    background: #4d4d4d url('image/hbackground.jpg');
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

header{
    background: none;
}

.navbar-fixed-top{
    padding: 5px 0 0 0;
    margin-bottom: 0;
    position: static;
}
.container{
    padding: 0;
}
img.logo {
    max-width: 300px;
    padding-bottom: 5px;
}

.overlay{
    background: #000000;
    opacity: .6;
    width: 100%;
    height: 100%;
}

.intro-text{
    padding: 8% 0 10% 0;
}

.intro-text h1{
    font-size: 80px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: -.03em;
    margin-bottom: 30px;
}

.intro-text h1 span{
    font-size: 75px;
    color: #ffffff;
    display: block;
    font-family: 'Dancing Script', cursive;
    text-transform: lowercase;
}

.intro-button{
    background: #25afb4;
    color: #ffffff;
    padding: .5em 1em;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
    word-wrap: nowrap;
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    border: 1px solid #25afb4;
}

.intro-button:hover{
    background: #ffffff;
    color: #25afb4;
   
}

section#portfolio{
    background: #ffffff;
    padding: 100px 0;
}
section{
background-color: #232323;
}
.col-lg-6 {
    width: 50%;
    float: left;
}
section h2{
    margin: 0 0 50px 0;
    color: #25afb4;
}

.row.full-width{
    width: 100%;
    padding: 0;
}

#portfolio .col-sm-3.portfolio-item{
    width: 25%;
    margin: 0;
    padding: 0;
}

.img-responsive{
    box-shadow: none;
}

.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #25afb4;
  transition: transform 0.3s;
}
button.c-button {
    background: none;
    border: none;
    font-size: 40px;
    color: #ffffff;
}
button.c-button:active, button.c-button:focus {
    border: none;
}
.c-buttons{
    text-align: right;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-menu__close {
  color: #fff;
  background-color: #25afb4;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

body.has-active-menu {
  overflow: hidden;
}


.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-menu--slide-right,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media all and (min-width: 320px) {
  .c-menu--slide-right,
  .c-menu--push-right {
    width: 300px;
  }
}


.c-menu--slide-right .c-menu__item{
  display: block;
  text-align: center;
  border-top: solid 1px #f5f5f5;
  font-size: 20px;
}

.c-menu--slide-right .c-menu__item:first-child{
  border-top: none;
}

.c-menu--slide-right .c-menu__item:last-child{
  border-bottom: none;
}

.c-menu--slide-right .c-menu__link{
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--slide-right .c-menu__close{
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--slide-right{
  top: 0;
  right: 0;
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-right{
    transform: translateX(300px);
  }
}

.c-menu--slide-right.is-active{
  transform: translateX(0);
}

#portfolio .portfolio-item .portfolio-link .caption{
    background: rgba(37, 175, 180, 0.7);
}

.aboutBackground{
    color: #f2f2f2;
    background: #4d4d4d url('image/aboutBackground.jpg');
    background-size: 100% 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10% 0;
}

.aboutBackground p{
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    line-height: 150%;
    font-weight: 300;
}

.btn-success{
    background: #25afb4;
    color: #ffffff;
    padding: .5em 1em;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
    word-wrap: nowrap;
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    border-radius: 0;
    border: 1px solid #25afb4;
}

.btn-success:hover{
    background: #ffffff;
    color: #25afb4;
    border: 1px solid #25afb4;
}

button {
    border: 3px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 3px 6px;
}

.portfolio-modal .modal-content h2, li.blue{
    color: #25afb4;
}
.btn-default{
    background-color: #25afb4;
    border-color: #25afb4;    
}
.portfolio-modal .close-modal .lr .rl, .portfolio-modal .close-modal .lr{
    background-color: #25afb4;
}

.container{
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
}
.row{
    margin: 0;
}
.img-responsive {
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

@media all and (max-width: 768px){
    .col-lg-6 {
    width: 100%;
    float: none;
}
    .aboutBackground{
    color: #f2f2f2;
    background: #4d4d4d url('image/aboutBackground.jpg');
    background-size: 100% 100%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10% 0;
}
.btn-success{
    margin-top: 20px
}
img.logo{
    max-width: 250px;
}
}

@media (max-width: 767px){
section {
    padding: 75px 0 50px 0;
    overflow: auto;
}
}
@media all and (max-width: 600px){
    .intro-text h1, .intro-text h1 span{
        font-size: 60px;
    }
}    