/*
Stitchwork's webpage


	Author:Hanife Karacan Bayram
	Date: 10-7-2017
	Update: 2-2-2019

*/

body {
	margin: 0;
	background-color: #F1F0F0 !important;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Set the default page element styles */
header, #layout, footer, nav *
{
	display: block;
	padding: 0px;
	margin:0px;
}

/* Section Styles */
#layout
{
  width: 100%;
  float: right;
  font-family: Helvetica, sans-serif;
  color: rgb(65, 64, 66);
  line-height: 1.5em;

}

h2, h3, h4
{
  color: #3F878E !important; /*blue- logo's color*/
  margin-bottom: -18px;
  letter-spacing: 2px;
  /* border-bottom: 1px solid #52ACBC;
  border-top: 1px solid #52ACBC; */
}

h1
{
	 color: #6B6873;
	 letter-spacing: 1px;
	 font-family: "Lucida Sans Unicode", sans-serif;
	 line-height:130%;
	 /* padding-left: 15px; */
	 text-align: center;
}


iframe
{
	width:100%;
	height:450px;
	border:0px;
	/*border-style:0;*/
	display:block;
}



#layout h2, h3, h4, p
{
padding-left: 20px;
}

/* For List page items(nav#vertNav causes the all list item aligned to left)*/
#list
 {
  width: 100%;
  /* float: right; */
  color: #6B6873;
  line-height: 1.5em;
 }

#list h2, h3, h4
{
  color: #3F878E; /* blue-logos color*/
  margin-bottom: -18px;
  letter-spacing: 2px;
	padding-right: 20px;
  /* border-bottom: 1px solid #52ACBC; */

}


#list p
{
  font-size: 16px;
  text-align: left;
  color:#6B6873;
  margin:15px 0px 0px 0px;

}




/*lightbox*/
#gallery {
  list-style-type:none;
  background-color: #f0f0f0;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#gallery li {
  background-color: #fff;
  float: left;
  margin: 5px;
  padding: 5px;
}

#gallery li img {
  width: 120px;
  height: 120px;
  margin: 0px;
  padding: 0px;
}
/* Footer Styles */
footer
{
	background: #52ACBC;
	/* background: rgba(233,196,106, 0.7); */
	padding: 15px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8);
	/* box-shadow: 10px 10px 20px #F1F1F1; */
	text-align: center;
  clear: both;
	font-size: 14px;
}
/* Bootstraps ---------------------------------------------------nav bar*/
.navbar{
		color:#000000;
		/* background-color:#caeaef; */
		font-size: 18px;
    font-family: 'Abel', 'Dosis', 'News Cycle', sans-serif;
}
.div.container-fluid{
	height:52px;
}


ul.nav.navbar-nav, button.navbar-toggle{
	margin: 15px auto;
}
button.navbar-toggle
a.navbar-brand{
	height:80px;
	width: 80px;
}
.navbar li a{
		color:#0A305E;
}
ul.dropdown-menu li a{
	color:#0A305E;
}

ul.dropdown-menu{
	background-color: #EEEEEE;
}
/*
button.navbar-toggler-icon{
font-size: 1.80em;
} */


#myNavbar li.active a
{
	 /* background-color:#d2f3f7; */
	 border-top: 2px solid #52ACBC;
	 color: #e6a31b;
	 height: 50px;
}

.navbar li a:hover{
	color:#F4A33F;
	background-color:white !important;
}

/*---alttaki dropdown (portfolionun active iken renginin ayni kalmasi icin--*/
.dropdown-toggle:active, .open .dropdown-toggle {
    background:inherit !important;
    color:#F4A33F !important;
}

ul.dropdown-menu li a:hover
{
	color:#F4A33F;
	background-color:inherit !important;
}

ul.dropdown-menu{
	background-color: #52ACBC;
}
/* ----------------------------------------------Social M Edia---------*/

