body {

	/*background-color: #DCDCDC;*/
	background-image: url(https://st.depositphotos.com/1710382/2977/i/950/depositphotos_29770843-stock-photo-clear-empty-photographer-studio-background.jpg);
}

.container {
    background-color: white;
}

@media only screen and (max-width: 573px) {
	.container {
		background-image: url(https://st.depositphotos.com/1710382/2977/i/950/depositphotos_29770843-stock-photo-clear-empty-photographer-studio-background.jpg);
	}
  }

#tituloDestaque {

	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	text-shadow: gray 1px 1px 5px;
	margin-bottom:3%;
}

@media only screen and (max-width: 1200px) {
	#tituloDestaque {
		margin-bottom: 5%;
	}
  }

#cabecalho {

	border: black 1px solid;
	border-radius: 10px;
	padding-left: 50px;
	margin-bottom: 40px;
    box-shadow: black 2px 2px 5px;
    margin-top: 14px;
}

@media only screen and (max-width: 574px) {
	#cabecalho {
		background-color: white;
		;
	}
  }

h1 {
	display: flex;
	justify-content: center;
	text-shadow: gray 1px 1px 5px;


}

#corpo {
    padding-left: 2%;
    padding-right: 2%;
}
img {
	width: 13%;
}

#first-text {
	margin-top:-5%;
	font-size: 36px;
}

@media only screen and (max-width: 1200px) {
	#first-text {
		margin-top: -2px;
	}
  }

  #navbar{
	  background-color: white;
	  border: black 1px solid;
	  border-radius: 10px;
	  margin-bottom: 40px;
	  box-shadow: black 2px 2px 5px
  }

  @media only screen and (max-width: 574px) {
	#navbar {
		background-color: white;
		;
	}
  }

  #link{
	color:#B8860B;
	font-family: 'Segoe-UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .navbar-nav > li{
	padding-left:90px;
	padding-right:90px;
  }

  @media only screen and (max-width: 1200px) {
	.navbar-nav > li {
		padding-left: 30px;
	}
  }

  #card-noticia {
	border: gray 1px solid;
	margin-left: 33px;
	margin-right: 10px;
	box-shadow: black 2px 2px 3px;
	border-radius: 10px;
  }

  @media only screen and (max-width: 1196px) {
	#card-noticia {
		margin-left: 0px;
	}
  }

  #card-noticia img {

	width: 100%;
	border-radius: 10px;
}

h5{
	text-align: center;
}

#card-noticia iframe {

	width: 256px;
    height: 262px;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
	#noticias {
		flex-direction: column;
		margin-left: 25%;
	}
  }

  @media only screen and (max-width: 759px) {
	#noticias {
		margin-left: 3%;
	}
  }

  @media only screen and (max-width: 320px) {
	#noticias {
		margin-left: -8%;
	}
  }

#rodape {

	background-color: #ffe6e6;
	margin-top: 6%;

}

.textoRodape {
	font-size: 18px;
	-webkit-text-stroke-width: medium;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 32px;
    padding-left: 30%;
	
}

@media only screen and (max-width: 425px) {
	.textoRodape {
		padding-left: 4%;
	}
  }

  @media only screen and (max-width: 480px) {
	.textoRodape {
		padding-left: 2%;
	}
  }

  @media only screen and (max-width: 767px) {
	.textoRodape {
		padding-left: 3%;
	}
  }

  #card-saiba {
	border: gray 1px solid;
	margin-left: 118%;
	margin-right: 10px;
	box-shadow: black 2px 2px 3px;
	border-radius: 10px;
  }

  @media only screen and (max-width: 991px) {
	#card-saiba {
		margin-left: 5%;
	}
  }

  @media only screen and (max-width: 759px) {
	#card-saiba {
		margin-left: 12%;
	}
  }

 

  
  