body{
  text-align: center;
  font-family: Calibri;  
  font-size: 14pt;    
  color: Black;
  background-color: rgb(205,169,170);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

* {
  box-sizing: border-box;
}


img {
  max-width: 100%;
  height: auto;
}


#ncheading{
  font-family: Gill Sans Mt;
  font-size: 22pt;
  font-weight:bold;  
  text-align: center;
  width: 100%;
}

.ncvideo{
  position: fixed;
  top: 5px;
  left: 85%;
}

@media only screen and (max-width: 800px) {
  /* Switch to below */
.ncvideo{
  position: fixed;
  top: 5px;
  left: 80%;
}
}

@media only screen and (max-width: 600px) {
  /* Switch to below */
.ncvideo{
  position: static;
  top: auto;
  left: auto;
}
}

#nctagline{
  width: 100%;
  text-align: center;
}


.nctitle{
  float:left;
  width:14%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) {
  /* Switch to 4 */
  .nctitle {width: 25.00%;}
}
@media only screen and (max-width: 800px) {
  /* Switch to 3 */
  .nctitle {width: 33.33%;}
}
@media only screen and (max-width: 600px) {
  /* Switch to 1 */
  .nctitle {width: 100%;}
}


#nctext{
  clear: both;
  text-align: center;
  width:100%;
}

#legalnotice{
  clear: both;
  text-align: center;
  width:100%;
  margin: 0px 0px 5px 5px;
}

#blocktext{
  clear: both;
  text-align: center;
  width:100%;
  padding: 0px 50px 0px 50px;
}



#buybutton{
  margin: 4px 4px 0px 0px;
}

.languagechoice{
  font-family: Arial;
  font-size: 10pt;
  font-weight:bold;
}

.contactaddress{
  font-family: Arial;
  font-size: 12pt;
  font-weight:bold;
}

.legal{
  text-align: center;
  font-family: Arial;
  font-size: 10pt;
}

.publicationname{
  font-style: italic;
}

.copyright{
  text-align: center;
  font-family: Arial;
  font-size: 10pt;
  font-style: italic;
}

.underlined{
  text-decoration: underline;
}
.gillsansmt{
  text-align: center;
  font-family: Gill Sans Mt;
  font-size: 20pt;
}
.biondi{
  text-align: center;
  font-family: Biondi;
  font-size: 20pt;
}

.sizeplus1{
  font-size: larger;
}

.13point{
  font-size:13pt;
}
.11point{
  font-size:11pt;
}
.initalic{
  font-style:italic;
}

.underscore{
      text-transform: uppercase;
}

