 /* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cabin-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cabin'), local('Cabin-Regular'),
       url('../fonts/cabin-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v14-latin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
}

/* cabin-italic - latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/cabin-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Cabin Italic'), local('Cabin-Italic'),
       url('../fonts/cabin-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v14-latin-italic.svg#Cabin') format('svg'); /* Legacy iOS */
}

/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cabin-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cabin Bold'), local('Cabin-Bold'),
       url('../fonts/cabin-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v14-latin-700.svg#Cabin') format('svg'); /* Legacy iOS */
}

/* cabin-700italic - latin */
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/cabin-v14-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Cabin Bold Italic'), local('Cabin-BoldItalic'),
       url('../fonts/cabin-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v14-latin-700italic.svg#Cabin') format('svg'); /* Legacy iOS */
}


        
        
body {
margin: 0;
font-family: 'Cabin', Arial, sans-serif;
background-image: url("bg.jpg");
background-repeat: repeat;
}

hr { 
   border: 3px groove #fff;
   margin-left:3%;
   margin-right:3%;
   } 
   
   p {
   font-family: 'Cabin', Arial, sans-serif;
   }

h1 {
font-family: 'Cabin', Arial, sans-serif;
font-weight: 500;
}

h2 {
font-family: 'Cabin', Arial, sans-serif;
}

h3 {
font-family: 'Cabin', Arial, sans-serif;
}

h4 {
font-family: 'Cabin', Arial, sans-serif;
}

@media screen and (max-width: 792px) {
h1 {
font-size: 1.8rem;
}
h2 {
font-size: 1.2rem;
}
h3 {
font-size: 0.8rem;
}
h4 {
font-size: 0.7rem;
 }
 p {
 font-size: 0.7rem;
 }
}

@media screen and (min-width: 792px) {
h1 {
font-size: 2.1rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1rem;
 }
 p {
 font-size: 1rem;
 }
}

.title {
text-align: center;
}

.titleR {
text-align: center;
color: #dc3545;
}
.titleR > a, 
    .titleR > a:visited {
     color: inherit;
     text-decoration: none;
     }
	.titleR > a:hover,
    .titleR > a:focus {
    text-decoration: none;
    text-shadow: 2px 2px #848484; !important
     }

.titleG {
text-align: center;
color: #088A08;
}
.titleG > a, 
    .titleG > a:visited {
     color: inherit;
     text-decoration: none;
     }
	.titleG > a:hover,
    .titleG> a:focus {
    text-decoration: none;
    text-shadow: 2px 2px #848484; !important
     }
     
     .titleOr {
text-align: center;
color: #FF8000;
}
.titleOr > a, 
    .titleOr > a:visited {
     color: inherit;
     text-decoration: none;
     }
	.titleOr > a:hover,
    .titleOr > a:focus {
    text-decoration: none;
    text-shadow: 2px 2px #848484; !important
     }
     

.titleW {
text-align: center;
color: white;
}

.bold {
font-weight: 600;
}

.red {
color: #dc3545;
}

.green {
color: #088A08;
}

.orange {
color: #FF8000;
}


.padded {
padding: 1em;
}

.navbar {
  overflow: hidden;
  background-color: #ddd;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index:4;
}

.navbar a {
  float: none;
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #ddd;
  color: red;
}

.navbar .active {
  background-color: red;
  color: white;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


@media screen and (max-width: 740px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 740px) {
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    bottom:0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.div-wrapper {
    background-color: black;
    width: auto;
    padding: 20px 0px;
    margin: 5px 0px;
}

.hero-image {
    background-image: url("darknessfront2.jpg");
    background-color: #FF0000;
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-left: 1rem;
}

.hero-text {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.div-centerleft {
    position: absolute;
    top: 40%;
    left: 30%;
    padding-right: 1.5rem;
    z-index: 1;
}

.div-toptica {
    position: absolute;
    top: 5%;
    left: 75%;
    padding-right: 3rem;
}

.div-topright {
    position: absolute;
    top: 3%;
    left: 75%;
    padding-right:0.5rem;
}
.div-botleft {
    position: absolute;
    right: 75%;
    bottom: 3%;
    padding-left:0.5rem;
}


.content {
    background-color: white;
    width: auto;
    padding: 20px;
    margin: 5px 0px;
}

.responsive {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 10px;
}

.responsive2 {
    width: 100%;
    max-width: 600px;
    height: auto;
    position: absolute;
    top: 1%;
}

.responsive3 {
    width: auto;
    height: auto;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .div-centerleft {
        position: absolute;
        top: 55%;
        left: 20%;
    }

    .div-topleft {
        position: absolute;
        top: 10%;
        left: 60%;
        padding-right: 3rem;
    }

    .responsive2 {
        width: 95%;
        max-width: 600px;
        height: auto;
        position: absolute;
        top: 15%;
        right: 2%;
    }
}
/* Overlay container */
.overlay {
    background-image: url("easterBGfront.jpg");
    background-color: transparent;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-left: 0.3rem;
}

/* Overlayed image */
.overlay .image {
width: 100%;
height:100%;
object-fit:contain;
}

/* Text overlay */
.overlay .text {
color: green;
text-align: left;
position: relative;
top: 5%;
left: 2%;
width: 100%;
}

.div-fronteaster{
    background-color: #779184;
    background-image: url('easterBGfront.jpg');
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    background-repeat: no-repeat;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    padding-top: 2vh;
    min-height: 100%;
}

.div-exhibeaster{
    background-color: #ffffff;
    background-image: url('easterBGexhib.jpg');
    background-size: cover;
    background-position: center center;
    color: #000000;
    background-repeat: no-repeat;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    padding-top: 2vh;
    min-height: 100%;
}

.div-exhibeaster2{
    background-color: #ffffff;
    background-image: url('easterBGexhib2.jpg');
    background-size: cover;
    background-position: center center;
    color: #000000;
    background-repeat: no-repeat;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    padding-top: 2vh;
    min-height: 100%;
}

.div-exhibeaster3{
    background-color: #ffffff;
    background-image: url('easterBGexhib3.jpg');
    background-size: cover;
    background-position: center center;
    color: #000000;
    background-repeat: no-repeat;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    padding-top: 2vh;
    min-height: 100%;
}

.div-viseaster{
    background-color: #ffffff;
    background-image: url('skytile.jpg');
    color: #000000;
    background-repeat: repeat;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    padding-top: 2vh;
    min-height: 100%;
}

