@import url('https://fonts.googleapis.com/css?family=Poppins:200i,300,500,600&display=swap');

html {
	scroll-behavior: smooth;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.wrapper {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

li, a, button {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

header {
	width: 1200px;
	display: flex;
    justify-content: flex-end;
	align-items: center;
	padding: 30px 5%;
    position: fixed;
}

.logo {
	cursor: pointer;
	margin-right: auto;
}

.nav-links {
	list-style: none;
}

.nav-links .tablet {
    display: none;
}

.nav-links li {
	display: inline-flex;
	padding: 0px 20px;
}

.nav-links li a {
	transition: all 0.3s ease 0s;
}

.nav-links li a:hover {
	color: #0585D8;
}

#dropdown {
    display: none;
}

/*--------------RESPONSIVE-header--------------*/

@media screen and (max-width: 1024px) {
    .wrapper {
        max-width: 1024px;
        margin-right: auto;
	    margin-left: auto;
    }
    header {
        max-width: 1024px;
    }
    .nav-links .desktop {
        display: none;
    }
    .nav-links .tablet {
        display: inline-flex;
    }
    #dropdown {
        display: none;
    }

}

@media screen and (max-width: 720px) {
    .wrapper {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
    header {
        max-width: 720px;
    }
    .nav-links .desktop {
        display: none;
    }
    .nav-links .tablet {
        display: none;
    }
    
    .dropbtn {
        background-color: none;
        color: white;
        font-size: 18px;
        border: none;
        cursor: pointer;
        margin-right: 20px;
    }
    .dropbtn:hover, .dropbtn:focus {
        background-color: none;
        color: #0585D8;
        transition: all 0.3s ease 0s;
    }
    #dropdown {
        position: relative;
        display: inline-flex;
    }
    .dropdown-content {
        margin-top: 57px;
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        overflow: auto;
        z-index: 1;
    }
    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    #dropdown a:hover {
        background-color: white;
        color: black;
        transition: all 0.3s ease 0s;
    }
    .show {
        display: block;
    }
    .hamburger-icon {
        vertical-align: middle;
        padding-left: 5px;
    }
}

.centerlogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 250px;
	
}

/*--------------PRESENTATION--------------*/

.portfolio {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	color: white;
}

.photo-presentation {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 15%;
	padding: 50px 5px;
  }

div.photo-presentation img {
	width: 100%;
	}


/*--------------ABOUT--------------*/

.about {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	color: white;
}

.dvije-kolone {
    max-width: 100%;
    display: inline-flex;
    padding-top: 50px;
    margin: auto;
}

.testimonials-left {
    margin-left: 150px;
    padding-right: 100px;
    display: block;
    border-left: 2px solid white;
}
.testimonials-left img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 30px;
}
.user-details {
    font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 20px;
    color: white;
    display: inline-block;
}

.user-details-top {
    font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 20px;
    color: white;
    margin: 0px 10px;
    margin-bottom: 15px;
}

.testimonials-right {
    border-left: 2px solid white;
}
.testimonials-right img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 30px;
}

@media screen and (max-width: 1024px) {
    .dvije-kolone {
        max-width: 100%;
        display: block;
    }
    .testimonials-left {
        margin-left: 30%;
        display: block;
        border-left: 2px solid white;
    }
    .testimonials-left img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 30px;
    }
    .user-details {
        font-family: 'Poppins', sans-serif;
	    font-weight: 200;
	    font-size: 20px;
        color: white;
        display: inline-block;
    }

    .user-details-top {
        font-family: 'Poppins', sans-serif;
	    font-weight: 200;
	    font-size: 20px;
        color: white;
        margin: 0px 10px;
        margin-bottom: 15px;
    }

    .testimonials-right {
        display: block;
        margin-left: 30%;
        margin-top: 50px;
        border-left: 2px solid white;
    }
    .testimonials-right img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 30px;
    }
}

@media screen and (max-width: 720px) {
    .dvije-kolone {
        max-width: 100%;
        display: block;
    }
    .testimonials-left {
        margin-left: 23%;
        display: block;
        border-left: 2px solid white;
    }
    .testimonials-left img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 30px;
    }
    .user-details {
        font-family: 'Poppins', sans-serif;
	    font-weight: 200;
	    font-size: 20px;
        color: white;
        display: inline-block;
    }

    .user-details-top {
        font-family: 'Poppins', sans-serif;
	    font-weight: 200;
	    font-size: 20px;
        color: white;
        margin: 0px 10px;
        margin-bottom: 15px;
    }

    .testimonials-right {
        display: block;
        margin-left: 23%;
        margin-top: 50px;
        border-left: 2px solid white;
    }
    .testimonials-right img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 30px;
    }
}

/*--------------CONTACT--------------*/

.contact {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	color: white;
}

#footer-1024 {
    display: none;
}

#footer {
	font-family: 'Poppins', sans-serif;
	max-width: 1200px;
	display: inline-flex;
	margin-top: 50px;
}

.left-side {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	font-weight: 200;
	font-size: 17px;
	text-decoration: none;
	color: white;
	text-align: left;
	padding-left: 12%;
	line-height: 5;
}

.icons-footer {
    margin-right: 12px;
    vertical-align: middle;
}

.right-side {
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.right-top-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	color: white;
	margin-bottom: 37px;
	margin-top: 22px;
}

.form-control {
	margin-left: 21%;
	background-color: none;
	border: 1px solid white;
	padding: 15px 32px;
	border-radius: 50px;
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	color: white;
}

.btn-footer {
	margin-left: 15px;
	background-color: white;
	border: 1px solid white;
	padding: 15px 32px;
	border-radius: 50px;
	text-align: center;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: black;
}

.right-bottom-text {
	width: 48%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: white;
	margin-top: 37px;
}

@media screen and (max-width:1024px) {
    #footer {
        display: none;
    }
    #footer-1024 {
        font-family: 'Poppins', sans-serif;
	    max-width: 1024px;
	    display: block;
    }
    .left-side {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    width: 50%;
	    font-weight: 200;
	    font-size: 17px;
	    text-decoration: none;
	    color: white;
	    text-align: left;
	    padding-left: 12%;
	    line-height: 5;
    }

    .icons-footer {
        margin-right: 12px;
        vertical-align: middle;
    }

    .right-side {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;

    }
    .right-top-text {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 600;
	    font-size: 25px;
	    text-decoration: none;
	    text-align: center;
	    color: white;
	    margin-bottom: 50px;
	    margin-top: 50px;
    }
    .input-buttons {
        width: 100%;
        margin: auto;
    }

    .form-control {
        margin-left: 28%;
	    background-color: black;
	    border: 1px solid white;
	    padding: 15px 32px;
	    border-radius: 50px;
	    text-align: center;
	    font-weight: 300;
	    font-size: 17px;
	    font-family: 'Poppins', sans-serif;
	    color: white;
    }

    .btn-footer {
	    margin-left: 15px;
	    background-color: white;
	    border: 1px solid white;
	    padding: 15px 32px;
	    border-radius: 50px;
	    text-align: center;
	    font-size: 17px;
	    font-family: 'Poppins', sans-serif;
	    color: black;
    }

    .right-bottom-text {
	    width: 48%;
	    margin-left: auto;
	    margin-right: auto;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 15px;
	    text-decoration: none;
	    text-align: center;
	    color: white;
	    margin-top: 50px;
    }
}

@media screen and (max-width: 720px) {
    #footer {
        display: none;
    }
    #footer-1024 {
        font-family: 'Poppins', sans-serif;
	    max-width: 720px;
	    display: block;
    }
    .left-side {
	    display: block;
	    margin-left: 13%;
	    margin-right: auto;
	    width: 100%;
	    font-weight: 200;
	    font-size: 17px;
	    text-decoration: none;
	    color: white;
	    text-align: left;
	    padding-left: 12%;
	    line-height: 5;
    }

    .icons-footer {
        margin-right: 12px;
        vertical-align: middle;
    }

    .right-side {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;

    }
    .right-top-text {
	    font-family: 'Poppins', sans-serif;
	    font-weight: 600;
	    font-size: 25px;
	    text-decoration: none;
	    text-align: center;
	    color: white;
	    margin-bottom: 50px;
	    margin-top: 50px;
    }
    .input-buttons {
        width: 100%;
        margin: auto;
    }

    .form-control {
        margin-left: 21%;
	    background-color: black;
	    border: 1px solid white;
	    padding: 15px 32px;
	    border-radius: 50px;
	    text-align: center;
	    font-weight: 300;
	    font-size: 17px;
	    font-family: 'Poppins', sans-serif;
	    color: white;
    }

    .btn-footer {
	    margin-left: 15px;
	    background-color: white;
	    border: 1px solid white;
	    padding: 15px 32px;
	    border-radius: 50px;
	    text-align: center;
	    font-size: 17px;
	    font-family: 'Poppins', sans-serif;
	    color: black;
    }

    .right-bottom-text {
	    width: 48%;
	    margin-left: auto;
	    margin-right: auto;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	    font-size: 15px;
	    text-decoration: none;
	    text-align: center;
	    color: white;
	    margin-top: 50px;
    }
}

/*--------------BOTTOM--------------*/

.copyright {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: white;
	margin-top: -20px;
	margin-bottom: 30px;
}

.map-text {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	color: white;
}

#maps {
	margin-top: 50px;
	margin-left: 8%;
}

#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 5px solid white;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
}

#myBtn:hover {
	color: #0585D8;
	border: 5px solid #0585D8;
	transition: all 0.3s ease 0s;
}

#logo {
    text-align: center;
}
















