/* reset css */

html {
    box-sizing: border-box;
    font-size: 16px;
}
  
*, *:before, *:after {
  box-sizing: inherit;
}

body{
  background-color: #0a0a3d;
  font-family: sans-serif;
  justify-content: center;
  align-items: center;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
font-weight: normal;
}

ol, ul {
list-style: none;
}

img {
max-width: 100%;
height: auto;
}

/* 0C134F */
/* 0b1e3e */

body{
background-color: #0a0a3d;
background-size: cover;
background-attachment: fixed;
font-family: sans-serif;

}

.logo a img{
height: 60px;
width: 60px;
margin: 10px auto;
}

*{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}

nav{
  background: #0C134F;
  height: 80px;
  width: 100%;
  font-family: sans-serif;
  z-index:1;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
.nav-item:hover{
  background: #1D267D;
  transition: .2s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .nav{
    z-index: 1;
  }
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
  nav{
    position: fixed;
    top: 0;
  }
}






/* container and boxes */

.main-container{
  margin: 200px 40px 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

/* .box{
  display: flex;
  flex-direction: column;
  height: 300px;
  width: calc(100% - 80px - 10%);
}

.box a img{
  height: 216px; 
}*/

a.committee {
  width: 90%;
  max-width: 25em;

  display: inline-block;
  padding: 1em;
  margin: 2em;
  border: 0.15em solid white;
  border-radius: 30px;
  vertical-align: top;
  color: white;
  text-decoration: none;
  transition: all 0.10s ease-in-out;
}
a.committee:hover {
  background-color: #0D0A6E;
  transition: all 0.10s ease-in-out;
  transform: scale(1.1);

}
a.committee img {
  width: 100%;
  max-width: 25em;
  border-radius: 0.5em;
  margin-top:auto;
  margin-bottom:auto;
}
a.committee h1 {
  display: block;
  text-align: center;
  margin-bottom:1.2em;
  position:relative;
}



.footer{
  width: 100%;
  background-color: #0C134F;
  height: 75px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #0C134F;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 25px;
}

.footer-icon{
  width: 50px;
  height: 50px;
}


.footer {
  background-color: #0C134F;
  color: white;
  padding: 20px;
  text-align: center;
}

.contact a {
  text-decoration: none;
  color: white;
  margin: 5px;
  display: block;
}

.contact a i {
  margin-right: 5px;
}

.contact a:hover {
  text-decoration: underline;
  background: #1D267D;
  transition: .2s;
}

/* Font Awesome ikonları için stiller */
.fas, .fab {
  font-size: 18px;
}

.footer{
  width: 100%;
  /* position: absolute; */
  background-color: #0C134F;
  height: 75px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0%;
}

.footer-icon{
  width: 50px;
  height: 50px;
}

.footer a:hover{
  text-decoration: none;
  background: #1D267D;
  transition: .2s;
}