﻿/* -------------------------------- */
/*              FONTS               */
/* -------------------------------- */
@font-face {
  font-family: 'Tw Cen MT';
  src: url('../fonts/TwCenMT-Regular.woff2') format('woff2'), url('../fonts/TwCenMT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tw Cen MT';
  src: url('../fonts/TwCenMT-Bold.woff2') format('woff2'), url('../fonts/TwCenMT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* --- COLOURS --- */
.clr1 {
  color: #3d8c0d;
}

.clr2 {
  color: #d70000;
}

.clr3 {
  color: #f0f0f0;
}

.clr4 {
  color: #232323;
}

/* --- BASIC PAGE SETUP & FONTS --- */
body {
  color: #232323;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

body,
html {
  height: 100%;
}

/* --- NAVIGATION --- */
.navbar-container {
  margin: 0px auto;
}

.navbar-default {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  background-color: #ffffff;
}

.nav {
  float: none;
  border: 0px;
}

.navbar {
  border: 0px solid transparent;
  position: relative;
  margin-bottom: 0px;
}

.navbar-nav {
  width: 100%;
  margin: 0px;
  text-align: right;
}

.navbar-nav>li {
  float: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;

}

.navbar-default .navbar-nav>li>a {
  color: #232323;
  padding: 0px 20px;
  font-size: 13px;
  margin: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 100px;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #ffffff;
  text-decoration: none;
  border-top: 0px dotted #ffffff;
  background-color: #3d8c0d;
}

.navbar-default .navbar-toggle {
  margin: 0px 5px 5px 0px;
  border-color: #000000;
  background-color: #000000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #3d8c0d;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-collapse {
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

ul.navbar-nav {
  margin: 0px;
  padding: 0px !important;
}

@media (max-width: 999px) {
  .navbar-nav>li {
    float: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-container {
    margin: 10px auto 0px auto;
    position: absolute;
    z-index: 100;
    right: 0;
  }

  .navbar-default {
    margin-top: 0px;
    padding-top: 0px;
  }

  .navbar {
    border: 0px solid transparent;
    position: relative;
    margin-bottom: 0px;
    left: 0px;
  }

  .navbar-nav {
    width: 100% !important;
    margin: 0px;
    text-align: left;
    background-color: #232323
  }

  .navbar-nav>li {
    width: 300px;
    float: none;
    color: #ffffff;
    display: block;
    line-height: 40px;
    margin-top: 0px;
    padding: 0px 0px 0px 10px;
  }

  .navbar-default .navbar-nav>li>a {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 10px;
    color: #ffffff;
    border-bottom: 1px dashed #141414
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #3d8c0d;
    text-align: center;
    margin: 0px;
    padding: 5px 10px 8px 10px;
    border-bottom: 0px;
    background-color: transparent;
    border-bottom: 1px dashed #141414
  }
}

/* --- MAIN LAYOUT --- */
.container {
  clear: both;
  margin: 0px auto;
  padding: 100px 0px 0px 0px;
  max-width: 1200px;
}

.container_nobanner {
  clear: both;
  margin: 0px auto;
  padding: 2px 0px 0px 0px;
  max-width: 1200px;
}

#footer {
  margin: 60px 0px;
  padding: 60px 0px 0px 0px;
  background-color: #232323;
}

#headcontainer {
  width: 100%;
  height: auto;
}

#footer .container,
#headcontainer .container {
  padding: 0px;
}

.banner_home {
  height: auto;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url('../images/UltraCarports-banner.jpg')
}

.bannercontent {
  clear: both;
  margin: 0px auto;
  padding: 150px 0px;
  position: relative;
  max-width: 1200px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.content {
  padding: 10px 30px 50px 30px;
}

.fullwidth, .fullwidth_top {
  width: 100%;
  margin: 100px 0px 0px 0px;
  background-color:#3d8c0d
}
.fullwidth_top { margin-top: 0px;}
.fullwidth .container, .fullwidth_top .container { padding-top: 0px;}

/* -------------------------------- */
/*            PARALLAX             */
/* -------------------------------- */
.parallax {
  height: auto;
  margin: 80px 0px 100px 0px;
  padding: 0px;
  min-height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../images/home-carport.jpg");
  background-color: #3d8c0d
}

.parallax_content {
  clear: both;
  margin: 0px auto;
  padding: 10px 0px;
  max-width: 1200px;
}

.colourblock {
  background-color: #3d8c0d;
  margin: 0px;
  padding: 0px
}

.spacing {
  padding-top: 50px;
}


/* -------------------------------- */
/*             HEADINGS             */
/* -------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  color: #232323;
  margin: 0px 0px 20px 0px;
  font-size: 30px;
  text-align: left;
  line-height: 34px;
  text-transform: uppercase;
}

.colourblock h1 {
  color: #ffffff;
}

h2 {
  color: #232323;
  margin: 0px 0px 0px 0px;
  font-size: 28px;
  text-align: center;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
}

h3 {
  color: #d70000;
  margin: 0px 0px 10px 0px;
  font-size: 30px;
  text-align: center;
  line-height: 34px;

  text-transform: uppercase;
}

h4 {
  color: #d70000;
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  text-align: left;
  line-height: 26px;
  text-transform: uppercase;
}

h5 {
  color: #ffffff;
  margin: 0px 0px;
  font-size: 22px;
  text-align: left;
  line-height: 26px;
  text-transform: uppercase;
}

h6 {
  color: #000000;
  margin: 2px auto;
  padding: 0px 0px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}

.bannercontent h1 {
  font-size: 50px;
  color: #ffffff;
  text-align: center;
}

.bannercontent h2 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 300 !important;
}

/* --- PARAGRAPHS --- */
p,
ol,
ul,
dl,
address {
  color: #232323;
}

p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 15px;
  text-align: justify;
  line-height: 20px;
}

.colourblock p {
  color: #ffffff;
}

#footer p {
  color: #ffffff;
  letter-spacing: 1px;
}

#footer p.contact {
  color: #ffffff;
  font-size: 16px
}

#footer .fa {
  font-size: 200%;
  vertical-align: middle;
}

