@charset "utf-8";

@import url("fonts/nunito-sans/font.css");
:root {
    --box-bg: rgba(0, 0, 0, 0.42);
    --gap: 4em;
}


/*body {
  background-image: url(gfx/bg.jpg);
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: cover;
  background-attachment: fixed;   
}*/

html{
    overflow:initial;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(gfx/bg.jpg) no-repeat center 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.video-js {
	height: 100%;
}


#Contact input, #Contact textarea {
	width: 500px;
	font-size: 18px;
	padding: 10px;
	color: black;

}



.laurels {
	flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.laurels img{
/*	max-width: 200px; */
	max-height: 120px; 
	padding: 10px;
        max-width: 30%;
}





.button {
    visibility: visible;
    display: inline-block;
    padding: 0.5em 1em;
    background-color:  rgb(179, 159, 121);
    color: white;
    cursor: pointer;
}




/*
.team [data-module="Picture"]{
    --aspect-ratio: 3/2;    
}
.team [data-module="Picture"]:before{
    content: "--aspect-ratio: 3/2";    
}

[style*="--aspect-ratio"] {
	height: auto !important;
        height: unset !important;
}*/

.team  [data-module="Html"] p:nth-child(1){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.team  [data-module="Html"] p:nth-child(2){
    font-style: italic;
    font-size: 80%;
    /*margin-top: 0.5em;*/
}
.team [data-module="ContainerItem"] {
    padding: 1em;
    background-color: var(--box-bg);    
}  

.team [data-module="Picture"] {
    height: auto;
    height: unset;
}  
  
.team [data-module="Picture"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / ( 3/4));
}  


/*
#team [data-module="Picture"], 
.team [data-module="Picture"] {
	max-width: 178px;
    	border-right: 0px;
}

*/

.main-head {    
    text-align: center; font-family: Times New Roman; font-size: 4em; margin-bottom: -0.15em !important; color: black; margin-top: -0.1em !important;
}
html[data-dimension="xs"] .main-head {    
    font-size: 2.5em;
}

.sub-head {    
    text-align: center; margin-top: 0px; margin-bottom: -0.10em; font-size: 1.75em; color: black;
}
html[data-dimension="xs"] .sub-head {    
    font-size: 1.5em;
}




