html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto';
    color: #222;
}

.navbar {
    padding: .8ren;
}

.navbar-nav li {
    padding-right: 25px;
}

.nav-link {
    font-size: 1em !important;
    font-weight: bolder;
    text-transform: uppercase;
}


nav li a {
    color: #000;
}


/* Navigation underline effect; class: left */
a.left
{
    position: relative;
}

a.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0a0a0a;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

a.left:hover:before {
  visibility: visible;
  width: 100%;
}
/* End of nav effect */


.topnav {
    padding-top: 0px;
}

.topnav a {
    text-decoration: none;
    padding: 5px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/*
Erre akkor van szükség, ha szeretnénk a carousel képre szöveget írni */
.carousel-caption {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
}

.carousel-caption h1 {
    font-size: 150%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
    font-size: 200%;
    font-weight: 500;
    text-shadow: 1px 1px 15px #000;
    padding: 1rem;
}

.btn-primary {
    background-color: #000;
    border: 1 px solid #000;
}

.btn-primary:hover {
    background-color: #fff;
    border: 1 px solid #fff;
}
/* Vége */



.jumbotron {
    padding: 1rem;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Aloldalak fejlécei */
.pagejumbotron {
    background-color: #f35c11;
    border-radius: 0;
    font-size: 3px;
    padding-top: 5px;
}

.orangeline {
    background-color: #f35c11;
    padding-top: 0.1px;
}

.fa-hard-hat {
    color: #ffa800;
}

.fa-fire-alt {
    color: #f35c11;
}

.fa-tasks {
    color: #61b35d;
}

.fa-hard-hat, .fa-fire-alt, .fa-tasks {
    font-size: 4em;
    margin-bottom: 10px;
}

.fa-facebook-square {
    font-size: 2.5em;
    margin-top: 15px;
}

.fa-facebook-square:hover {
    color: #f35c11;
}

.serv-icon {
    margin-bottom: 20px;
}

.valuerow {
    padding-top: 2%;
    padding-right: 10%;
    padding-left: 10%;
    margin-bottom: 2%;
}

.serv-icon-value {
    font-size: 3em;
    margin-bottom: 10px;
    color: #b4b4b4;
    text-align: right;
    padding: 0;
}

.valuetext {
    text-align: left;
    color: white;
    padding-left: 20px;
}


@media screen and (max-width: 768px) {
  .serv-icon-value {
    text-align: center;
  }
    
    .valuetext {
        text-align: center;
    }
}


h2.heading {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    
}

h2.heading2 {
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

.heading-underline {
    background-color: #f35c11;
    margin-top: 20px;
    padding-top: 4px;
    max-width: 40px;
    margin: 0 auto 2rem;
}

h4 {
    
}

h5 {
    font-weight: 600;
}

.padding {
    padding-bottom: 2rem;
}

.welcome {
    width: 85%;
    margin: 0 auto;
    padding-top: 2rem;
}

.welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}

.fas {
    margin-top: 50px;
}

/* Kezdőlapi diavetítés */
.parallax {
    background-image: linear-gradient(rgba(0, 0, 0.3, 0.8), rgba(0, 0, 0, 0.5)), url("img/w3.jpg");
    height: 65%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.parallaxtext {
    position: center;
    font-size: 30px;
    color: #000;
}


.valueparallax {
    background-image: linear-gradient(rgba(0, 0, 0.8, 0.9), rgba(0, 0, 0, 0.8)), url("img/ertekek2.jpg");
    height: flex;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-bottom: 2%;
}

.valueparallaxtext {
    padding-top: 5%;
}


footer {
  background-color: #111111;
    color: #d5d5d5;
    padding-top: 2rem;
    list-style-type: none;
}

.sub-footer {
    background-color: #0a0a0a;
    padding-top: 1rem;
    padding-bottom: 0.5rem;

}
.sub-footer h6 {
    font-size: 13px;
    color: #fff;
}

footer a {
    color: #d5d5d5;
}

footer a:hover {
    color: #f35c11;
    text-decoration: none;
}

.link-list {
    text-decoration: none;
    list-style-type: none;
}



.card {
    border-radius: 3px;
    background-color: #fff;
    color: #7c7c7d;
    vertical-align: text-bottom;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: center;
    width: auto;
    word-break: keep-all;
    margin-left: 0px;
    padding-left: 0px;
}

.card-title {
    text-transform: uppercase;
    font-weight: bolder;
}


.about1 img {
    opacity: 0.9;
    width: 100%;
    border-radius: 0.2em;
}

.panel {
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 2vmin 7vmin 2vmin 7vmin;
    box-shadow: 0px 25px 42px rgba(0,0,0,0.2);
    background-color: #dbe1e4;
    height: 100%;
}

.box-bg {
    background-color: #7c7c7d;
    border-radius: 3px;
    color: white;
    padding: 29px;
    font-size: 15px;
    width: 100%;
    height: 100%;
}

.box-bg2 {
    background-color: #dbe1e4;
    border-radius: 3px;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 15px;
    font-size: 14px;
}


img {
    border-radius: 3px;
}

.btn {
    border-radius: 3px;
}

.btn-secondary {
  color: #7c7c7d;
  background-color: white;
  border-color: #7c7c7d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #7c7c7d;
  border-color: #fff;
}

.btn-success {
    background-color: #f35c11;
    border-color: #f35c11;
}

.btn-success:hover {
    background-color: #d14d0b;
    border-color: #d14d0b;
}

.pricespanel {
    background-color: #dbe1e4;
    border-radius: 3px;
}

.productheader {
    color: #f35c11;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.productbg {
    border: 2px solid #dbe1e4;
    border-radius: 5px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.productbg img {
    max-height: 325px;
    width: 337px;
}

.justifyitem {
    text-align: justify;
    font-size: 15px;
}

.noselect {
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.flexservice {
    display: flex;
    width: auto;
    
}

.links {
    text-decoration: none;
    text-decoration-line: none;
    color: #222;
    font-weight: 600;
}

.links:hover {
    text-decoration: none;
    color: #f35c11; 
}