html {
  background-image:url(../images/bg_image.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Play; 
}

.wrapper {
    width:100%;
}

.container {
    width:80%;
	margin:auto;
}

.transparent_bg {
    background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:10px;
	border-radius:15px;
	box-shadow:5px 5px 10px #000;
	margin-bottom:10px;
}

.transparent_bg h1{
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
}

.transparent_bg h3 {
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
}

.img_wrapper {
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}

.img_wrapper img {
    width: 50%;
    height: auto;  
}

/*========================================================================================*/
/*==================================== Midia Queries =====================================*/
/*========================================================================================*/

@media (min-width:320px) {
.wrapper {
    width:100%;
}

.container {
    width: 100%;
    margin: auto;
}

.transparent_bg {
    background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:10px;
	border-radius:15px;
	box-shadow:5px 5px 10px #000;
    margin-bottom: 20px;
}

.transparent_bg h1{
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
    font-size: 16px;
}

.transparent_bg h3 {
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
	font-size: smaller;
}

.img_wrapper {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.img_wrapper img {
    width: 90%;
    height: auto;
}
}

@media (min-width:481px) {
.wrapper {
    width:100%;
}

.container {
    width: 100%;
    margin: auto;
}

.transparent_bg {
    background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:10px;
	border-radius:15px;
	box-shadow:5px 5px 10px #000;
    margin-bottom: 20px;
}

.transparent_bg h1{
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
    font-size: 24px;
}

.transparent_bg h3 {
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
	font-size: smaller;
}

.img_wrapper {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.img_wrapper img {
    width: 58%;
    height: auto;
}
}

@media (min-width:641px) {
.wrapper {
    width:100%;
}

.container {
    width: 100%;
    margin: auto;
}

.transparent_bg {
    background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:10px;
	border-radius:15px;
	box-shadow:5px 5px 10px #000;
    margin-bottom: 20px;
}

.transparent_bg h1{
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
    font-size: 24px;
}

.transparent_bg h3 {
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
	font-size: smaller;
}

.img_wrapper {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.img_wrapper img {
    width: 53%;
    height: auto;
}
}

@media (min-width:961px) {
.wrapper {
    width:100%;
}

.container {
    width: 100%;
    margin: auto;
}

.transparent_bg {
    background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:10px;
	border-radius:15px;
	box-shadow:5px 5px 10px #000;
    margin-bottom: 20px;
}

.transparent_bg h1{
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
    font-size: 36px;
}

.transparent_bg h3 {
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
    font-size: 20px;
}

.img_wrapper {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.img_wrapper img {
    width: 30%;
    height: auto;
}
}

@media (min-width:1025px) {
.wrapper {
    width:100%;
}

.container {
    width: 100%;
    margin: auto;
}

.transparent_bg {
    background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:10px;
	border-radius:15px;
	box-shadow:5px 5px 10px #000;
    margin-bottom: 20px;
}

.transparent_bg h1{
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
    font-size: 36px;
}

.transparent_bg h3 {
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
    font-size: 20px;
}

.img_wrapper {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.img_wrapper img {
    width: 30%;
    height: auto;
}
}

@media (min-width:1281px) {
.wrapper {
    width:100%;
}

.container {
    width: 80%;
    margin: auto;
}

.transparent_bg {
    background-color: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:10px;
	border-radius:15px;
	box-shadow:5px 5px 10px #000;
    margin-bottom: 20px;
}

.transparent_bg h1{
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
    font-size: 36px;
}

.transparent_bg h3 {
    color:#FFF;
	text-shadow: 2px 2px 4px #000;
    font-size: 20px;
}

.img_wrapper {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.img_wrapper img {
    width: 28%;
    height: auto;
}
}

/*========================================================================================*/
/*==================================== Midia Queries =====================================*/
/*========================================================================================*/