 

  
  .bg {
    /* The image used */
    background-image: url("pictures/pexels-henry-&-co-1210484.jpg");
    margin-top: 8%;
    /* Full height */

    height: 40%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

 
 
.inner{
    overflow: hidden;
}
 
.inner img{
    transition: all 1.5s ease;
}
 
.inner:hover img{
    transform: scale(1.5);
}


/*--------------------------------˛*/
/*ez itt a csapatos SOLAR CSAPAT*/

.elsoszoveg{
	font-family: "Times New Roman";
	font-size: 200%;
	color:white;
}


.kep{ margin-left: 15%;

}
.masodikszoveg{
	font-family: "Times New Roman";
	font-size: 150%;
	color:white;
}

.harmadikszoveg{
	font-size: 100%;
	color:white;

}
  
@media screen and (max-width: 650px) {
	.kep {
		margin-left: 35%;
	  width: 30%;
	  display: block;
	}
  }


  .brand-header {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    background-color: #000;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
  }
  .brand-header::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    content: '';
    clear: both;
    height: 0;
    margin-left: -20px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 0;
  }

  .button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0cf;
  border-radius: 10rem;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

/* optional reset for presentation */
* {
  font-family: Arial;
  text-decoration: none;
  font-size: 20px;
}


        /* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Mlnrborito.jpg");

  /* Set a specific height */
  height: 70%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
/*.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}*/
.img-title{
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 30%;
  letter-spacing: 3px;
}


