:root {
  --dark01: #2a2766;
  --light01: #ffffff;
  --light02: #FED136;
  --bg-section-even :#e9f0f5;
  --bg-section-odd :#ffffff;
  --bg-footer:#72a8be;
}


body {
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
  color:var(--dark01);
}

main{
  padding-top: calc(5em + 70px);
  padding-bottom: 5em;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
   font-optical-sizing: auto;
   font-weight: 800;
   font-style: italic;
   color: var(--dark01);

}

.navbar {
  background-color: var(--bg-footer);
}
.navbar-brand img {
  max-width:250px;
}

.homeHeader {
  text-align: center;
  color: #fff;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  height:90vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
header .intro-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;

}
header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
text-shadow: 0 0 10px #000000, 0 0 10px #000000;
  }

    header .intro-text .intro-heading {
       margin-bottom: 50px;
       text-transform: uppercase;
       font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: italic;
       font-size: 40px;
       line-height: 40px;
       text-shadow: 0 0 10px #000000, 0 0 10px #000000;
     }

     .btn-xl {
  padding: 20px 40px;
  border-color: #FED136;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #FED136;
}

section{
  padding-top: 5em;
  padding-bottom: 5em;
}
section:nth-child(even){
background:var(--bg-section-even);
}

body.default section:nth-child(even){
background:var(--bg-section-odd);
}
body.default section:nth-child(odd){
background:var(--bg-section-even);
}


section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

section.r12r4-4-4Icons .IconCol {
  text-align: center ;
}
section.r12r4-4-4Icons .IconCol p{
  text-align: justify ;
  text-align-last: center;
}

section.r12bg{
  background-position: center center;
  background-size: cover;
  position: relative;
  color:#FFF;
}
section.r12bg .overlay{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  background-color: #000000aa;
  z-index: 0;
}
section.r12bg .container{
  z-index: 1;
    position: relative;
}
section.r12bg h2{
  color: #FFFFFF;
}

.subIcon {
  font-size:4em;
  background: #FED136;
  border-radius: 0.25em;
  color:#000;
  min-width:120px;
  text-align:center;
  display: inline-block;
  aspect-ratio: 1 / 1;


  background: #FED136;
  background: radial-gradient(ellipse 180% 90% at top center, #FED136 0%, #FED136 75%, #f1c633 76%);

}
.subIcon i{
    vertical-align: middle;
}

footer{

  background-color:var(--bg-footer);
  color: #FFF;
}

.footerTop{
  background-color:var(--dark01);
  color: #FFF;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 5em;
  font-size: 1.5em;
}

footer h3{
  color:var(--light02);
}
.card.portfolio {position: relative;}
.card .card-hover{
  display: none;
  position: absolute;
  flex-direction: column;
  height: 100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  text-align: center;
  justify-content: center;
  background-color: #FED136cc;
}
.card:HOVER .card-hover{
  display: flex;
}

.portfolio-hover-content{
  color:#FFF;
  font-size: 5em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  header .intro-text .intro-heading {
font-size: 60px;
line-height: 60px;

  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  header .intro-text .intro-heading {
font-size: 75px;
line-height: 75px;

  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
