﻿/* Colours */
.bg-white {
    background-color: #ffffff;
}
.bg-codelocksgrey {
    background-color: #f7f7f7 !important;
}
.bd-top {
    border-top: 1px solid #efefef;
}
.bd-bottom {
    border-bottom: 1px solid #efefef;
}
.text-orange {
    color: #fcaf17;
}
.btn-orange {
    background-color: #fcaf17;
    color: #ffffff;
}
.text-heading {
    font-family: 'Lato', sans-serif !important;
    text-transform: none !important;
    font-weight: 300 !important;
    color: #333 !important;
    font-size: 21px; /* ??? */
}
.text-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: rgb(128, 128, 128) !important;
    font-size: 16px;
    line-height: 24px;
}
.carousel-item .text-body {
    color: #000000 !important;
    padding-left: 60px;
    padding-right: 60px;
}
.section-title {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.category img {
    width: 100%;
    height: auto;
}
.category h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.category p {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-top .sm-icon a {
    position: relative;
    color: white !important;
    background: #fcaf17;
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 5px;
    border-radius: 2px;
    border: #fcaf17;
}
.footer-top .text-heading {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500 !important;
}
.footer-top {
    margin-top: 30px;
    background: #808080;
    padding-bottom: 30px;
    padding-top: 30px;
}

/* Overrides */
.header.masthead {
    background-color: #ffffff;
}

header.masthead .overlay {
    background-color: #ffffff;
    opacity: 1;
}
.footer {
    background-color: #F3F3F3;
    color: #999999;
}
.footer a {
    color: #999999;
}
.features-icons {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff !important;
    margin-top: 20px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.carousel-caption {
    left: 20px;
    right: 20px;
}

.title {
    font-family: 'Permanent Marker', cursive;
    text-align: center;
    font-size: 160px;
    color: #ff00a9
}

/* Courtney */
.courts-style {
	text-align:center; display: flex; align-content: center; flex-direction:column; justify-content:center; background-color:#f7f7f7; border-radius:20px; border:8px solid white; height:170px; padding-left:1%; padding-right:1%;
}

.card-margin {
    margin-top:20px;
    padding:10px;
}

.text-block {
    margin-top:7%;
}

.card-img {
    margin:1%;
}

header{
    position: absolute;
    z-index: 10;
    width:100%;
    background-color:white;
}

.banner {
    position: relative;
    background: url(https://codelocks.com/assets/img/netcode/nc_headbanner.jpg);
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 200px 0 150px;
}

.banner2 {
    position: relative;
    background: url(https://codelocks.com/assets/img/netcode/nc_mountain.jpg);
    margin-top: 3%;
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 200px 0 150px;
}

.banner3 {
    position: relative;
    background: url(https://codelocks.com/assets/img/netcode/nc_lokncharge.jpg);
    margin-top: 3%;
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 150px 0 150px;
}

.banner4 {
    position: relative;
    background: url(https://codelocks.com/assets/img/netcode/nc_tennis.jpg);
    margin-top: 3%;
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 150px 0 150px;
}

.btnD1 {
    display: inline-block;
    margin: 1em 0 0;
    padding: 10px 20px;
    background: #fcaf17;
    color: #fff;
    border: none;
    border-radius: 25px;
}

.btnD1:hover {
    background: #000;
    color: #fff;
    text-decoration: none;

}

.centerMobileOnly{
    text-align: left;
  }

@media (max-device-width: 800px) {
    .centerMobileOnly {
      text-align: center;
    }
  }

  a:link {
    color: #fcaf17 !important;
  }

  a:visited {
    color: #fcaf17 !important;
  }

  a:hover {
    color: black !important;
  }