#footer p.legal {
  font-size: 12px;
}

p.logo {
  margin: 5px 0px;
  text-align: left;
}

hr {
  width: 20%;
  border: 0;
  height: 0;
  margin: 0px auto 15px auto;
  border-bottom: 3px solid #ac78c5;
}

hr.popi {
  width: 90%;
  border: 0;
  height: 0;
  margin: 10px auto 25px auto;
  border-bottom: 1px dashed #ac78c5;
}

/* --- LISTS --- */

ul {
  color: #ff4c00;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
  hyphens: auto;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  list-style-type: square;
}

li {
  padding: 0px 5px 6px 5px;
  margin: 0px 5px 6px 5px;
}

ul.credits {
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 5px 0px;
  hyphens: auto;
  font-size: 10px;
  font-weight: bold;
  ;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  list-style-type: none;
}

ul.credits li {
  display: inline;
}

dl,
dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

dd p,
dt p {
  margin-bottom: 5px;
}

dl.popi dd {
  padding-left: 0px;
}

dl.popi dt p {
  font-weight: bold;
}


/* ------- LINKS --- */

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none
}

a:link,
a:visited {
  color: #232323;
}

a:active,
a:hover {
  color: #3d8c0d
}

a.contact:link,
a.contact:visited {
  color: #ffffff;
}

a.contact:active,
a.contact:hover {
  color: #ffffff
}

ul.credits a {
  color: #ffffff;
}

ul.credits a:hover {
  color: #3d8c0d;
}

#footer a:link,
#footer a:visited {
  color: #ffffff;
}

#footer a:active,
#footer a:hover {
  color: #3d8c0d;
}

