body,ul,li {
	padding:0px;
	margin:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-family: 'Old Standard TT', serif;
	background-color: #fff7ee;
}

body,td,th {
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	line-height: 26px;
	color: #7f2629;
}
a:link {
	color: #7f2629;
	text-decoration: none;
    position: relative;
}
a:visited {
	text-decoration: none;
	color: #7f2629;
}
a:hover {
	text-decoration: none;
	color: #7f2629;
}
a:active {
	text-decoration: none;
	color: #7f2629;
}
a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: -1px;
  left: 0;
  background-color: #7f2629;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-logo {
	position: absolute;
	left: 50px;
	top: 50px;
	text-align: center;
	height: 100px;
	width: 120px;
}
.cc-nav {
    font-size: 15pt;
	line-height: 8.5mm;
    letter-spacing: -0.1pt;
    font-weight:400;
    height: 100px;
	width: auto;
    top: 50px;
	right: 50px;
    position: absolute;
	text-align: right;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #7f2629;
}
#cc-content {
    width: 100%;
    height: auto;
    top:200px;
    position: absolute;
}
#cc-about-wpr {
    height: 0px;
	overflow: hidden;
    top: 0px;
    right: 0px;
	transition: height 300ms;
    text-align: left;
}
#cc-about {
    z-index: 2;
    padding-top: 0px;
    padding-right: 60%;
    padding-bottom: 50px;
    padding-left: 50px;
}
.logocap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    }
#cc-logocap-wpr {
    height: 0px;
	overflow: hidden;
    top: 0px;
    right: 0px;
	transition: height 300ms;
}
#cc-logocap {
    z-index: 2;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 50px;
    text-align: center;
}
#cc-grid {
    z-index: 0;
	width: 100%;
	text-align: center;
}
.filter-red{
    filter: invert(17%) sepia(44%) saturate(3639%) hue-rotate(337deg) brightness(79%) contrast(87%);
}
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
@media only screen and (max-width:480px)  {
.cc-logo {
	position: absolute;
	left: 25px;
	top: 25px;
	text-align: center;
	height: 100px;
	width: 120px;
}
    .cc-nav {
    font-size: 12.5pt;
	line-height: 6.5mm;
    letter-spacing: -0.1pt;
    font-weight:400;
    height: 100px;
	width: auto;
    top: 25px;
	right: 25px;
    position: absolute;
	text-align: right;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #7f2629;
}
    #cc-content {
    width: 100%;
    height: auto;
    top:150px;
    position: absolute;
}
    #cc-about {
    z-index: 2;
    padding-top:25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
    #cc-logocap-wpr {
    height: auto;
	overflow: visible;
    top: 0px;
    right: 0px;
	transition: height 300ms;
}
    .logocap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
}