ul.social{
display: block;
/* margin: 10; */
list-style-type: none;
text-align: center;
grid-template-columns:1;
grid-row: 3;
}
ul.social li{
font-size: 1.20em;
display: inline;
/* padding: 4px 4px; */
}
ul.social li a{
color: #B2B2B2;
text-decoration: none;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
ul.social li.linkedin a:hover{color: rgb(0, 123,182);}
ul.social li.email a:hover{color: rgb(0, 123,182);}




/* Media Queriey will start after this point */


/* Media Queries ---------------------------------------------------max-768*/

@supports (grid-area: auto) {

	@media screen and (max-width: 768px) {
body
{
  background-color: white;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
}
/* #wrapper
{
	width: 98%;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		box-shadow: 10px 10px 20px #000;
} */


#pageTitle
				{
				  display: none;
				}

				/* Header Styles */
	.header
				{
					height:200px;
					position: relative;
				}
 .header img
				{
         display: block;
				 margin-left: auto;
				 margin-right: auto;
				 width:100%;
				 background-repeat: no-repeat;
				 clear:both;
				 /* grid-row: 1; */
				}





/* Section Styles */

section.enter
{
  position: relative;
  text-align: center;
}
section.enter img
{
  width:100%;
  filter:blur(1px);
  position:relative;
  margin:0px;
}
section.enter p
{
  /*font-weight: bold;*/
  font-size: 22px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
	right: 16px;
  top: 10px;
  width: 80%;
	background-color:rgba(0,0,0,0.2);
}

section.enter h2
{
  /*font-weight: bold;*/
  font-size: 14px;
	color:white !important;
  /* color:#4c4c4c; */
  position: absolute;
  right: 16px;
  top: 300px;
  width: 50%;
	background-color:rgba(0,0,0,0.2);
	/* border-bottom: 1px solid rgb(245, 240, 138);
	border-top: 1px solid rgb(245, 240, 138); */
}


section.enter p.phn
{
  /*font-weight: bold;*/
  font-size: 21px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
	right: 16px;
  top: 400px;
  width: 40%;
	background-color:rgba(0,0,0,0.2);
}

}
}

/* Media Queries ---------------------------------------------------min-600*/
@supports (grid-area: auto) {

	@media screen and (min-width: 600px) {
		body
		{
		  background-color: white;
		  font-weight: normal;
		  font-family: Helvetica, sans-serif;
		}

		#pageTitle
						{
						  display: none;
						}

						/* Header Styles */
			.header
						{
							max-width: none;
							display: grid;
							height:200px;
						}
		 .header img
						{
		         display: block;
						 margin-left: auto;
						 margin-right: auto;
						 max-width: 500px;
						 background-repeat: no-repeat;
						 /* grid-row: 1; */
						}




		/* Section Styles */
		#layout
		{
		  width: 750px;
		  float: right;
		  font-family: Helvetica, sans-serif;
		  color: rgb(65, 64, 66);
		  line-height: 1.5em;
		}
		section.enter
		{
		  position: relative;
		  text-align: center;
		}
		section.enter img
		{
		  width:100%;
		  filter:blur(1px);
		  position:relative;
		  margin:0px;
		}

		section.enter p
		{
		  font-size: 16px;
		  font-style: italic;
		  font-family:Verdana;
		  color:white;
		  position: absolute;
		  background-color:rgba(0,0,0,0.2);
		  right: 16px;
		  top: 8px;
		  width: 80%;
		}

		section.enter h2
		{
		  /*font-weight: bold;*/
		  font-size: 12px;
		  color:white !important;
		  position: absolute;
		  right: 16px;
		  top: 100px;
		  width: 50%;
		 background-color:rgba(0,0,0,0.2);
		  /* border-bottom: 1px solid rgb(245, 240, 138);
		  border-top: 1px solid rgb(245, 240, 138); */
		}

		section.enter p.phn
		{
		  /*font-weight: bold;*/
		  font-size: 14px;
		  font-style: italic;
		  font-family:Verdana;
		  color:white;
		  position: absolute;
			right: 16px;
		  top: 190px;
		  width: 40%;
			background-color:rgba(0,0,0,0.2);
		}


		}
		}

/* Media Queries ---------------------------------------------------max-600*/
@supports (grid-area: auto) {

	@media screen and (max-width: 600px) {
body
{
  background-color: white;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
}

#pageTitle
				{
				  display: none;
				}

				/* Header Styles */
	.header
				{
					max-width: none;
					display: grid;
					height:200px;
				}
 .header img
				{
         display: block;
				 margin-left: auto;
				 margin-right: auto;
				 max-width: 500px;
				 background-repeat: no-repeat;
				 /* grid-row: 1; */
				}





/* Section Styles */
#layout
{
  width: 750px;
  float: right;
  font-family: Helvetica, sans-serif;
  color: rgb(65, 64, 66);
  line-height: 1.5em;
}
section.enter
{
  position: relative;
  text-align: center;
}
section.enter img
{
  width:100%;
  filter:blur(1px);
  position:relative;
  margin:0px;
}

section.enter p
{
  font-size: 16px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
  background-color:rgba(0,0,0,0.2);
  right: 16px;
  top: 8px;
  width: 80%;
}

section.enter h2
{
  /*font-weight: bold;*/
  font-size: 12px;
  color:white !important;
  position: absolute;
  right: 16px;
  top: 100px;
  width: 50%;
 background-color:rgba(0,0,0,0.2);
  /* border-bottom: 1px solid rgb(245, 240, 138);
  border-top: 1px solid rgb(245, 240, 138); */
}

section.enter p.phn
{
  /*font-weight: bold;*/
  font-size: 14px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
	right: 30px;
  top: 205px;
  width: 40%;
	background-color:rgba(0,0,0,0.2);
}


}
}



/* Media Queries ---------------------------------------------------min-769*/
@supports (grid-area: auto) {

	@media screen and (min-width: 769px) {
body
{
  background-color: rgb(56, 59, 63);
  font-weight: normal;
  font-family: Helvetica, sans-serif;
}

#wrapper
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  min-width: 800px;
  background-color: white;
  /* box-shadow: 10px 10px 20px #F1F1F1; */
}
#pageTitle
				{
				  display: none;
				}


/* Section Styles */
#layout
{
  width: 750px;
  float: right;
  font-family: Helvetica, sans-serif;
  color: rgb(65, 64, 66);
  line-height: 1.5em;
}

section.enter p
{
  /*font-weight: bold;*/
  font-size: 22px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
	right: 16px;
  top: 10px;
  width: 80%;
	background-color:rgba(0,0,0,0.2);
}

section.enter h2
{
  /*font-weight: bold;*/
  font-size: 14px;
	color:white !important;
  /* color:#4c4c4c; */
  position: absolute;
  right: 16px;
  top: 300px;
  width: 50%;
	background-color:rgba(0,0,0,0.2);
	/* border-bottom: 1px solid rgb(245, 240, 138);
	border-top: 1px solid rgb(245, 240, 138); */
}


section.enter p.phn
{
  /*font-weight: bold;*/
  font-size: 21px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
	right: 16px;
  top: 400px;
  width: 40%;
	background-color:rgba(0,0,0,0.2);
}
}
}


