/*

font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;

*/


body,
html {
  width: 100%;
  height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #0074b4;
    background: #fff;
}


.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding: 40px 20px 40px 20px;
    
}

.content-section-heading h2 {
  font-size: 3rem;
    color: #FFDD00;
}

@media (max-width: 992px) {
.content-section-heading h2 {
  font-size: 1.5rem;
  }
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto Slab', serif;    
  font-weight: 700;
    color: #0074b4;
}


#slides {
    padding: 0px 20px 0px 20px;
    margin: 0;
}



.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(0,0,0,0.80);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #221E1F;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #FFF;
  background-position: center center;
background-attachment: fixed;        
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead2 {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url("../images/backgrounds/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

.masthead > .overlay {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: none;

}



@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
    
  
    
  .masthead h1 {
    font-size: 5.5rem;
  }
}


.header2 {
  background: #FFF;
  background-position: center center;
background-attachment: fixed;    
  background-repeat: no-repeat;
  background-size: cover;
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 888;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #221E1F;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #FFDD00;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #FFF;
  background: #4D4D4D;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1rem;
  background: rgba(0,0,0,0.30);
  height: 70px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #FFDD00;
    background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.7);
  line-height: 44px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #000000;
}

/* Side Menu End */




footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
    color: #FFF;
      background: #0074b4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-link {
  display: block;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  background-color: #0074b4;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.social-link:hover {
  background-color: #004A73;
  text-decoration: none;
}

footer.footer a {
  color: #676767;
}

footer.footer a:hover, a:focus, a:active {
  color: #000000;
}


a {
  color: #0074b4;
}

a:hover, a:focus, a:active {
  color: #004A73;
    text-decoration: none;
}



.btn-primary {
  font-family: 'Roboto Slab', serif;
    background-color: #0074b4 !important;
  border-color: #0074b4 !important;
  color: #fff !important;
    letter-spacing: 1px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #004A73 !important;
  border-color: #004A73 !important;
}

.btn-secondary {
  background-color: #221E1F !important;
  border-color: #221E1F !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #4D4D4D !important;
  border-color: #4D4D4D !important;
}


.btn-warning {
  background-color: #FFDD00 !important;
  border-color: #FFDD00 !important;
  color: #221E1F !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #FFF !important;
  border-color: #FFF !important;
}

.btn-dark {
  color: #fff !important;
}

.btnX {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #221E1F !important;
      background: url("../images/backgrounds/bg-1.jpg");
  background-position: center center;
background-attachment: fixed;    
  background-repeat: no-repeat;
  background-size: cover;    
}

.bg-light {
  background-color: #4d4d4d !important;
      background: url("../images/backgrounds/bg-light.jpg");
  background-position: center center;
background-attachment: fixed;    
  background-repeat: no-repeat;
  background-size: cover;     
}


.bg-light2 {
  background-color: #4d4d4d !important;
      background: url("../images/backgrounds/bg-light-2.jpg");
  background-position: center center;
background-attachment: fixed;    
  background-repeat: no-repeat;
  background-size: cover;     
}

@media (max-width: 1480px) {
  .bg-primary, .bg-light, .bg-light2 {
    background-attachment: scroll;    
  }
    
}


.bg-white {
  background-color: #FFF !important;
}


.text-primary {
  color: #221E1F !important;
}

.text-secondary {
  color: #757575 !important;
}

.text-white {
  color: #FFF !important;
}


#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl {
  max-width: 1800px;
}

#portfolio .portfolio-box {
  position: relative;
  display: block;
    margin-bottom: 30px;
}


#portfolio .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 1;
  color: #fff;
  background: rgba(46,46,46,0.20);	
    
    transition: all ease .5s;
}

#portfolio .project-name {
  font-size: 30px;
    font-weight: 700;
}

#portfolio .portfolio-box:hover .portfolio-box-caption {
  color: #221E1F;
    background: rgba(255,221,0,0.80);	
  opacity: 1;
    transition: all ease .5s;
    
}


#pricingmemberships .card {
  border: 0;
    border-radius: 0px;
    background: #4D4D4D;
    text-align: center;
    	box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;

}

#pricingmemberships .card-body {
  font-size: 90%;
    border-radius: 0px;

}


#pricingmemberships .card-title {
  font-size: 24px;
  text-transform: none;
}

.tmb-link {
    margin: 0;
  -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;
    
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    
}

.tmb-link:hover {
    opacity: 0.7;
    
    -webkit-clip-path: inset(10px);
    clip-path: inset(10px);    
      
}

table.table-bordered{
    border:3px solid #181516;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:3px solid #181516;
}
table.table-bordered > tbody > tr > td{
    border:3px solid #181516;
}


/* Dino was here */
