@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: myFirstFont;
  src: url("fonts/FUCEB.PFM");
}


body {
  font-family: "Lato", sans-serif;
  background-color: #0E1316;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}


/* width */ ::-webkit-scrollbar {
  width: 10px;
}
/* Track */ ::-webkit-scrollbar-track {
  background: #0E1316;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #fff;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #F87F01;
}
/*------------------------------------------------------------------nav------------------------------*/
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0E1316;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
	  font-family: 'Rubik Mono One', sans-serif;
  font-weight: lighter;
}
.sidebar a:hover {
  color: #F87F01;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #0E1316;
  color: white;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border: none;
  width: 80px;
  height: 80px;
  opacity: 1;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}
.openbtn:hover {
  opacity: .7;
}
.openbtn:focus {
  background-color: #2C3235;
  border: none;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}
.centermainsection {
  margin: auto;
  width: 60%;
  padding: 10px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 5px 0 0 1%;
}
.col:first-child {
  margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 */
}
* GRID OF TWO */ .span_2_of_2 {
  width: 100%;
}

.div_for_title_main_page {
  padding-top: 30%;
}
.div_for_title_main_page img {
  margin-right: -2px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  opacity: 1;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
	
}
.div_for_title_main_page img:hover {
  opacity: .7;
}
.div_for_title_main_page a {
  margin-left: 5px;
  margin-top: 5px;
}
.footer {
  background-color: #0E1316;
  bottom: 0;
  width: 100%;
  padding: 5px;
}
.divformainbackgroundcolor {
  background-color: #fff;
  width: 100%;
  padding-bottom: 40px;
}
.footer p {
  color: #fff;
  text-align: center;
	 font-family: 'Montserrat', sans-serif;
 
	font-size: 10px;
}
.span_1_of_2 h1 {
  color: #fff;
  padding: 13px 10px 10px 15px;
  margin: 5px;
  background-color: #0E1316;
  font-size: 250%;
  font-family: 'Rubik Mono One', sans-serif;
  font-weight: lighter;
}
.span_1_of_2 h2 {
  color: #fff;
  padding: 10px 10px 10px 15px;
  margin: 5px;
  background-color: #0E1316;
  font-size: 120%;
  font-family: 'Rubik Mono One', sans-serif;
  font-weight: inherit;
}
.div_for_main_page_images img {
  float: right;
  width: 100%;
  height: auto;
}
.span_1_of_2 {
  width: 49.5%;
}



.div_for_public_port img {
  margin-right: -2px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 5px;
  opacity: 1;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}
.div_for_public_port img:hover {
  opacity: .7;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 480px) {
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
}
/*---------------------------------------------portfolio content--------------------------------------*/
.divcentralportfolio{
	
	  margin: auto;
  width: 60%;
 
	
	
}
.divcentralportfolio h1{
	color: #fff;
  padding: 13px 10px 10px 15px;
  margin-bottom: 5px;
	margin-top: 0;
  background-color: #0E1316;
  font-size: 30px;
  font-family: 'Rubik Mono One', sans-serif;
  font-weight: lighter;
	
	
	
}
.divcentralportfolio h2{
	
	color: #fff;
  padding: 10px 10px 10px 15px;
    margin-bottom: 5px;
	margin-top: 5px;
  background-color: #0E1316;
  font-size: 20px;
  font-family: 'Rubik Mono One', sans-serif;
  font-weight: lighter;
	

}
.divcentralportfolio p{
	
	color: #0E1316;
  padding: 10px 10px 10px 15px;
    margin-bottom: 5px;
	margin-top: 5px;
  background-color: #fff;
  font-size: 14px;
 font-family: 'Montserrat', sans-serif;
  font-weight: inherit;

	

}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;

}
.iframe-container iframe{
  position: absolute;
  top:0;
  left:0;
	
  width: 100%;
  height: 100%;
}
.divdivider{
	
	
  padding: 5px 5px 5px 5px;
   margin-bottom: 5px;
	margin-top: 2px;
  background-color: #0E1316;
	

}
.divdivider2 {
	
	
  padding: 5px 5px 5px 5px;
   margin-bottom: 5px;
	margin-top: 5px;
  background-color: #0E1316;
	

}
.topnav {
  overflow: hidden;

}

.topnav a {
  float: left;
  display: block;
  color: #0E1316;
  text-align: center;
  padding-left: 10px;
padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
  text-decoration: none;
  font-size: 15px;
font-family: 'Rubik Mono One', sans-serif;
}

.topnav a:hover {
  background-color: #0E1316;
  color: #fff;
}

.topnav a.active {
  background-color: #0E1316;
  color: #fff;
}

.topnav .icon {
  display: none;
}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


/*---------------------------------------------portfolio menu--------------------------------------*/


/*---------------------------------------------websiteb border--------------------------------------*/
#top, #bottom, #left, #right {
  background: #0E1316;
  position: fixed;
}
#left, #right {
  top: 0;
  bottom: 0;
  width: 15px;
}
#left {
  left: 0;
}
#right {
  right: 0;
}
#top, #bottom {
  left: 0;
  right: 0;
  height: 15px;
}
#top {
  top: 0;
}
#bottom {
  bottom: 0;
}
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}
.span_1_of_4 img{
	width:100%;
	
	
	
}
.span_1_of_3 img{
	width:100%;
	
	
	
}
.columnnn {
  float: left;
  width: 32.6666667%;
	padding-right:1%;
	padding-top:5px;
margin:0;
}
.columnnnmid {
  float: left;
   width: 32.6666667%;
	padding-right:1%;
padding-top:5px;
	
}
.columnnnlast {
  float: left;
   width: 32.6666667%;
	padding-top:5px;
}


/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  margin: 0 2px 0 0;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
	border-style: solid;
	border-width: 3px;
	border-color:#0E1316;
}

dot:hover {
  background-color: #FECA01;
}



@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}



@media screen and (max-width: 1024px) {
 .centermainsection {

  width: 100%;
 
padding:0;
}

  }
@media screen and (max-width: 1024px) {
 .divcentralportfolio {
  
  width: 100%;
	
padding:0;
	
}

  }


@media screen and (max-width: 1024px) {
	
	.dot {
  height: 15px;
  width: 15px;
  margin: 3px 0 0 9px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
	border-style: solid;
	border-width: 6px;
	border-color:#0E1316;
		
}
}
.active, .dot:hover {
  background-color: #FECA01;
}



@media 

/* Fairly small screens including iphones */
only screen and (max-width: 1024px),

/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) 

{
	#top, #bottom, #left, #right { display: none; }
}






@media screen and (max-width: 1024px) {



.topnav a {

  font-size: 32.2px;
}
}