html, body {
    height: 100%;
    background-color: #FCEFEB;
}

header.home {
    background-image: url("../images/bg-home.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

header.what-i-do {
    background-image: url("../images/bg-what-i-do.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

header.works {
    background-image: url("../images/bg-works.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

header.contact {
    background-image: url("../images/bg-contact.jpg");
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 100%;
    position: relative;
}

header .header-message {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100px;
}

header .header-message h1 {
    font-size: 40px;
    color: #EB6D6B;
    text-align: center;
}

header .header-message h2 {
    font-size: 30px;
    color: #ECBA11;
    text-align: center;
}

header.contact .header-message {
    height: 200px;
}

header.contact .header-message h1 {
    font-size: 48px;
    color: #FFFFFF;
    text-align: left;
}

header.contact .header-message p.second-message {
    font-size: 36px;
    color: #FFFFFF;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

header.contact .header-message p.second-message a {
    color: #FFFFFF;
    font-weight: bold;
}

header.contact .header-message p.bottom-message {
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
}

header nav {
    width: 100%;
    background: rgba(0,0,0,0.50);
    position: absolute !important;
    margin-top: 50px;
    padding: 0px !important;
    height: auto;
    display: block !important;
}

header nav .logo {
    color: #ffffff;
}

.main-nav {
    height: 100%;
}

.main-nav .nav-link {
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 100%;
    text-align: center;
    position: relative;
}

.main-nav .nav-link.active {
    font-weight: 500;
    color: #EF6C6D;
    text-align: center;
    border-bottom: 5px solid #EF6C6D;
}

.main-nav .nav-link:hover {
    font-weight: 500;
    color: #EF6C6D;
}

.first-introduction-text {
    text-align: center;
    color: #ECBA11;
    font-size: 24px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: normal;
}

.home-features:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FCEFEB;
    position: absolute;
    background-color: #F06D6D;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home-features:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #F06D6D;
    position: absolute;
    background-color: #FCEFEB;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}

.home-features {
    background-color: #F06D6D;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 30px;
}

.home-features ul {
    display: block;
    list-style: none;
    padding: 0px;
    position: relative;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-features ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.what-i-do-features {
    background-color: #E47357;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 30px;
}

.what-i-do-features:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FCEFEB;
    position: absolute;
    background-color: #E47357;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.what-i-do-features:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #E47357;
    position: absolute;
    background-color: #FCEFEB;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}

.what-i-do-features .introduction-text {
    font-size: 24px;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
}

.what-i-do-features .image-body {
    margin: 0 auto;
    display: block;
}

.main-what-i-do {
    margin-top: 50px;
}

h5.what-i-do-introduction {
    color: #E47256;
    font-size: 18px;
    text-align: center;
}

.main-what-i-do .good-design {
    padding-top: 70px;
    padding-bottom: 70px;
}

.main-what-i-do .good-design h5 {
    color: #E47356;
    font-size: 24px;
}

.main-what-i-do .good-design p {
    font-size: 18px;
    color: #616161;
}

.main-what-i-do .good-code {
    background-color: #EEA2A1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main-what-i-do .good-code h5 {
    color: #FFFFFF;
    font-size: 24px;
}

.main-what-i-do .good-code p {
    font-size: 18px;
    color: #FFFFFF;
}

.main-what-i-do .good-security {
    background-color: #F9FAF5;
    padding-top: 70px;
    padding-bottom: 70px;
}

.main-what-i-do .good-security h5 {
    color: #EBB90C;
    font-size: 24px;
}

.main-what-i-do .good-security p {
    font-size: 18px;
    color: #EBB90C;
}

h2.what-i-do-last-introduction {
    color: #E47356;
    font-size: 24px;
    text-align: center;
    padding: 16px;
    font-weight: normal;
}

.what-i-do-last-message {
    background-color: #E47357;
    padding-top: 20px;
}

.what-i-do-last-message img {
    display: block;
    margin: 0 auto;
}

.my-card {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.my-card img {
    vertical-align: middle;
    border-style: none;
}

.my-card .title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    color: #ECBA11;
    margin-top: 8px;
}

.how-card {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    position: relative;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 450px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.how-card .body {
    background-color: #ffffff;
    display: block;
    position: relative;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    color: #616161;
}

.how-card .body .title {
    color: #E2B52C;
    font-size: 20px;
}

.how-card img {
    vertical-align: middle;
    border-style: none;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.works-last-message {
    background-color: #F06D6D;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 185px;
}

.works-last-message img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -185px;
}

.works-last-message h5 {
    margin-top: 30px;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}

.work-spot {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.work-spot-image {
    height: 200px;
    background: #F06D6D;
}

.work-spot-image img {
    width: 100%;
    height: 100%;
}

.work-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
}

.work-card-body a:hover {
    text-decoration: none;
}

.work-card-title {
    margin-bottom: 5px;
    color: #EBB90C;
    font-weight: bold;
    font-size: 16px;
}

.work-card-sub-title {
    color: #EBB90C;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
}

footer .footer-message {
    background-color: #ffffff;
    padding: 20px 0px;
}

footer .footer-message .footer-bar {
    background-color: #F06D6D;
    height: 10px;
}

footer .footer-copyright {
    background-color: #373835;
    width: 100%;
    text-align: center;
    color: #898A86;
    font-size: 12px;
    padding: 8px;
}

#footer-carousel {
    position: relative;
    width:100%;
    margin:0 auto;
    display: inline-flex;
}

#footer-carousel img.arrow {
    vertical-align: middle;
    border-style: none;
    height: intrinsic;
    margin: auto;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    height:250px;
}

#slides ul {
    list-style: none;
    width:100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width:100%;
    float:left;
    text-align: center;
    position: relative;
}

.quote-phrase, .quote-author {
    font-weight:300;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
}

.quote-phrase {
    height: 200px;
    font-size: 20px;
    color: #616161;
    font-style:italic;
    text-shadow: .5px 0px #b14943;
}

.quote-marks {
    font-size:30px;
    padding:0 3px 3px;
    position:inherit;
}

.quote-author {
    font-style: normal;
    font-size: 16px;
    color: #b14943;
    font-weight: 400;
    height: 30px;
}

.quoteContainer, .authorContainer {
    display: table;
    width: 100%;
}