@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=PT+Sans:wght@400;700&display=swap');

/*Index.html Theme Color is Turquoise*/
/*Cine Turquoise is: #229ad6 */
/*Hover color is Cine ARCTIC BLUE*/
/*Cine Arctic Blue: #8cbae4 */

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /*font-family: 'Arial', sans-serif;
    font-family: Helvetica, sans-serif;*/
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #e3e4e8;
    background-image: url("../images/Map.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center top;
}

body.mapbackground {
    background-image: url("../images/Map.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 50%;
    background-position: center top;
    font-family: Inter, Arial, Helvetica, sans-serif;
}


a {
    text-decoration: none;
}

/**********Cropping images of Galleries**********/
.crop {
    /*Images cropped in GIMP*/
    /*width:450px;*/
    /*height:450px;*/
    /*object-fit:scale-down;*/
    /*max-height: 14vw;*/
    /*min-height: 14vw;*/
    /*max-width:14vw;*/
    /*min-width: 14vw;*/
}

/***********************************************************************/


.MiddleClass {
    justify-content: center;

}

/*************************** Arrows CSS ********************************/
.turqoiseArrows {
    /*Links arrows in section "ArrowLinksSection"*/
    /*Try different resolutions of turquoise arrows background images*/
    /*See also responsive.css for media queries*/
    /*display: inline-block;*/
    background-image: url('../images/Arrow_r_large_turquoise.png');
    background-size: 100% 100%;
    width: 80%;
    color: white;
    font-size: 20px !important;
    /*padding-left: 15px;*/
    /*padding: 5px;*/
    /*padding-left: 25px;*/
}

.greyArrows {
    /*Links arrows in section "ArrowLinksSection"*/
    /*Try different resolutions of turquoise arrows background images*/
    /*See also responsive.css for media queries*/
    /*display: inline-block;*/
    background-image: url('../images/banner r l dark grey.png');
    background-size: 100% 100%;
    width: 90%;
    padding:10px;
    color: white;
    font-size: 20px !important;
    /*padding-left: 15px;*/
    /*padding: 5px;*/
    /*padding-left: 25px;*/
}

.greyArrows:hover {
    text-decoration: none;
}

.blueArrows {
    /*Links arrows in section "ArrowLinksSection"*/
    /*Try different resolutions of turquoise arrows background images*/
    /*See also responsive.css for media queries*/
    /*display: inline-block;*/
    background-image: url('../images/banner r l arctic blue.png');
    background-size: 100% 100%;
    padding:10px;
    width: 90%;
    color: white;
    font-size: 20px !important;
    /*padding-left: 15px;*/
    /*padding: 5px;*/
    /*padding-left: 25px;*/
}



/***********************************************************************/

#ArrowLinksSection {
    /*padding-top: 40px;*/
    /*padding-bottom: 20px;*/
}

#ArchivesSection {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

#ButtonsSection {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#ExhibitsSection {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#ToolkitsSection {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#GalleriesSection {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ExhibitsCard {
    height: 250px;
}

.headersLead {
    /*Should have the Full page headline arrow*/
    /*headers of Section arrow - default is on Large arrow*/
    /*See responsive.css for media queries and changing the arrows accordingly*/
    /*padding-top: 0;*/
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url('../images/Full_page_headline_arrow_turquoise.png');
    background-size: 100% 100%;
    color: white;
    /*padding: 5px;*/
    /*for moving text a litle bit*/
    padding-left: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: bold;
    width: 40%;
}

@media screen and (max-width: 600px) {
    .headersLead {
        width: 80%;
    }
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: bold;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

#LogoAligner {
    float: right !important;
}

/****************************************************************************************/


#GalleriesSection {
    background-color: #e3e4e8;
}

#ArchivesSection {
    background-color: #e3e4e8;
}


#ToolkitsSection {
    background-color: #e3e4e8;
}

#ButtonsSection {
    background-color: #1a9bd7;
}


#ExhibitsSection {
    background-color: #e3e4e8;
}

#ArrowLinksSection {
     background-color: #e3e4e8;
}

#achiveButtons {
    background-color: #e3e4e8;
}

.toolkits{
    background-image: url('../images/Large bubble arctic blue_toolkit.png');
    background-size: 100% 100%;
}

.toolkits > a {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #797a84;
    border-color: #797a84;
    font-weight: bold;
}

#ArchivRow {
    /*text-align: center;*/
    
}

/* The side navigation menu */
.sidenav {
    /*height: 100%;*/
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1002; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    /*background-color: #111;*/ /* Black*/
    background-color: #8cbae4;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    /*font-size: 25px;*/
    /*color: #818181;*/
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: center;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    background-color: #229ad6;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
    padding: 0;
}

.sidenav a.closebtn:hover {
    color: white;
    background-color: #8cbae4;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.slidemain-viewer {
    background-color:black;
    height:95vh;
}

button.navbar-toggle {
    background-color: white;
    border-color: white;
}

.navbar-default {
        background-color: #8cbae4;
    border-color: #8cbae4;
    background-image:none;
    color:white;
}

.navbar-default .navbar-nav>li>a {
    color:white;
    padding-top:5px;
    padding-bottom:5px;
}

.navbar-nav {
    line-height: 1.42857143;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    background-image:none;
	color:white;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #229ad6;
    background-image:none;
	color:white;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: #229ad6;
    background-image:none;
	color:white;
}

.navbar {
  min-height:0;   
}

.roundme {
    background-image: url('https://cineg.org/wp-content/uploads/2021/04/RoundMe.png');
}

/* The side navigation menu */
.sidenav {
    /*height: 100%;*/
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1002; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    /*background-color: #111;*/ /* Black*/
    background-color: #8cbae4;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    /*font-size: 25px;*/
    /*color: #818181;*/
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: center;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    background-color: #229ad6;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
    padding: 0;
}

.sidenav a.closebtn:hover {
    color: white;
    background-color: #8cbae4;
}

.menu-item {
    padding: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

@media (min-width: 1400px) {
.container {
    width: 1340px;
}
}
