/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

@font-face {
	font-family: MyMerriweather;
	src: url(/theme/fonts/MerriweatherSans-Regular.ttf);
}

@font-face {
	font-family: MyMerriweatherLight;
	src: url(/theme/fonts/MerriweatherSans-Light.ttf);
}

body {
  /* font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
  font-family: MyMerriweather;
}

.merry {
	margin-top: 2rem;
	font-family: MyMerriweatherLight;
	font-weight: 100;
	line-height: 100%;
	font-size: 1.2em;
}

.grey-border-right {
	border-right: 2px solid rgba(46, 46, 46, 0.1);
}

.my-text {
	font-family: MyMerriweather;
}

hr {
  max-width: 50px;
  border-width: 3px;

  /* Natine Boje */
  border-color: rgb(0, 175, 239); 
  /* border-color: rgb(97, 218, 251); */
  /*border-color: #F05F40;*/
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

.text-primary-blue {
	/*color: rgb(97, 218, 251);*/
	/* Natine Boje */
  	color: rgb(0, 175, 239); 
}


h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
  font-family: MyMerriweather;
  font-weight: 600;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-blue {
	background-color: rgb(0, 175, 239) !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 4rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  /* background-color: #000; */
  background-color: rgba(0, 0, 0, 0.9);
  /* background-color: #fff;*/ /* Mkrstic, 2018-11-23 */
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  /*text-transform: uppercase;*/
  /*color: rgb(97, 218, 251);*/
  /* color: #F05F40;*/
  font-family: MyMerriweather;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: white;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  /* font-weight: 700; */
  font-weight: 100;
  text-transform: uppercase;
  color: white;
  /* color: #212529;*/
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: rgb(97, 218, 251);
  /*color: #F05F40;*/
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  /* Mkrstic */
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 1.0);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #00afef;
  }


  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }

  /* Mkrstic */
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #00afef;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }


  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  /* background-image: url("../img/header.jpg"); */
  background-image: url("../img/1920x1080.jpg");
  background-position: center center;
  background-size: cover;
}

header.masthead-juke {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/Jukebox1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-smartsocket {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/Microchip2-1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-kata {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/Cuko1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-nsp {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/Genetic1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-customs {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/Customs1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-payment {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/Cardless1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-sysadmin {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/System1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-arduino {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/arduino1920x1080.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead-exo {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../img/portfolio/fullsize/Exo1920x650.jpg");
	background-position: center center;
	background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead header.masthead-sysadmin h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
	#mainNav {
		border-color: transparent;
		background-color: transparent;
	}

	/* Mkrstic for Tablet */
	h3.section-heading.text-black {
		text-align: center;
		margin-bottom: 1rem;
	}

	.grey-border-right {
		border: 0;
	}

	#home {
		padding-bottom: 0rem;
	}

	/* Mkrstic */
	#mainNav .navbar-brand {
		color: white;
		/* font-family: MyMerryweather; */
		font-family: MyMerriweatherLight;
		font-weight: 100;
	}
	#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
		color: #00afef;
	}

#mainNav .navbar-nav > li.nav-item > a.nav-link {
padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #fff;
}
#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
}

	/* Mkrstic */
	#mainNav.navbar-shrink .navbar-brand {
		color: #00afef;
	}
	#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
		color: #f05f40;
	}

#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
color: #212529;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #F05F40;
}


/* */
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

/* Laptop  & Veliki ekran */
@media (min-width: 1200px) {
	.grey-border-right {
	        padding-right: 4em;
	}

	#mainNav .navbar-brand {
		font-family: MyMerriweatherLight;
		font-weight: 100;
		color: white;
	}

	
	h4.h4-header {
		font-family: MyMerriweatherLight;
		font-weight: 100;
		padding: 0;
		margin: 0;
	}

	h1.section-heading.text-black {
		text-align: right;
	}

	h2.section-heading.text-uppercase {
		letter-spacing: 6px;
	}

	h3.section-heading.text-black {
		text-align: right;
	}

	header.masthead {
		padding-top: 10rem;
		padding-bottom: calc(10rem - 56px);
		background-image: url(../img/1920x1080.jpg);
		background-position: center center;
		background-size: cover;
	}

  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-my-color {
	background-color: rgb(0, 175, 239); 
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/* Telefon */
@media (max-width: 480px) {

	#docs-menu {
		position: fixed;
		top: 0;
	}

	/*
	p.text-black {
		font-size: 1.2em;
	}

	p.text-muted {
		font-size: 1.2em;
	}
	*/

	p {
		font-size: 1.2em;
	}

	h1.section-heading.text-black {
		text-align: center;
		font-size: 2em;
	}

	h2.section-heading.text-uppercase {
		letter-spacing: 6px;
	}

	h3.section-heading.text-black {
		text-align: center;
	}

	#mainNav .navbar-brand {
		font-family: MyMerriweatherLight;
		font-weight: 100;
		color: white;
	}

	/* Skida okvir oko dugmeta */
	button:focus {
		outline: none;
	}

	/* Skida okvir oko dugmeta */
	.navbar-dark .navbar-toggler {
		outline: none;
		border: 0;
	}

	/* Skida okvir oko dugmeta */
	.navbar-dark .navbar-toggler:focus, .navbar-toggler:active {
		outline: none;
	}

	.section-heading-bottom {
		margin-bottom: 3rem;
	}

	#home {
		padding-bottom: 0rem;
	}

	.special-line {
		padding-bottom: 4rem;
		color: black;
	}
	
	.grey-border-right {
		border: 0;
	}


	.portfolio-box {
		margin: 1rem;
	}

	.portfolio-box .portfolio-box-caption {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		opacity: 1;
		color: #fff;
		/*background: rgba(240, 95, 64, 0.9);*/
		background: transparent;             
	    	-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 14px;
		font-weight: 600;
		opacity: 1;
	      	text-transform: uppercase;
	 }

	 .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	        font-size: 18px;
		opacity: 1;
	 }

	.h4-header {
		font-family: MyMerriweatherLight;
		font-weight: 100;
		padding: 0;
		margin: 0;
	}

	.masthead {
		height: 100%;
	}

	header.masthead {
		padding-top: 10rem;
		padding-bottom: calc(10rem - 56px);
		background-image: url(../img/640x960.jpg);
		background-position: center center;
		background-size: cover;
	}
}

/* Laptop  & Veliki ekran */
@media (min-width: 1200px) {
	.portfolio-box {
		margin: 1rem;
	}

	.portfolio-box .portfolio-box-caption {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		opacity: 1;
		color: #fff;
		/*background: rgba(240, 95, 64, 0.9);*/
		background: transparent;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 14px;
		font-weight: 600;
		opacity: 1;
		text-transform: uppercase;
	}

	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 18px;
		opacity: 1;
	}
	.grey-border-right {
		border: 0;
	}
}

.test {
	height: 128px;
}