/* Media Queries ---------------------------------------------------min-992*/
@supports (grid-area: auto) {

	@media screen and (min-width: 992px) {
body
{
  background-color: rgb(56, 59, 63);
  font-weight: normal;
  font-family: Helvetica, sans-serif;
}

#wrapper
{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    min-width: 800px;
    background-color: white;
    /* box-shadow: 10px 10px 20px #F1F1F1; */
}
#pageTitle
				{
				  display: none;
				}

				/* Header Styles */
	.header
				{
					max-width: none;
					display: grid;
					height:200px;
				}
 .header img
				{
         display: block;
				 margin-left: auto;
				 margin-right: auto;
				 max-width: 500px;
				 background-repeat: no-repeat;
				 grid-row: 1;
				}

.menu {
				max-width: none;
				display: grid;
				grid-template-columns:auto 10em;
				grid-row: 2;
				margin-left: 100px;
			}





/* Section Styles */
#layout
{
  width: 750px;
  float: right;
  font-family: Helvetica, sans-serif;
  color: rgb(65, 64, 66);
  line-height: 1.5em;
}

section.enter p
{
  /*font-weight: bold;*/
  font-size: 22px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
	right: 16px;
  top: 10px;
  width: 80%;
	background-color:rgba(0,0,0,0.2);
}

section.enter h2
{
  /*font-weight: bold;*/
  font-size: 14px;
	color:white;
  /* color:#4c4c4c; */
  position: absolute;
  right: 16px;
  top: 300px;
  width: 50%;
	background-color:rgba(0,0,0,0.2);
	/* border-bottom: 1px solid rgb(245, 240, 138);
	border-top: 1px solid rgb(245, 240, 138); */
}


section.enter p.phn
{
  /*font-weight: bold;*/
  font-size: 21px;
  font-style: italic;
  font-family:Verdana;
  color:white;
  position: absolute;
	right: 16px;
  top: 400px;
  width: 40%;
	background-color:rgba(0,0,0,0.2);
}
}
}
