html, body {
    margin: auto;
    overflow-x: hidden;
}
body {
    background-color: #1b3618;
    color: #ffffff;
    font-size: 20px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
a{
	color:#ffffff;
	text-decoration: none;	
    font-size: 18px;	
}
a:hover{
	text-shadow: 1px 1px 8px RGB(0,0,0,0.4);
	color:#fffac8;	
}
a.register:hover {
    text-shadow: none;
}
.mb-3 {margin-bottom: 30p;}	
#FOSSLogoBar {
    width: 100%;
    background-color: #1b3618;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 60px;
    padding: 10px;
    z-index: 1;
}
#TopBanner {
    background-color: #1b3618;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    padding-top: 100px;
    border-bottom: 3px solid #b69666;
}
#logoSize {
    width: 470px;
	height: 360px;
	}
#char{
	height: 250px;
	margin-top:-250px;
	margin-bottom:0px;
	position: absolute;
	right:60px;
}	
#content {
    margin: auto;
    width: 70%;
    padding: 0px;
	padding-bottom:40px;
	padding-top: 30px;
}
hr.gold {
    border: 1px solid #b69666;
}
.BoxRow {
    text-align: center;
    width: 100%;
	padding-top:20px;
}
.BoxCloumn {
    padding: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.BoxCloumn.col-7.invitation {
    border: 1px solid #b69666;
    border-radius: 5px;
}
.BoxCloumn.col-7 p {
    color: #fceed8;
    font-weight: 400;
}
.notes strong, .notes u {
    color: #fdd8a1;
}
.notes p {
    font-size: 20px;
}
.BoxCloumn table {
    border-collapse: collapse;
    
}
.BoxCloumn.col-7 table {
    border-radius: 5px;
    border: 1px solid #b69666;
}
.BoxCloumn.col-90 {
    width: 90%;
}

.BoxCloumn table th {
    color: #fdd8a1;
    font-size: 20px;
}
.BoxCloumn table td {
    color: #fceed8;
    padding: 20px 20px;
    font-size: 20px;
}
.BoxCloumn .inner-table td {
    padding: 5px;
}
.ImgCover {
    width: 100%;
}
.goldline button a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #fdd8a1;
}
.goldline button {
    border: 1px solid #b69666;
    border-radius: 5px;
    color: #fdd8a1;
    outline: none;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.3s;
    font-size: 20px;
    background-color: transparent;
    margin-top: 10px;
  }
  .goldline.registration button {
    font-size: 24px;
  }
.goldline button.active {
    background-color: #b69666;
    color: #000;
  }
.registration button {
    padding: 10px 20px;
}
.inner-md-8 {
    width: 65%;
    display: inline-block;
    padding-top: 20px;
}
.inner-md-4 {
    text-align: center;
    float: right;
    width: 28%;
    display: inline-block;
}
.mt-2 {margin-top: 20px;}
.mb-2 {margin-bottom: 20px;}
@media only screen and (max-width: 750px) {
#logoSize {
    width: 280px;
	height: 220px;
    padding-top: 80px;
}
#TopBanner {
    height: 300px;
    padding: 0px;
}
#content {
    width: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
}
.BoxCloumn {
    width: 100%;
    padding: 0px;
    padding-top: 20px;
}
.ImgCover {
    width: 80%;
}
#char{
	height: 300px;
	margin-top:-20px;
	margin-bottom:0px;
	position: static;
	padding-left:50px;
}	
.BoxCloumnHide {
		display: none;
	}
.BoxCloumn.col-7 {
    width: 85%;
    padding: 20px;
}
.BoxCloumn.col-md-50 {
    width: 85%;
}
.inner-md-8,.inner-md-4 {width: 100%;}
}
@media only screen and (min-width: 912px) and (max-width: 1200px) {
  #content {
      padding-bottom: 18%;
  }
}
@media only screen and (min-width: 930px) {
#content{
	width:90%;	
}	
	
.BoxCloumn {
    width: 33%;
    padding: 0px;
    padding-top: 20px;
}
.BoxCloumn.invitation table {
    width: 90%;
}

.BoxCloumn.col-7 {
    width: 75%;
    margin: 0 auto;
    padding: 20px 30px; 
    padding-bottom: 50px;
}
.BoxCloumn.col-md-50 {
    width: 45%;
    padding: 15px;
}
.ImgCover {
    width: 80%;
}	
}
@media only screen and (min-width: 1500px) {

    .BoxCloumn.col-md-50 {
        width: 33%;
        padding: 15px;
    }
   
}