
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption,  header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

html, body {
	height:100%;
    margin: 0;
}

body{
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	background-color: #f2f4f7;
}

a{
	text-decoration: none;
}
h1, h2{
	font-family: "Raleway", Arial, Helvetica, sans-serif;
    text-align: center;
      font-size: 30px;
    padding: 5%;
}



p{
   font-family: "Raleway", Arial, Helvetica, sans-serif;
    text-align: center; 
    
}


/* Width Setting*/

.banner {
	width: 100%;
	height: 50vh;
	position:fixed;
  }

 

 .txt{
 position: relative;
 top: 40%;
   
 text-align: center;
 color: white;
     
  
   
}




.txt h1{
 font-size: 3em;
     
  
   
}








 .figtxt{
 position: absolute;
 top: 40%;
 left:60%;
right:5%;

     color: black;
     
  
   
}



img.b {

    border-radius: 10px;
    display: inline-block;
    width: 30%;
    height: 30%;
    padding: 6px;
    margin-top:30px;
    position: absolute;
    margin-left:30px;
    background:#000;
    background-position: center;
   
}


.pic{
margin-left:40%;
margin-bottom: 10%;
    margin-top: 2%;
   
}

li{
	display: block;
}


.about{
    color: black; 
    width: 100%; 
    text-align: center; 
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
       
}

.center {
	margin-left: auto;
	margin-right: auto;
  }

.bg-img{background-color: #043f66;}


table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
  }
  
  td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
  }
  
  tr:nth-child(even) {
	background-color: #dddddd;
  }


























    
    
    
    
    




/*FOOTER*/

footer {
	background: #043f66;
	margin-top:100px;
  }
  
  footer a {
	color: #fff;
	font-size: 14px;
	transition-duration: 0.2s;
  }
  
  footer a:hover {
	color: #FA944B;
	text-decoration: none;
  }
  
  .copy {
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
  }
  
  .footer-middle {
	padding-top: 2em;
	color: white;
  }
  
  
  /*SOCİAL İCONS*/
  
  /* footer social icons */
  
  ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
  }
  
  ul.social-network li {
	display: inline;
	margin: 0 5px;
  }
  
  
  /* footer social icons */
  
  .social-network a.icoFacebook:hover {
	background-color: #3B5998;
  }
  
  .social-network a.icoLinkedin:hover {
	background-color: #007bb7;
  }
  
  .social-network a.icoFacebook:hover i,
  .social-network a.icoLinkedin:hover i {
	color: #fff;
  }
  
  .social-network a.socialIcon:hover,
  .socialHoverClass {
	color: #44BCDD;
  }
  
  .social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 15px;
  }
  
  .social-circle li i {
	margin: 0;
	line-height: 30px;
	text-align: center;
  }
  
  .social-circle li a:hover i,
  .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
  }
  
  .social-circle i {
	color: #595959;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
  }
  
  .social-network a {
	background-color: #F9F9F9;
  }
  