
html{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body{
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}


@font-face { 
            font-family: GothamBook; 
            src: url(GothamBook.ttf); 
        } 

.container{
	/*background: url(../images/header.jpg) center center ;
	background-repeat: no-repeat;
	background-size: cover;*/
	background: white;
	height: 100%;

}
#content{
	background: none;
}

#footer{
	background: #2d2d2d;
	border-radius: 3px 15px 5px 30px;
	background-image:linear-gradient(90deg, #00294f 21%, #004e73 49%);
	max-width: 450px;
}
h2{
	font-weight: 900;
}

h3{
	color: #545454;
	font-size: 30px;
	text-align: left;
	font-weight: 900;
}
body {
	background: #fff;
	font-family: 'GothamBook', sans-serif;
}

p{
	font-weight: 400;
	color: #545454;
	margin-bottom: 0;
	font-size: 30px;
	padding-top: 20px;
}
.container{
	/*max-width: 767.98px;*/
	width: 100%
}

.img-responsive{
	max-width: 50%;
}

.header-iamge{
	margin-top: 20px;
}

.zeropadding{
	padding:0 ;
}


.text-releases{
	font-size: 20px;
}
.release-text-box{
	/*padding: 40px 70px;*/
	margin-right: -10px;
}

.release-text-cover{
	margin-left: 10px;
}

.line{
	border-bottom: 1px solid #545454;
	margin: 20px 0;
	margin-left: 10px;
	width: 97%
}

.img-social{
	padding: 0 5px;
	max-width: 40px;
	filter: invert(1);
}

svg{
	fill: white;
}

@media only screen and (max-width : 480px) {

	.release-text-box{
		margin-top: 20px;
		padding: 0;
		padding-left: 30px;
		text-align: left;
	}
	
	.release-text-box p{
		text-align: left !important;
	}
	
	.release-text-cover{
		text-align: left;
		
	}
	
	.img-responsive{
		max-width: 100% !important;
	
	}
	
	.img-social{
		max-width: 60px;
	}
	
	#footer{
	background-image:linear-gradient(90deg, #00294f 21%, #004e73 49%);
	border-radius: 0px;
	max-width: 100%;
	bottom: 0;
	position: absolute;
}

}