﻿.body {
    font-family: Tahoma;
    font-size:16px;
}

h1 {
    color:#000000;
    font-weight:bold;
    font-size:30px;
    text-shadow: 3px 3px 10px #A5A5A5;
    letter-spacing:2px;
}

h2 {
    color:#007D79;
    font-weight:normal;
    font-size:20px;
    line-height:27px;
    text-shadow: 3px 3px 10px #A5A5A5;
    letter-spacing:2px;
}

h3 {
    color:#000000;
    font-weight:bold;
    font-size:18px;
    font-style: normal;
    text-shadow: 3px 3px 10px #A5A5A5;
    letter-spacing:2px;
}

h4 {
    color:#007D79;
    font-weight:bold;
    font-size:40px;
    font-style: italic;
    text-shadow: 3px 3px 10px #A5A5A5;
    text-decoration:underline;
    letter-spacing:2px;
}

h5 {
    color:#007D79;
    font-weight:bold;
    font-size:40px;
    font-style: italic;
    text-shadow: 3px 3px 10px #A5A5A5;
    text-decoration:underline;
    letter-spacing:4px;
}

.jumbotron {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #ffffff;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  border:0px;
}

.container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.contentArea1 a {
    color:#BA8632;
    font-weight:bold;
}

.contentArea1 a:hover {
    color:#007D79;
    font-weight:bold;
    text-shadow:none;
}


.navbar {
    margin-top:0px;
    margin-bottom: 0px;
    background-color: #007D79;
    z-index: 150;
    border: 0;
    font-size: 16px !important;
    line-height: 13px;
    color:#ffffff;
    font-family:Tahoma;
    letter-spacing: 3px;
    border-radius: 0;
    
}

.navbar li a, .navbar .navbar-brand {
    font-size:16px;
    color: #fff !important;
    line-height: 24px;
    text-shadow: 2px 2px 1px #000;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    font-size:16px;
    display:block;
    color: #007D79 !important;
    background-color: #fff !important;
    font-family: Tahoma;
    line-height: 24px;
    transition: all 0.5s ease 0s;
    text-shadow: 1px 1px 0px #000;
}

.navbar-default .navbar-toggle {
    background-color: #ffffff;
    color:#007D79;
    border-color: transparent;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    .navbar .navbar-collapse {
        text-align: center;
        border: 0px;
    }
}

  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 320px;
  }

.indexButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color:#fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing:2px;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    background-image: none;
    background-color:#BA8632;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.indexButton:hover {
    background-color: #007D79;
    text-shadow: 1px 1px 1px #000;
    letter-spacing:2px;
    color: #ffffff;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    transition: all 0.5s ease 0s;
}

.cadbury {
    background-image: url(../images/muralmarketing-cadburys.jpg);
    color:#ffffff;
    background-attachment:fixed;
    min-height:400px;
    margin-top: 0px;
    margin-bottom:8px;
    padding-top:40px;
    padding-bottom:40px;
}

.cadbury h1 {
    color:#ffffff;
    font-weight:bold;
    font-size:32px;
    letter-spacing:2px;
    text-shadow:none;
    -webkit-text-stroke: 1px #000000;

}

.cadbury h2 {
    color:#007D79;
    font-weight:bold;
    font-size:30px;
    letter-spacing:2px;
    text-shadow:none;
    -webkit-text-stroke: 1px #ffffff;
}

.glyphicon {
    font-size:25px;
}

.cadburyDivTop {
    padding-top:60px;
    padding-bottom:0px;
}
.cadburyDivBottom {
    padding-top:0px;
    padding-bottom:0px;
}

.cadbury p {
    font-size:20px;
    padding-top:20px;
    padding-bottom:50px;
}

.cadbury strong {
    color:#BA8632;
    text-shadow:none;
    font-size:38px;
    -webkit-text-stroke: 1px #000000;

}

.services {
    background-color:#EEEEEE;
}

.services a {
    color:#BA8632;
    font-weight:bold;
}

.services a:hover {
    color:#007D79;
    font-weight:bold;
    text-shadow:none;
}

.round {
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ffffff;
}

.indexButton2 {
    display: inline-block;
    padding: 12px 22px;
    margin-bottom: 0;
    color:#fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing:2px;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    background-image: none;
    background-color:#007D79;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.indexButton2:hover {
    background-color: #BA8632;
    text-shadow: 1px 1px 1px #000;
    letter-spacing:2px;
    color: #ffffff;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    transition: all 0.5s ease 0s;
}

.backtotop {
    color:#007D79;
    font-size:20px;
}

.backtotop a, a:hover {
    color:#007D79;
}

.footer {
    background-color: #007D79;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}

.footerPadding {
    padding-top:40px;
    padding-bottom:40px;
}

.footer a, a:hover {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}

.footer h1 {
    color:#fff;
    font-weight:normal;
    font-size:26px;
    text-shadow: none;
    letter-spacing:1px;
    padding-top: 0px;
    text-shadow: 1px 1px 1px #000;

}

.copyright {
    background-color: #000000;
    color: #ffffff;
    font-size:12px;
    padding:10px;
}


.indexButton3 {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    color:#fff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing:2px;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    background-image: none;
    background-color:#000;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.indexButton3:hover {
    background-color: #BA8632;
    text-shadow: 1px 1px 1px #000;
    letter-spacing:2px;
    color: #ffffff;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    transition: all 0.5s ease 0s;
}

.form-group {
    font-size:14px;
}

.form-group a:hover {
    color:#000;
    text-decoration: underline;
    text-shadow: none;
    -webkit-text-stroke:unset;
}

.landingHeading {
    background-color: #007D79;
}

.landingHeading h1 {
    color:#BA8632;
    font-weight:bold;
    font-size:45px;
    letter-spacing:2px;
    text-shadow:none;
    -webkit-text-stroke: 1px #ffffff;
}

.landingHeading h2 {
    color:#ffffff;
    font-size:26px;
    font-weight:normal;
    line-height:40px;
    letter-spacing:2px;
    text-shadow: 3px 2px 4px #000000;
}

.borderLeft {
    border-left: solid 1px #A5A5A5;
}

.landingDisclaimer {
    font-size:10px;
}


.indexButton4 {
    display: inline-block;
    padding: 12px 22px;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #BA8632;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.indexButton4:hover {
    background-color: #007D79;
    text-shadow: 1px 1px 1px #000;
    letter-spacing:2px;
    color: #ffffff;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    transition: all 0.5s ease 0s;
}

.landingBody h3 {
    color:#007D79;
    font-weight:normal;
    font-size:20px;
    line-height:27px;
    text-shadow: 3px 3px 10px #A5A5A5;
    letter-spacing:2px;
}

.landingBody h4 {
    color:#007D79;
    font-weight:normal;
    font-size:18px;
    line-height:24px;
    text-shadow: 3px 3px 10px #A5A5A5;
    letter-spacing:2px;
    text-decoration:none;
    font-style:normal;

}

.landingHeading a {
    color:#BA8632;
    font-weight:bold;
    font-size:26px;
    letter-spacing:2px;
    line-height:40px;
    text-shadow:none;
    -webkit-text-stroke: 1px #ffffff;
    text-decoration:none;
}

.landingHeading a:hover {
    color:#BA8632;
    font-weight:bold;
    font-size:32px;
    letter-spacing:2px;
    line-height:40px;
    text-shadow:none;
    -webkit-text-stroke: 1px #ffffff;
}

.antispam {
    display:none;
}