* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif
}


#container {
    width: 100%;
    height: auto;
}

.topnav {
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 0.5px 5px 0px  rgb(0, 0, 0);
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}


.topnav a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 1.3rem 16px;
    text-decoration: none;
    font-size: 15px;
}

.logo{
    float: left;
    display: block;
    color: black;
    padding: 1.3rem 16px;
    font-size: 16px;
    letter-spacing: 5px;
}

.logo:hover{
    background-color: #ddd;
    color: black;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}


.topnav .icon {
    display: none;
}

.ikona {
    font-size: 14px;
    color: black;
}


.header {
    background-image: url("slike/1.jpg");
   filter: grayscale(70%);
    background-position: center;
    background-size: cover;
    min-height: 100%;
    height: 100vh;
    width: 100%;
}

.headericons{
bottom: 2rem;
left: 2rem;
position: absolute;
}
.header i{
color: #8b8b8b;
font-size: 16px;
margin: 0.2rem;
}

.header i:hover{
color: #686868;
}


.jumbo {
    font-size: 65px;
    position: absolute;
    color: white;
bottom: 40rem;
left: 3rem;
}

.min {
    font-size: 18px;
    position: absolute;
    color: white;
left: 3rem;
bottom: 35rem;
}

.button1 {
    padding: 1rem 2rem;
    background-color: rgba(181, 181, 181, 0.6);
position: absolute;
bottom: 30rem;
left: 3rem;
color: black;
}

.button1:hover {
    background-color: #a1a1a1;
}

.flexcon1 {
    display: flex;
    flex: 100%;
    flex-direction: row;
    text-align: center;
    margin-top: 6rem;
    flex-wrap: wrap;
}

