
/*
img,embed,object,video{
	max-width:100%;
}
*/
body{
	/*background-image: url(http://www.mohawktile.com/Tester/Back2.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;*/
	background-color: #060a09; 
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
}
.flex-item1{
  background: #1b302b;
  width: 100%;
  color: #bfaa41;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 1.3pt;
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 0px;
  height: 97px;
  border-color:#b12533;
  border-style: solid;
  border-width: 3px 3px 3px 3px;

}


.flex-Foot {
    width: 100%;
    height: 40px;
    padding:5px 15px 0px 20px;
    margin: 5px 0px 0px 0px;
    color: #bfaa41;
    background: #1b302b;
    font-family: 'Poppins', sans-serif;
    /*font-weight: bold;*/
    letter-spacing: 1.3pt;
    line-height: 1.8;
    border-color:#b12533;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
}
.flex-Foot img{
	float: right; 
	max-width: 100%; 
	height: auto;
}
.flex-Content {
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding:20px 50px 20px 50px;
    color: #000;
    background: #f2e190;
    font-family: 'Poppins', sans-serif;
    /*font-weight: bold;*/
    letter-spacing: 1.3pt;
    line-height: 1.8;
    border-color:#b12533;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
}
.breakImage img{
  max-width: 100%;
  display: block;
  margin: auto;
  padding: 20px 0px 20px 0px;
}
#linkIcons u{
	display: block;
	margin: auto;
}
#linkIcons li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}
#linkIcons li a {
  max-width: 60px;	
}
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.topnav {
  width: 100%;
  background-color: #000;
  border-color:#b12533;
  border-style: solid;
  border-width: 0px 3px 3px 3px;
}

.topnav a {
  float: left;
  display: block;
  color: #bfaa41;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #1b302b;
  color: #bfaa41;
}

.active {
  background-color: #b12533;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}




.topnavB {

  background-color: #000;
  border-color:#b12533;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
}

.topnavB a {
  float: left;
  display: block;
  color: #bfaa41;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 10px;
}

.topnavB a:hover {
  background-color: #1b302b;
  color: #bfaa41;
}

.active {
  background-color: #b12533;
  color: white;
}

.topnavB .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnavB a:not(:first-child) {display: none;}
  .topnavB a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnavB.responsiveB {position: relative;}
  .topnavB.responsiveB .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavB.responsiveB a {
    float: none;
    display: block;
    text-align: left;
  }

}



.topnavA {

  background-color: #000;
  border-color:#b12533;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
}

.topnavA a {
  float: left;
  display: block;
  color: #bfaa41;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 10px;
}

.topnavA a:hover {
  background-color: #1b302b;
  color: #bfaa41;
}

.active {
  background-color: #b12533;
  color: white;
}

.topnavA .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnavA a:not(:first-child) {display: none;}
  .topnavA a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnavA.responsiveA {position: relative;}
  .topnavA.responsiveA .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavA.responsiveA a {
    float: none;
    display: block;
    text-align: left;
  }

}
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*----------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
/*---------@MEDIA---------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

  
  
  
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

		.flex-Content {
		    margin: 5px 0px 0px 0px;
   			padding:10px 20px 10px 20px;
		    letter-spacing: 1pt;
		    line-height: 1.1;
		}
			
		.titles{
			font-size: 1.8em;
		}
		.flex-item1 img{
		float: right; 
		max-width: 15%; 
		height: auto;
	 	}
	 	#linkIcons li {
	 	  display" flex;"
		  list-style-type: none;
		  padding: 10px 10px 10px 10px;
		}
		#linkIcons li a {
		  max-width: 60px;	
		}
		#linkIcons img {
		  max-width: 60px;	
		}

    }
 /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

		.flex-Content {
		    margin: 5px 0px 0px 0px;
   			padding:10px 20px 10px 20px;
		    letter-spacing: 1pt;
		    line-height: 1.1;
		}
		.titles{
			font-size: 1.8em;
		}
		.flex-item1 img{
		float: right; 
		max-width: 16%; 
		height: auto;
	 	}
	 	#linkIcons li {
	 	  display" flex;"
		  list-style-type: none;
		  padding: 10px 10px 10px 10px;
		}
		#linkIcons li a {
		  max-width: 60px;	
		}
		#linkIcons img {
		  max-width: 60px;	
		}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

		.flex-Content {
		    margin: 5px 0px 0px 0px;
   			padding:10px 20px 10px 20px;
		    letter-spacing: 1pt;
		    line-height: 1.3;
		}
		.titles{
			font-size: 1.8em;
		}
		.flex-item1 img{
		float: right; 
		max-width: 14%; 
		height: auto;
	 	}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 600px) {
		.flex-Content {
		    margin: 5px 0px 0px 0px;
   			padding:10px 20px 10px 20px;
		    letter-spacing: 1.2pt;
		    line-height: 1.5;
		}
		.titles{
			font-size: 1.8em;
		}
		.flex-item1 img{
		float: right; 
		max-width: 14%; 
		height: auto;
	 	}

    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    		.titles{
		font-size: 2em;
		}
		.flex-item1 img{
		float: right; 
		max-width: 10%; 
		height: auto;
		}
	}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 800px) {
    		.titles{
		font-size: 2em;
		}
		.flex-item1 img{
		float: right; 
		max-width: 10%; 
		height: auto;
		}
	}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    	.flex-container{
		margin: 0 8% 0 8%;
		}
		.flex-item1 img{
		float: right; 
		max-width: 10%; 
		height: auto;
	
		}

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    	.flex-container{
		margin: 0 8% 0 8%;
		}
		.flex-item1 img{
		float: right; 
		max-width: 10%; 
		height: auto;

	}

  }