body {
	background-image: url('../img/andriback2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	background-attachment: fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font-size: 12px;
}


.container { margin-left: 40px; }
.icons
{
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 15px; 
}
img.responsive{
	height: 75px;
	width: auto;
	margin-bottom: 5px;
}

img.logo_responsive {
	margin-top: 30px;
	margin-bottom: 30px;
	height: auto;
	width: 350px;
	margin-left: 35px;
}

/* MODAL stuff  begins */
.modal {
    color: #333;
    font-size: 1.2em;
}
    .modal .modal-title {
        font-size: 1.4em;
    }
    .modal a {
        color: #333 !important;
        text-decoration: underline !important;
    }

    .modal-dialog {
        margin: 25% 0 0 14%;
        width: 40%;
    }

/* MODAL stuff  ends */

@media (max-width: 991px) {  
	.icon_bar
	{
		/*margin-left: -20px;*/
	}
	.icons {
		text-align: center;
		display: inline-block;
		margin-left: 14px;
	}
	img.responsive{
		height: 65px;
		width: auto;
		margin-left: 2px;
		margin-bottom: 2px;
	}
	img.logo_responsive {
		height: auto;
		width: 300px;
		margin-left: 29px;
	}
    .modal-dialog {
        margin: 25% 0 0 10%;
        width: 60%;
    }
}

@media (max-width: 767px) { 
	.container
	{
		/*margin-top: 120px;*/
	}
	img.responsive{
		height: 50px;
		width: auto;
		margin-left: 2px;
		margin-bottom: 2px;
	}
	img.logo_responsive {
		height: 170px;
		width: auto;
	}
    .modal-dialog {
        margin: 15% 0 0 10%;
        width: 80%;
    }
}



