@charset "utf-8";
/* CSS Document */

body { 
    background-image: url( "art/Biotech-Studio_2019.jpg");
    background-color: #000;
    color: #FFF !important;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 21px !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 29%;
    background-size: cover;
}

.container { 
    margin: 0 auto;
    width: 1100px;
    background-color: red;
}
.grey { 
    background-color: #8F8F8F;
    padding: 5px 10px;
}
.main-text { 
    margin-top: 48px;
float: left;
}
.main-text h3 { 
    margin-top: -9px;
}
.main-text img {
    padding-right: 10px;
    opacity: 1;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
.main-text img:hover {
    opacity: 0.5;
}
h1 {
    padding-top: 15px;
}

/*@media (max-width: 1600px) {
	body { background-size: initial; background-position-y: 52%;}
	
}*/
@media (max-width: 1200px) {
	.container {  width: 100%;}
    .main-text { margin-top: 10%;}
    body { background-size: inherit; }
	
}