@media screen and (max-width: 650px) {
	.img-title {
		top: 5%;
	}
        
        
  }
  
   @media (max-width: 767px) { 

        .navbar-brand {
            height: 80px;
            width: 315px;

        }
    }


    .TestEpitoEdzesTervekFejlec { 
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) ,url("view/Pictures/Oros.jpg");

        height: 80%; 
        margin-top: 5px;
        padding-top: 10%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .deepshadow {
        color: #e0dfdc;
        font-size: 40px;
        letter-spacing: .1em;
        text-shadow: 
            0 -1px 0 #fff, 
            0 1px 0 #2e2e2e, 
            0 2px 0 #2c2c2c, 
            0 3px 0 #2a2a2a, 
            0 4px 0 #282828, 
            0 5px 0 #262626, 
            0 6px 0 #242424, 
            0 7px 0 #222, 
            0 8px 0 #202020, 
            0 9px 0 #1e1e1e, 
            0 10px 0 #1c1c1c, 
            0 11px 0 #1a1a1a, 
            0 12px 0 #181818, 
            0 13px 0 #161616, 
            0 14px 0 #141414, 
            0 15px 0 #121212, 
            0 22px 30px rgba(0, 0, 0, 0.9);
    }

    @media (min-width: 768px) {

        .TestEpitoEdzesTervekFejlec{
            height: 70%;
        }
        .deepshadow {
            color: #e0dfdc;
            font-size: 100px;
            letter-spacing: .1em;
            text-shadow: 
                0 -1px 0 #fff, 
                0 1px 0 #2e2e2e, 
                0 2px 0 #2c2c2c, 
                0 3px 0 #2a2a2a, 
                0 4px 0 #282828, 
                0 5px 0 #262626, 
                0 6px 0 #242424, 
                0 7px 0 #222, 
                0 8px 0 #202020, 
                0 9px 0 #1e1e1e, 
                0 10px 0 #1c1c1c, 
                0 11px 0 #1a1a1a, 
                0 12px 0 #181818, 
                0 13px 0 #161616, 
                0 14px 0 #141414, 
                0 15px 0 #121212, 
                0 22px 30px rgba(0, 0, 0, 0.9);
        }
    }

    * {
        margin: 0;
        padding: 0;
    }

















    /* Ez itt még asszem a középre igazitott hátér a krátyák alatt */
    .h2stil {


        /*background: linear-gradient(#22aa6b, #e00707);*/
        background-color: white;

        display: grid;
        width: 100%;
        align-items: center;
        text-align: center;
        grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
        grid-gap: 100px;
    }

    .h2stil:before,
    .h2stil:after {
        content: '';
        border-top: 2px solid;
    }


    /* Ez lesz a kártyásnak a refernciáknak a css-e */

    .column {
        float: left;
        width: 23.3%;
        margin-bottom: 16px;
        padding: 0 8px;
    }

    @media screen and (max-width: 650px) {
        .column {
            width: 100%;
            display: block;
        }
    }

    .card {

        border: 0;
        background-color: white;
        ;	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    /*  .container {
            padding: 0  0px;
      }
      
      .container::after, .row::after {
            content: "";
            clear: both;
            display: table;
      }*/

    .title {
        color: grey;
    }


















    /* Ez itt az amikore rá huzoma z egeret a képre */


    .image {

        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .middle {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .container:hover .image {
        opacity: 0.3;
    }

    .container:hover .middle {
        opacity: 1;
    }

    .text {
        background-color: black;
        color: white;
        font-size: 16px;
        padding: 16px 32px;
    }




    .card {
        width: 300px;
        display: inline-block;
        margin: 1rem;
        border-radius: 4px;
        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease;
        background: #fff;
        position: relative;
        overflow: hidden;
    }
    .card:hover, .card.hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
    }
    .card:hover .card-content, .card.hover .card-content {
        box-shadow: inset 0 3px 0 0 #ccb65e;
        border-color: #ccb65e;
    }
    .card:hover .card-img .overlay, .card.hover .card-img .overlay {
        background-color: rgba(25, 29, 38, 0.85);
        transition: opacity 0.2s ease;
        opacity: 1;
    }
    .card-img {
        position: relative;
        height: 224px;
        width: 100%;
        background-color: #fff;
        transition: opacity 0.2s ease;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .card-img .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
    }
    .card-img .overlay .overlay-content {
        line-height: 224px;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .card-img .overlay .overlay-content a {
        color: #fff;
        padding: 0 2rem;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.4);
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        cursor: pointer;
        text-decoration: none;
    }
    .card-img .overlay .overlay-content a:hover, .card-img .overlay .overlay-content a.hover {
        background: #ccb65e;
        border-color: #ccb65e;
    }
    .card-content {
        width: 100%;
        min-height: 104px;
        background-color: #fff;
        border-top: 1px solid #e9e9eb;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 1rem 2rem;
        transition: all 0.2s ease;
    }
    .card-content .linkszoveg {
        text-decoration: none;
        color: #202927;
    }
    .card-content h2,
    .card-content .linkszoveg h2 {
        font-size: 1rem;
        font-weight: 500;
    }
    .card-content .kartyaszoveg,
    .card-content .linkszoveg .kartyaszoveg {
        font-size: 0.9rem;
        font-weight: 400;

        text-overflow: ellipsis;
        color: greenyellow;
    }

/*
    #about {
        padding: 150px 0px;
        background-image: url(view/Pictures/Slider/Nyirgyulajjobb.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    #about .service-item {
        text-align: center;
    }

    #about .service-item .icon {
        width: 110px;
        height: 110px;
        display: inline-block;
        text-align: center;
        line-height: 104px;
        	border: 3px solid #fff;
                border-radius: 50%;
                background-color: #f7c552;
    }

    #about .service-item h4 {
        margin-bottom: 30px;
        margin-top: 45px;
        font-size: 18px;
        font-weight: 1000;
        color: yellow;
        letter-spacing: 1px;
    }

    #about .service-item .line-dec {
        width: 100%;
        height: 1px;
        background-color: rgba(250, 250, 250, 0.5);
    }

    #about .service-item p {
        color: #fff;
        margin-top: 30px;
    }

    #about .service-item .primary-blue-button {
        margin-top: 35px;
    }

*/






    .service-2 .service-item {
        border: 1px solid #eee;
        margin-bottom: 30px;
        padding: 20px 20px;
        transition: all 0.3s ease 0s;
    }

    .service-2 .service-item:hover {
        box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    }

    .service-2 .service-item:hover i {
        background: #fff;
        color: #28ABE3;
    }

    .service-2 .service-item i {
        font-size: 100px;
        display: inline-block;
        background: #28ABE3 none repeat scroll 0 0;
        border-radius: 30px;
        box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
        color: #fff;
        height: 55px;
        line-height: 55px;
        margin-bottom: 20px;
        width: 55px;
        transition: all 0.3s ease 0s;
    }


    .section {
        padding: 30px 0;
    }

    .btn:focus {
        color: #ddd;
    }

    #home {
        position: relative;
    }

    .section {
        padding: 100px 0;
    }

    .section-sm {
        padding: 70px 0;
    }

    .section-xs {
        padding: 40px 0;
    }

    .title {
        padding-bottom: 50px;
        overflow: hidden;
    }

    .title h2 {
        font-weight: 600;
        font-size: 35px;
        color: #232323;
    }

    .title p {
        color: #848484;
        width: 50%;
        margin: 0 auto;
    }

    .title.title-white h2 {
        color: #fff;
    }

    .hero-image2 {
        background-image:  url("view/Pictures/inverter.jpg");


        /* Set a specific height */
        height: 100%;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }


