@font-face {
  font-family: "raleway";
  src: url("../fonts/Raleway-Regular.ttf");
}



body {
  background-color: #f5f5f5;
  font-family: "raleway";
  font-size:22px;
}

.modal {
  border: 0;
}


.modal .modal-body {
  padding: 20px;
	color: #323d3f;
	font-size: 16px;
	font-weight: 500;
}

.modal a{
  padding: 20px;
	color: #7a765f;
	font-size: 16px;
	font-weight: 700;
}

#membershipform{
line-height: 18px;
background-color: #f5f5f5
}


#menu{
    background-color: #E7E7E7;
}

#logo{
    padding-top:80px;
    padding-bottom:80px;
    color:#fff;
    font-weight:600;
    font-family:"railway";
    font-size:44px;
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
}

@media (max-width:767px){
    #logo{
    padding-top:80px;
    padding-bottom:30px;
    color:#fff;
    font-weight:400;
    font-family:"railway";
    font-size:24px;
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
    }

}

#constitution{
}

#constitution h2{
color: #aba685
}


#abstracts{
}


#abstracts h1{
color: #aba685
}


#abstracts h2{
color: #B51416;
font-size: 20px;
font-weight:700;
}

#abstracts h3{
color: #2A2ED4;
font-size: 20px;
font-weight:700;
}

#paragraph{
    background-color: #fff;  
}

#contact-details{
padding-bottom:60px
}

.paragraph{
    font-family: "raleway";
    font-size:26px;
    line-height: 40px;
    padding-top:100px;
    padding-bottom:40px;
    }

.paragraph h1{
    font-family: "raleway";
    font-size:28px;
    font-weight: 600;
    }
				
				
		
				
				

#welcome{
    font-family:"railway";
    font-size:44px;
    text-align: center;
    padding-top: 50px;
    color:#223743;
    font-weight:600
}

.btn a {
    color:#fff
}

/*FOOTER*/

footer {
  background: #16222A;
  background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #3A6073, #16222A);
  color: white;
  padding-top:60px;
  padding-bottom:50px;
        
}

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;
}



/* Team ============================================================= */
#team{
	color:#252525;
	background-color: #fff
	}

#team .card {
    border: none;
    background:#E1E0E0;
	   color: #252525;
	  line-height: 24px;
		 	width: 100%
}






.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
	color:#252525;
	width: 100%
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #252525;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);

}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
				width: 100%
}

.frontside .card,
.backside .card {
    min-height: 312px;
				width: 100%
}

.backside .card a {
    font-size: 18px;
    color:#252525
	
}

.frontside .card .card-title,
.backside .card .card-title {
    color:#af6d27;
	font-family: "raleway";
	font-weight:400


}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
	color:#252525
}

.frontside p{
	color:#252525;
	font-size:16px
}

.backside p{
	color:#252525;
	font-size:16px
}

/* //Team ============================================================= */



