@charset "utf-8";
/* CSS Document */

body{
	margin-left: auto;
	margin-right: auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	margin-top: 10px;
	line-height: 1.28em;
	max-width: 1100px;
	
	background-color: #00273E;
	
}

.bkWhite{
	background: #FFFFFF;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.max1200{max-width: 1200px}

.max400{max-width: 400px}

.vidRes {
  width: 100%;
  height: auto;
  max-width: 800px;	
}

.vidRes2 {
  margin-left: auto;
  margin-right: auto;
  display: block;	
  width: 100%;
  height: auto;
  max-width: 400px;	
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rounded-div {
    border-radius: 26px; /* Adjust the value to control the roundness */
    padding: 20px; /* Add some padding to make it look nice */
    /*background-color: #f0f0f0; /* Set your desired background color */
    /* You can also add other styles like border, font, etc. */
}


.paypal-button-container {
        margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    max-width: 420px;
    }