@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');
* {
box-sizing: border-box;
font-family: Raleway;
color:#777;
}
.nav li {
display: inline;
}
.nav a {
display: inline-block;
padding: .5em;
color: white;
text-decoration: none;
}
.nav a:hover {
background-color: rgba(255, 255, 255, .3);
}
.main-nav {
text-align: center;
border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.main-nav li{
padding: 0 1%;
}
.main-header {
background-image: url("images/header_image.jpg");
background-size: cover;
padding-bottom: 30px;
}
.title {
text-align: center;
font-size: 4em;
font-family: Goudy Stout;
color: rgba(11, 14, 227);
}
.mid_title {
text-align: center;
color: gray;
}
.about_part {
text-align: center;
}
.first_content{
float:left;
padding:0 10px 10px 0;
}
.third_content{
background-position:30px 20px;
float: right;
float: top;
}
.second_content{
float:middle;
}
.footer{
text-align: center;
}
.ornek3{
text-align: top;
}
.link{
text-align:center;
}