.btn-primary {
  background-color: #d70000;
  border-color: #d70000;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.btn-primary:hover {
  background-color: #3d8c0d;
  border-color: #3d8c0d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- FORMS --- */
input,
textarea,
select,
.formcell {
  color: #232323;
  border: 0px;
  padding: 8px 10px;
  font-size: 13px;
  width: 100%;
  margin-top: 4px;
  line-height: 22px;
  text-align: justify;
  background: #ffffff;
  border-bottom: 1px solid #d70000
}

input.submit {
  width: auto;
  background-color: #ff4c00;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
}

select {
  height: 38px;
  padding-left: 6px;
  background-color: #ff4c00;
  color: #ffffff;
}

select option {
  padding: 5px;
}

input {
  height: auto;
}

label {
  font-weight: normal;
  width: auto;
  margin: 0px;
}

.nomore {
  display: none !important;
}

:-moz-placeholder {
  color: #141414;
  letter-spacing: 1px;
}

::-moz-placeholder {
  color: #141414 !important;
  opacity: 1;
  letter-spacing: 1px;
}

:-ms-input-placeholder {
  color: #141414;
  letter-spacing: 1px;
}

::-webkit-input-placeholder {
  color: #141414;
  letter-spacing: 1px;
}




/* --- IMAGES --- */
img {
  width: auto\9;
  /* ie8 */
  height: auto\9;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border-style: none;
  border-color: inherit;
  border-width: 0;
}

.fullblock {
  margin: 0px 0px 0px -15px;
}

.green_home, .green_carport, .green_shadeport, .green_shadesail { 
  background-image: url(../images/home-carport.jpg);
  background-size: cover;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  }
  .green_carport {
    background-image: url(../images/carport.jpg);
    background-position: center bottom;
  }
  .green_shadeport {
    background-image: url(../images/shadeport.jpg);
    background-position: center bottom;
  }
  .green_shadesail {
    background-image: url(../images/shadesail.jpg);
  }

figcaption {
  left: 0px;
  width: auto;
  bottom: 1px;
  margin: 10px 16px 0px 16px;
  padding: 10px 15px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  background: rgba(241, 230, 224, 0.8);
  text-transform: uppercase;
  color: #232323;
  border-radius: 0px 0px 0px 10px;
}

.welcome {
  padding: 20px 0px;
}

.carports_img {
  background-image: url(../images/home_carport.jpg);
  background-size: cover;
  border-radius: 10px;
  min-height: 300px;
}

.shadeports_img {
  background-image: url(../images/home_shadeport.jpg);
  background-size: cover;
  border-radius: 10px;
  min-height: 300px;
}

.shadesails_img {
  background-image: url(../images/home_shadesail.jpg);
  background-size: cover;
  border-radius: 10px;
  min-height: 300px;
}


@media screen and (max-width: 640px) {
  .mobile {
    display: none
  }
}

/* --- TABLES --- */
table {
  width: 100%;
  margin: 0px auto 20px auto;
  font-size: 16px;
  ;
  border-spacing: 0;
  border-collapse: collapse;
}

table td {
  padding: 3px 20px;
}

/* --- GOOGLE MAPS --- */
.google-maps {
  position: relative;
  padding-bottom: 0%;
  /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  min-height: 450px;
  margin: 5px 0px 0px -10px;
  width: 100%;
  border: 2px solid #ffffff;
}


/* -------------------------------- */
/*            ACCORDION             */
/* -------------------------------- */
button.accordion {
  width: 100%;
  color: #d70000;
  cursor: pointer;
  border: none;
  padding: 10px 10px;
  outline: none;
  hyphens: auto;
  font-size: 20px;
  transition: 0.4s;
  text-align: left;
  line-height: 26px;
  background-color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

button.accordion.active,
button.accordion:hover {
  color: #ff4c00;
  background-color: #ffffff;
}

button.accordion:after {
  float: right;
  color: #000000;
  content: '\002B';
  font-weight: bold;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  box-shadow: none;
}


/* -------------------------------- */
/*            RESPONSIVE            */
/* -------------------------------- */
@media screen and (max-width: 992px) {
  .carports_img,
  .shadeports_img,
  .shadesails_img {
    min-height: 250px !important;
    background-position: center;
    margin-bottom: 10px
  }

  figcaption {
    bottom: 11px;
  }

  .green_home, .green_carport, .green_shadeport, .green_shadesail { 
  background-position: center;
  border: 2px solid #ffffff;
  margin-top: 20px;
  min-height: 300px;
  border-radius: 10px;
  }
    .green_carport {
    background-position: center bottom;
  }
  .green_shadeport {
    background-position: center center;
  }
}

@media screen and (max-width: 896px) {
  .fullblock {
    margin: 15px 0px 0px 0px;
    border-radius: 10px;
  }

  .content {
    padding: 0px 0px 70px 0px;
  }

  #footer p.contact {
    color: #3d8c0d;
    font-size: 16px
  }

  .text-right {
    text-align: justify;
  }

  ul.credits li {
    display: block;
  }

  h2 {
    margin: 30px 10px 0px 10px;
  }
}

@media screen and (max-width: 768px) {
  figcaption {
    bottom: 1px;
  }
  .bannercontent h1 {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
}
}

@media screen and (max-width: 500px) {}