.flexcard1 {
    flex: 25%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.flexcard2 {
    flex: 25%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.flexcard3 {
    flex: 25%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.flexcard4 {
    flex: 25%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cardicon{
    font-size: 60px;
    
}

.cardhead{
    color: black;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
}
.cardtext{
    color: black;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
}
.text1{
    color: black;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    margin-top: 7rem;
}
.text2{
    color: black;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-top: 1.5rem;
}
.about{
    text-align: center;
}

.flexcon2{
    flex: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #eeeeee;
    margin-top: 8rem;
    margin-bottom: 6rem;
}
.left2{
flex: 50%;
text-align: left;
padding-top: 7rem;
padding-left: 2rem;
}
.text1left{
    color: black;
    font-size: 24px;
    display: inline-block;
}
.text2left{
    color: black;
    font-size: 16px;
    display: inline-block;
    margin-top: 1.5rem;
}

.right2{
flex: 50%;
padding: 3rem;
}
.right2 img{
    border-radius: 20px;
}

.button2 {
    padding: 1rem 1rem;
    background-color: #000000;
    display: inline-block;
    margin-top: 1rem;
    color:#ffffff ;
    font-size: 17px;
}
.button2:hover {
    background-color: #a1a1a1;
    color: black;
    cursor: pointer ;
}

.flexcon3 {
    display: flex;
    flex: 100%;
    flex-direction: row;
    text-align: left;
    margin-top: 4rem;
    flex-wrap: wrap;
    padding: 2rem;
margin-bottom: 6rem;
}
.column {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  

  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .buttoncard {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px;
    color: black ;
    background-color: #e0e0e0;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .buttoncard:hover {
    background-color: #b9b9b9;

  }

.team{
    text-align: center;
}

.infobar{
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
height: auto;
background-color: #707070;
padding: 3rem;
}
.infohead{
font-size: 35px;}

.info{
flex: 20%;
color: white;
justify-content: center;
align-items: center;
margin: 20px;
}

.work{
text-align: center;}


.top {
  display: flex;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.imgbox{
flex: 20%;
height: auto;
margin: 1rem;
}

.imgbox img:hover{
opacity: 0.6;
}


.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  position: relative;
  top: -100%;
}

.lightbox:target {
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
}

.lightbox:target img {
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}




.flexcon4{
    flex: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #eeeeee;
    margin-top: 8rem;
height: auto;
padding: 4rem 2rem;
}
.left4{
flex: 10%;
text-align: left;
}
.text3left{
    color: black;
    font-size: 24px;
    display: inline-block;
}
.text4left{
    color: black;
    font-size: 15px;
    display: inline-block;
    margin-top: 1.5rem;
}

.right4{
flex: 30%;
text-align: left;
}
.right4 heading{
color: black;
font-size:16px;
font-weight: 100;
letter-spacing: 3px;

}
.skills {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}

.skillsbar{
width: 100%;
background-color: #8b8b8b;
margin-left: auto;
margin-right: 0;
}

.html {width: 90%; background-color: #686868; text-align: center;}
.css {width: 85%; background-color: #686868; text-align: center;}
.js {width: 75%; background-color: #686868; text-align: center;}

.pricecon{
background-color:#6d6d6d ;
width: 100%;
height:auto;
padding: 3rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.pricing{
text-align: center;
background-color:#6d6d6d;
}
.columns {
  flex: 33.3%;
  padding: 8px;
transition: all 0.3s;
font-family: "Raleway", sans-serif;
margin-bottom: 3rem;
}

.columns:hover{
    transform: scale(1.02);
}

.price {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .priceheader {
  background-color: #111;
  color: white;
  font-size: 25px;
padding: 2rem;
}

.price li {
  border-bottom: 1px solid #bbbbbb;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.pricebutton {
  background-color: #000000;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.pricebutton:hover{
    background-color: #8b8b8b;
    color: black;
    cursor: pointer;
}

.dollars{
    font-size: 30px;
    font-family: "Raleway", sans-serif;
}

.dollarunder{
    font-size: 15px;
    color: #8b8b8b;
}

.contact{
    text-align: center;
    background-color: #eeeeee;
}

.contactcon{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.contactinfo{
    flex: 100%;
    height: auto;
    text-align: left;
    padding: 2rem;
    color: black;
    font-size: 16px;
}




.contactform{
    flex: 100%;
    height: auto;
    color: black;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
}

.map{
    flex: 100%;
    height: auto;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

footer{
    width: 100%;
    background-color: black;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer button{
    padding: 0.6rem 1rem;
    background-color: white;
    color: black;
    border: none;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}
.btni{
    color: black;
    font-size: 15px;
    font-weight: bold;
}
.cc{
    color: white;
}

footer button:hover{
    background-color: #dadada;
    cursor: pointer;
}

 footer i{
    color: white;
    font-size: 23px;
    margin: 3px;
 }
 footer i:hover{
    color: #dadada;
 }
footer a{
    color: white;
}
footer a:hover{
    color: rgb(1, 156, 1);
}

input[type=text], select, textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }

  


@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

 
}

@media screen and (max-width: 500px) {
.logo{
display: none;
}

 
}
@media screen and (max-width: 600px) {

    .topnav.responsive {
        position: fixed;
top: 0;
width: 100%;

    }



    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .flexcon1{
        flex-direction: column;
    }
    .flexcon2{
        flex-direction: column;
    }
    .flexcon3{
        flex-direction: column;
    }
.top{
flex-direction: column;
}

.infobar{
flex-direction: column;
}
.flexcon4{
flex-direction: column;}

.right4{
flex: 100%;
margin-top: 2rem;}
.skillsbar{
width: 100%;

}
  .columns {
    width: 100%;
  }

  .pricecon{
    flex-direction: column;
 
    }
    .imgbox{
        margin-top: 0;

        }
}

@media screen and (max-width: 1000px) {
.column{
width: 50%;}
.jumbo {
font-size: 55px;
bottom: 28rem;
left: 3rem;
}
.min {
    font-size: 18px;
left: 3rem;
bottom: 23rem;
}

.button1 {
bottom: 18rem;
left: 3rem;
color: black;
}
}



@media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }

