* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Lusitana', serif;
}

a {
  outline: 0;
}

body {
  background-color: black;
}

#desktop_nav {
  position: fixed;
  height: 45px;
  top: 0;
  width: 100%;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.45) 100%);
}

#desktop_nav ul {
  list-style-type: none;
  margin-left: 10%;
}

#desktop_nav ul li {
  display: inline-block;
}

#desktop_nav ul li a {
  padding: 10px;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-family: "Staatliches", cursive;
}

#desktop_nav ul li a:hover {
  color: #fff4df;
}

.yellow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: wheat !important;
}

.bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

#about {
  background-image: url("../images/tastatura.jpg");
}

#experience {
  background-image: url("../images/macbook.jpg");
}

#skills {
  background-image: url("../images/matrix.jpg");
}

#projects {
  background-image: url("../images/projects.jpg");
}

#other {
  background-image: url("../images/photography.jpg");
}

.arrow {
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 10px;
}

.arrow .a_arrow {
  color: white;
  text-decoration: none;
  font-size: 42pt;
  font-weight: bolder;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.arrow .a_arrow:hover {
  color: wheat;
}

.section_content {
  position: relative;
  float: right;
  color: #ebebeb;
  width: 45%;
  text-align: center;
  margin-top: 10vh;
  height: 75vh;
}

.section_content h2 {
  font-family: "Staatliches", cursive;
  font-size: 4rem;
}

.section_content h3 {
  width: 70%;
  margin: 0 15%;
  margin-top: 30px;
  font-family: "Staatliches", cursive;
  font-size: 3rem;
  text-align: left;
}

.section_content p {
  padding-top: 20px;
  width: 70%;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  font-family: 'Lusitana', serif;
  font-size: 18pt;
}

.section_content ul {
  list-style-type: square;
  width: 70%;
  margin: 0 20%;
}

.section_content ul li {
  text-align: left;
  font-family: 'Lusitana', serif;
  font-size: 18pt;
  margin: 20px 0;
}

.section_content ul li span {
  font-family: "Staatliches", cursive;
  font-size: 20pt;
  font-weight: 600;
  letter-spacing: 1px;
}

.section_content ul li a {
  text-decoration: none;
  border-bottom: dotted wheat 2px;
}

.section_content ul li a:hover {
  border-bottom: solid white 1px;
}

.section_content a {
  color: wheat;
  cursor: pointer;
  border-bottom: dotted wheat 2px;
  font-size: 18pt;
}

.section_content a:hover {
  color: white;
  border-bottom: solid white 1px;
}

.progress_bar {
  float: right;
  width: 60%;
  height: 32px;
  background-color: white;
  border-radius: 12px;
}

.progress_percent {
  margin: 1px;
  width: 70%;
  text-align: center;
  background-color: #222;
  border-radius: 12px;
  font-family: "Staatliches", cursive;
  letter-spacing: 1px;
}

.percent_fourty {
  width: 40%;
}

.percent_fifty {
  width: 50%;
}

.percent_sixty {
  width: 60%;
}

.percent_seventy {
  width: 70%;
}

.percent_eighty {
  width: 80%;
}

.percent_ninety {
  width: 90%;
}

.percent_hundred {
  width: 99%;
}

.hidden {
  display: none;
}

.left_pos {
  float: left;
}

#contact {
  width: 100%;
  height: 85vh;
  background-color: black;
}

#contact .content_width {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#contact .content_width h2 {
  color: white;
  font-family: "Staatliches", cursive;
  font-size: 4rem;
  padding-top: 10vh;
}

#contact_image {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 2vh;
}

#contact_image img {
  border: 10px solid #BBB;
  border-radius: 100%;
  width: 50%;
}

#contact_image p {
  margin: 1vh 10% 0 10%;
  color: #ebebeb;
  font-family: 'Lusitana', serif;
  font-size: 18pt;
}

#contact_image p q {
  font-style: italic;
}

#contact_form {
  float: left;
  width: 50%;
  text-align: left;
  margin-top: 2vh;
}

#contact_form form {
  width: 90%;
  margin: 0 auto;
}

#contact_form form .form_elements {
  width: 100%;
  float: left;
}

#contact_form form .form_elements label {
  margin: 2%;
  width: 20%;
  float: left;
  color: #ebebeb;
  font-family: "Staatliches", cursive;
  font-size: 3rem;
}

#contact_form form .form_elements input {
  border-radius: 15px;
  border: 3px solid #BBB;
  padding: 2%;
  margin: 2%;
  font-size: 16pt;
  width: 65%;
  float: right;
  font-family: 'Lusitana', serif;
}

#contact_form form textarea {
  border-radius: 15px;
  border: 3px solid #BBB;
  padding: 2%;
  margin: 2%;
  font-size: 16pt;
  width: 91%;
  float: left;
  font-family: 'Lusitana', serif;
}

#contact_form form button {
  border-radius: 15px;
  border: 2px solid #BBB;
  background-color: white;
  margin: 2%;
  padding: 2%;
  width: 46%;
  font-size: 16pt;
  font-family: "Staatliches", cursive;
  float: left;
}

#footer {
  width: 100%;
  height: 30vh;
  background-color: #080808;
}

#footer_main {
  width: 80%;
  height: 27vh;
  margin: 0 auto;
}

#footer_main .footer_section {
  width: 33.33%;
  text-align: center;
  color: #ebebeb;
  float: left;
}

.footer_header {
  font-family: "Staatliches", cursive;
  font-size: 2rem;
  padding-top: 10%;
}

#follow_me {
  width: 90%;
  margin: 0 auto;
}

#follow_me ul {
  list-style-type: none;
  text-align: center;
  margin-top: 20px;
}

#follow_me ul li {
  margin: 0 2%;
  display: inline-block;
}

#footer_nav {
  width: 90%;
  margin: 0 auto;
}

#footer_nav ul {
  list-style-type: none;
  text-align: center;
}

#footer_nav ul li {
  margin: 0 2%;
  display: inline-block;
}

#footer_nav ul li a {
  color: wheat;
  cursor: pointer;
  border-bottom: dotted wheat 2px;
  font-size: 16pt;
  line-height: 2;
  text-decoration: none;
}

#footer_nav ul li a:hover {
  color: white;
  border-bottom: solid white 1px;
}

#footer_contact {
  width: 90%;
  margin: 0 auto;
}

#footer_contact ul {
  list-style-type: none;
  text-align: center;
  margin-left: 10%;
}

#footer_contact ul li {
  margin: 0 auto;
  float: left;
}

#footer_contact ul li p {
  font-family: "Staatliches", cursive;
  font-size: 18pt;
  float: left;
  line-height: 1.5;
}

#footer_contact ul li a {
  color: wheat;
  cursor: pointer;
  font-size: 14pt;
  line-height: 2;
  text-decoration: none;
  float: left;
}

#footer_contact ul li a:hover {
  color: white;
}

#footer_copyright {
  width: 100%;
  height: 3vh;
  background-color: black;
  text-align: center;
  color: #ebebeb;
  font-size: 13pt;
  clear: both;
}

#footer_copyright a {
  color: wheat;
  cursor: pointer;
  border-bottom: dotted wheat 2px;
  text-decoration: none;
}

#footer_copyright a:hover {
  color: white;
  border-bottom: solid white 1px;
}

.fa {
  padding: 20px;
  font-size: 30px !important;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #f40083;
  color: white;
}

#mobile_nav {
  display: none;
}

/*================================================================================================================== MOBILNI*/
@media only screen and (max-width: 479px) {
  #desktop_nav {
    display: none;
  }
  #mobile_nav {
    display: block;
    width: 100%;
    height: 62px;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.45) 100%);
    position: fixed;
    z-index: 10;
  }
  #mobile_nav #toggle_nav {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    font-size: 48pt;
    font-weight: bold;
    line-height: 1;
    color: #ebebeb;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #mobile_nav #toggle_nav:hover {
    color: #fff4df !important;
  }
  .on {
    -webkit-transform: rotateZ(-45deg) translate(-50%, -50%) !important;
            transform: rotateZ(-45deg) translate(-50%, -50%) !important;
  }
  .off {
    -webkit-transform: rotateZ(0deg) translate(0%, -50%) !important;
            transform: rotateZ(0deg) translate(0%, -50%) !important;
  }
  #mobile_ul {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: black;
  }
  #mobile_ul li {
    float: left;
    width: 100%;
    text-align: center;
    height: 8vh;
  }
  #mobile_ul li a {
    text-decoration: none;
    color: #ebebeb;
    font-size: 36pt;
    font-family: 'Staatliches', cursive;
  }
  #mobile_ul li a:hover {
    color: #fff4df;
  }
  .arrow {
    display: none;
  }
  .section_content {
    width: 100%;
    margin-top: 10vh;
  }
  .section_content h2 {
    font-size: 3rem;
  }
  .section_content h3 {
    margin-top: 0;
    font-size: 2.5rem;
  }
  .section_content p {
    width: 90%;
    font-size: 12pt;
  }
  .section_content ul {
    margin: 0 auto;
    width: 85%;
  }
  .section_content ul li {
    margin: 5%;
    font-size: 12pt;
  }
  .section_content ul li span {
    font-size: 14pt;
  }
  .section_content a {
    font-size: 12pt;
  }
  .progress_bar {
    width: 50%;
    height: 22px;
  }
  .percent_hundred {
    width: 98%;
  }
  .hidden {
    display: none;
  }
  .left_pos {
    float: left;
  }
  #contact {
    height: 100vh;
  }
  #contact .content_width {
    width: 90%;
  }
  #contact .content_width h2 {
    font-size: 3rem;
    padding-top: 10vh;
  }
  #contact_image {
    width: 100%;
  }
  #contact_image img {
    border: 5px solid #BBB;
    width: 50%;
  }
  #contact_image p {
    margin: 0;
    font-size: 14pt;
  }
  #contact_form {
    width: 100%;
  }
  #contact_form form {
    width: 95%;
  }
  #contact_form form .form_elements label {
    font-size: 2rem;
  }
  #contact_form form .form_elements input {
    font-size: 12pt;
    width: 60%;
  }
  #contact_form form textarea {
    width: 90%;
    font-size: 12pt;
  }
  #footer {
    height: 75vh;
  }
  #footer_main {
    width: 90%;
    height: 72vh;
  }
  #footer_main .footer_section {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer_header {
    font-size: 2rem;
  }
  #footer_nav {
    width: 70%;
  }
  #follow_me {
    width: 70%;
  }
  #footer_nav {
    width: 70%;
  }
  #footer_nav ul li a {
    font-size: 14pt;
  }
  #footer_contact {
    width: 70%;
    margin: 0 auto;
  }
  #footer_contact ul {
    padding-top: 20px;
  }
  #footer_contact ul li {
    float: left;
    width: 100%;
  }
  #footer_contact ul li p {
    line-height: 1;
    width: 100%;
    font-size: 16pt;
  }
  #footer_contact ul li a {
    font-size: 14pt;
  }
  #footer_copyright {
    font-size: 12pt;
    height: 3vh;
  }
}

/*================================================================================================================== TABLET*/
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #desktop_nav {
    display: none;
  }
  #mobile_nav {
    display: block;
    width: 100%;
    height: 62px;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.45) 100%);
    position: fixed;
    z-index: 10;
  }
  #mobile_nav #toggle_nav {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    font-size: 48pt;
    font-weight: bold;
    line-height: 1;
    color: #ebebeb;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #mobile_nav #toggle_nav:hover {
    color: #fff4df !important;
  }
  .on {
    -webkit-transform: rotateZ(-45deg) translate(-50%, -50%) !important;
            transform: rotateZ(-45deg) translate(-50%, -50%) !important;
  }
  .off {
    -webkit-transform: rotateZ(0deg) translate(0%, -50%) !important;
            transform: rotateZ(0deg) translate(0%, -50%) !important;
  }
  #mobile_ul {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: black;
  }
  #mobile_ul li {
    float: left;
    width: 100%;
    text-align: center;
    height: 10vh;
  }
  #mobile_ul li a {
    text-decoration: none;
    color: #ebebeb;
    font-size: 36pt;
    font-family: 'Staatliches', cursive;
  }
  #mobile_ul li a:hover {
    color: #fff4df;
  }
  .section_content {
    width: 100%;
    margin-top: 10vh;
  }
  .section_content h2 {
    font-size: 3rem;
  }
  .section_content h3 {
    margin-top: 0;
    font-size: 2.5rem;
  }
  .section_content p {
    width: 80%;
    font-size: 14pt;
  }
  .section_content ul {
    margin: 0 auto;
    width: 80%;
  }
  .section_content ul li {
    font-size: 14pt;
  }
  .section_content ul li span {
    font-size: 16pt;
  }
  .section_content a {
    font-size: 14pt;
  }
  .progress_bar {
    height: 26px;
  }
  .hidden {
    display: none;
  }
  .left_pos {
    float: left;
  }
  #contact {
    height: 100vh;
  }
  #contact .content_width {
    width: 90%;
  }
  #contact .content_width h2 {
    font-size: 3rem;
    padding-top: 7vh;
  }
  #contact_image {
    width: 100%;
  }
  #contact_image img {
    border: 5px solid #BBB;
    width: 50%;
  }
  #contact_image p {
    font-size: 14pt;
  }
  #contact_form {
    width: 100%;
  }
  #contact_form form {
    width: 90%;
  }
  #contact_form form .form_elements label {
    font-size: 2rem;
  }
  #contact_form form .form_elements input {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14pt;
    width: 60%;
  }
  #contact_form form textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14pt;
  }
  #footer {
    height: 75vh;
  }
  #footer_main {
    width: 90%;
    height: 72vh;
  }
  #footer_main .footer_section {
    width: 100%;
  }
  .footer_header {
    font-size: 3rem;
  }
  #footer_nav {
    width: 70%;
  }
  #footer_contact {
    width: 70%;
    margin: 0 auto;
  }
  #footer_contact ul {
    margin-left: 20%;
  }
  #footer_contact ul li p {
    line-height: 2;
  }
  #footer_copyright {
    height: 3vh;
  }
}

/*================================================================================================================== LAPTOP*/
@media only screen and (min-width: 800px) and (max-width: 1279px) {
  #desktop_nav ul {
    margin-left: 0%;
  }
  #desktop_nav ul li a {
    font-size: 1.7rem;
  }
  .section_content {
    width: 70%;
    margin-top: 7vh;
  }
  .section_content p {
    width: 80%;
    font-size: 16pt;
  }
  .section_content ul {
    width: 75%;
  }
  .section_content ul li {
    font-size: 16pt;
  }
  .section_content ul li span {
    font-size: 18pt;
  }
  .section_content a {
    font-size: 16pt;
  }
  .progress_bar {
    height: 28px;
  }
  .hidden {
    display: none;
  }
  .left_pos {
    float: left;
  }
  #contact {
    height: 63vh;
  }
  #contact .content_width {
    width: 90%;
  }
  #contact .content_width h2 {
    font-size: 3rem;
    padding-top: 7vh;
  }
  #contact_image img {
    width: 45%;
  }
  #contact_image p {
    font-size: 16pt;
  }
  #contact_form form {
    width: 90%;
  }
  #contact_form form .form_elements label {
    font-size: 2.5rem;
  }
  #contact_form form .form_elements input {
    font-size: 14pt;
    width: 60%;
  }
  #contact_form form textarea {
    font-size: 14pt;
  }
  #footer {
    height: 37vh;
  }
  #footer_main {
    width: 90%;
    height: 34vh;
  }
  #footer_nav ul {
    margin-top: 20px;
  }
  #footer_contact ul {
    margin-top: 20px;
  }
  #footer_contact ul li {
    float: left;
    width: 100%;
  }
  #footer_contact ul li p {
    line-height: 1;
    width: 100%;
    font-size: 18pt;
  }
}

/*================================================================================================================== LAPTOP*/
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .section_content {
    margin-top: 7vh;
  }
  .section_content h3 {
    margin-top: 10px;
  }
  .section_content p {
    padding-top: 20px;
    font-size: 14pt;
  }
  .section_content ul li {
    margin: 13px 0;
    font-size: 14pt;
  }
  .section_content ul li span {
    font-size: 16pt;
  }
  .section_content a {
    font-size: 14pt;
  }
  .progress_bar {
    height: 26px;
  }
  .hidden {
    display: none;
  }
  .left_pos {
    float: left;
  }
  #contact .content_width {
    width: 80%;
  }
  #contact .content_width h2 {
    font-size: 3rem;
    padding-top: 7vh;
  }
  #contact_image p {
    font-size: 16pt;
  }
  #contact_form form .form_elements label {
    font-size: 2.5rem;
  }
  #footer_main {
    width: 90%;
    height: 26vh;
  }
  .footer_header {
    padding-top: 5%;
  }
}
/*# sourceMappingURL=main.css.map */