body, html {
  margin: 0;

}
.footer-Logo{
    width:100%;
    margin-top:14%;
    margin-left:58%;
}
.footer-Logo-img{
    float:left;
    width:auto;
    margin-left:2%;
}
.footer-Logo-img img{
    height:3vw;
    width:auto;
}

.content-footer{
	    background-image: url('../images/BG NEWS.jpg');
			no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			font-family: Montserrat;
			width: 100%;
    height: 25vw;
    color: white;
}
.content-footer1{
	height: 84.5%;
	overflow: hidden;
}
.logo{
	width: 30%;
	height: 100%;	
	float: left;
}
.navigation{
	width: 70%;
	height: 100%;	
	float: left;
}
.logo img{
	width: 100%;
	margin-top: -6%;
}
 #f {
  font-size:2vw;
  text-decoration: none;
 color: white;
}
.social-med{
	margin: 0;
  width: 100%;
  margin-left: 7.5%;
}
.content-footer2{
	height: 7.5%;
	overflow: hidden;
	width:96%;
	margin-left: 2%;
	border-top: 1px solid white;
}
.content-footer2 p{
	text-align: center;
	font-size: .9vw;
	color: white;
	}
.topnav-footer {
	margin-top: 3%;
	margin-right: 1.5%;
  overflow: hidden;
}

.topnav-footer a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 1vw;
  text-decoration: none;
  font-size: 1vw;
}

.topnav-footer a:hover {
  background-color: #ddd;
  color: black;
}

@media only screen and (max-width: 768px) {
    .footer-Logo{
    width:100%;
    margin-top:2%;
    margin-left:3.5rem;
}
.footer-Logo-img{
    float:left;
    width:auto;
    margin-left:2%;
}
.footer-Logo-img img{
    height:8.5vw;
    width:auto;
}

	.content-footer{
    height: 80vw;

}
	.logo{
		width: 100%;
		height: 60%;	
}
.navigation{
	width: 100%;
	height: 100%;
	margin-top:5%;
	margin-left: -1rem;
	float: left;
}
.logo img{
	width: 70%;
	margin-left: 15%;
	margin-top: -2%;
}
.content-footer2 p{
	font-size: 2.5vw;
	}
	.topnav-footer a {
  padding: 1% 2.5%;
  text-decoration: none;
  font-size: 3vw;
}
	.content-footer2{
}
}