@charset "UTF-8";

@font-face {
	font-family: 'Inter'; 
	src: url(/media/templates/site/cassiopeia/fonts/Inter_1/static/Inter-ExtraLight.ttf); 
}

body{
  background: #F5F5F5;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Arial';

  font-size: 15px;
  color: black; 

}

body a{

  text-decoration: underline;
  color: black;

}

.menuhead{
  background-color: rgba(0, 252, 198, 15%);
    width: 100%;

 
}

.menuhead table td a {
  text-decoration: none;
  font-family: 'Inter';
  font-weight: 1000;
  font-size: 15px;
  color: black;
}

.menuhead table td a:hover {
  text-decoration: underline;
}

.menuhead table td.active a {
  text-decoration: underline;
}


.menuhead table td{
  display: inline-table;
  margin-right: 10px;
  margin-bottom: 10px; 
}

.menuhead table {
  padding: 10px;
  padding-bottom: 0px;
  text-align: center; 
}

.sobakiheader img{
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 

}

.footer{

  background-color: rgba(0, 252, 198, 15%);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; 
}

.moduleone table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.moduleone table td {

  vertical-align: top;
}

.glavcontent{

  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 25%);
  padding: 10px; 
}

.page-header h1{

  box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 25%);
margin-right: auto;
margin-left:auto;
width: 70%;
padding: 10px;
text-align: center;
text-transform: uppercase;
}

.modal.fade{
  display: none;
}

div#mod-custom111 div {
  display: inline-table;
  vertical-align: top;
  margin: 5px;
  background-color: rgb(0 124 252 / 14%);
  padding: 5px; 
  border-radius: 20px; 
}

img.fotoglgl {
  height: 500px;
  border-radius: 20px; 
}

div#mod-custom111{
text-align: center;

}
