﻿
@import url(normalize.css);
body 
{
	margin: 0px;
	padding: 0px;
}

.img_button_class1
{
	cursor: pointer;
	opacity: .5;
}
.img_button_class1:hover
{
	cursor: pointer;
	opacity: 1;
}

.img_button_class2
{
	cursor: pointer;
	opacity: 1;
}
.img_button_class2:hover
{
	cursor: pointer;
	opacity: .8;
}


.img_menu_class
{
	cursor: pointer;
	opacity: .8;
}
.img_menu_class:hover
{
	cursor: pointer;
	opacity: 1;
}


.yuvarlakfoto
{
		width: 100px;
		height: 100px;
		display: block;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
}

lakfoto_mobil
{
		width: 150px;
		height: 150px;
		border-radius: 74px;
		-webkit-border-radius: 74px;
		-moz-border-radius: 74px;
}

/* Bilgisayarlar için */

/* Bilgisayarlar için */
@media screen and (min-width : 960px) 
{	
	.div_baslik_class
	{
		position: absolute;
		background: rgba(0, 151, 167, 1);
	}
	
	.div_pencere_class
	{
		position: absolute;
	}
}

/* Eski akıllı telefonlar */
@media screen and (min-width : 320px) and (max-width : 479px) 
{
}

/* Yeni akıllı telefonlar */
@media screen and (min-width : 480px) and (max-width : 639px) 
{
}

/* Yeni akıllı telefonlar ve tabletler */
@media screen and (min-width : 640px) and (max-width : 719px) 
{
}

/* Yeni akıllı telefonlar ve yeni tabletler 
@media screen and (min-width : 720px) and (max-width : 959px) 
{
}*/

/* Yeni akıllı telefonlar ve yeni tabletler */
@media screen and (max-width : 959px) 
{	
	.div_baslik_class
	{
		position: absolute;
	}
	
	.div_pencere_class
	{
		position: absolute;
	}
}