﻿/* Breakpoints are set as per:

// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/


/* general styles */
html, body {
  height: 100%;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 1.2em;
}

body {
  margin-top: 145px;
}

p {
  color: #555;
  font-weight: 300;
  text-align: left;
}

ol li {
  color: #555;
  font-weight: 300;
}

ul li {
  color: #555;
  font-weight: 300;
}

h1,h2,h3,h4,h5 {
  font-family: futura-pt;
  text-align: left;
}

.card-title {
  text-align: center;
}

.card-text {
  text-align: justify;
}

h4 {
  font-size: 1.5rem;
}
a, a:hover {
  color: #e6af0a;
}

/* NAV STYLES */

.navbar-brand img { 
  max-height: 100px;
}

@media (max-width: 991.98px) { 
  .navbar-brand img { 
    max-height: 50px;
  }

 }

.navbar-primary {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}

.navbar-primary .nav-link {
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 0.8rem;
}
.dropdown-item {
  text-transform: uppercase;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #7d7d7d;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  font-size: 0.8rem;
  color: #212529;
  background-color: #f7b53b;
}

.h2, h2 {
  font-size: 2.5rem;
}

/* padded section */
.pad-section {
  padding: 130px 0;
}
.pad-section img {
  width: 100%;
}
.m-6 {
  margin: 3.25rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3.25rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3.25rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3.25rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3.25rem !important;
}


/* PARALLAX STYLES */

.wrapper {
  height: 70vh;
}
.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.parallax_text h2 {
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.parallax_text h1 {
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 3.5rem;
}

@media (min-width: 576px) {
  .parallax_text {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .parallax_text {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .parallax_text {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .parallax_text {
    max-width: 540px;
  }
}

/* OVERRIDES */

.btn {
  border-radius: 0;
}

.btn-outline-primary {
  color: #e6af0a !important;
  border-color: #e6af0a;
  border-radius: 0;
  font-size: 0.8rem;
}

.btn-outline-primary:visited {
  color: #e6af0a !important;
  border-color: #e6af0a;
  border-radius: 0;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #e6af0a;
  border-color: #e6af0a;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #e6af0a;
  border-color: #e6af0a;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5);
}

.btn-esg {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

.btn-esg:focus {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}
.btn-esg:hover {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}
.btn-esg:visited {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

.card {
  border: 0;
}
.card-body {
  padding: 0.75rem;
}
.card-footer {
  background-color: #fff;
  border-top: 0;
  padding-left: 0.75rem;
}

.card-title {
  font-size: 1.5rem;
}

/* HOME PAGE SECTIONS */

#home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(107, 49, 49, 0.0)), url(/img/Hero-Image-Home-1.jpg); 
}

#services {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/AGASO_PRODUCT_1-5.jpg); 
}

#projects {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/Home-Projects-FrancesCrick.jpg); 
}

#latest-news {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/AGASO_PRODUCT_1-4.jpg);
}

#google_map {
  height: 500px;
}


/* PAGE STYLES */

.lead {
  font-size: 1rem;
  font-weight: 300;
}

.page-container {
  padding-top: 150px;
  line-height: 2rem;
}

.page-container h1,h2,h3,h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}
  
.page-container h1 {
  font-size: 3.3rem;
  font-weight: 200;
  margin-bottom: 3rem;
  letter-spacing:0px;
}

.widget-title {
  font-size: 1.6rem;
}

.seperator {
  margin-top: 4rem;
}

.page-header {
  text-align: center;
}

/* FOOTER STYLES */


footer {
  padding: 50px 0;
  background-color: #f7f7f7;
  font-size: 0.8rem;
}

#footer-nav a {
  color: #000;
}

#footer-nav a:hover {
 color: rgba(0,0,0,.5);
}

#footer-nav {
  margin-bottom: 1rem;
}

footer p {
  margin-bottom: 0.6rem;
}


footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

.widget {
  padding: 18px 24px 24px 24px;
  margin-bottom: 24px;
  border: 1px solid #d9d9d9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.widget-title {
  font-size: 1.6rem;
  color: #212529;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.widget_archive ul, .widget_categories ul, .widget_pages ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_pages ul li:last-child {
  margin-bottom: 0;
}
.widget_archive ul li, .widget_categories ul li, .widget_pages ul li {
  margin-bottom: 11px;
}
.widget_archive ul li.active a, .widget_archive ul li.current-cat a, .widget_categories ul li.active a, .widget_categories ul li.current-cat a, .widget_pages ul li.active a, .widget_pages ul li.current-cat a {
  color: #fff;
  background-color: #f7b53b;
}
.widget_archive ul li > a, .widget_categories ul li > a, .widget_pages ul li > a {
  position: relative;
  display: block;
  color: #000;
  padding: 0 28px 0 12px;
  border: 1px solid #f7b53b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_archive ul li > a:hover, .widget_categories ul li > a:hover, .widget_pages ul li > a:hover {
  color: #fff;
  background-color: #f7b53b;
  text-decoration: none;
}

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
.post-meta .column {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.post-meta .column:last-child {
  text-align: right;
  padding-left: 25px;
}

.post-meta span {
  color: #808080;
  margin-right: 5px;
  margin-bottom: 6px;
}
.post-meta span, .post-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.fas {
  color: #f7b53b;
}

.google-map {
  height: 100%;
  width: 100%;
}

.btn-linkedin {
  background-image: url('/img/LinkedIn-Button.png');
  background-repeat:no-repeat;
  width: 100px;
  height: 32px;
  overflow: visible;
}

.client-logo-row {
  border-bottom: 1px #d9d9d9 solid;
}
.client-logo-area {
  border-right: 1px #d9d9d9 solid;
  padding: 10px;
}
.client-logo-area-last {
  padding: 10px;
}

.email-text {
  font-size: 13px;
  text-align: center;
}
span.ltrText {unicode-bidi: bidi-override; direction: rtl}

.project-homepage-title {
  font-size: 1.3rem;
}

.dropdown-toggle::after {
  color: #f7b53b;
  margin-left: 0.5em;
}