/**
Theme Name: Astra-Child
Author: Nettop
Author URI: https://www.uis.no/om-uis/organisasjonen/administrasjon/nettop-avdeling-for-utvikling-av-digitale-laeremidler/
Description: Astra child theme customised @ NettOp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-nettop
Template: astra
*/

.Xmenu-toggle-icon {
	color: white;
}

.fullHeight {
	margin-top: 49vh;
	text-align: center;
	height: 100vh;
}

/*
.main-header-bar {
	background:#000;
}
*/

.site-title a {
	
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
	margin: auto;
    height: 100%;
    display: flex;
}

.main-header-bar .ast-container {
	max-width:unset;
	padding: 0;
}

.ast-site-identity {
	padding: 0;
}



.ast-menu-toggle {
	width: 100%;
    text-align: right;
	margin-right: 2rem;
}

.ast-dropdown-active > .ast-search-icon {
	
}

.ast-title-bar-wrap {
	max-width: 1200px;
	margin:auto;
	margin-top: 1rem;
}

.sidebar-main {
	background: #fff;
	padding: 10px;
}

.nettop_compendium_title {
	margin-top:1rem;
	margin-bottom:1rem;
}

/* next/back buttons */
.nettop_navigation_buttons {
	/* margin:1rem; */
	height:20px;
	margin-bottom: 3.7rem;
	margin-top: 2rem;
}
/* END next/back buttons */

/* rollover color for top menu items */
/*
#primary-menu li:hover {
	background-color: #c23e00;
}*/
/* END rollover color for top menu items */

/* tabbed content titles */
.wp-block-ub-tabbed-content-tab-title {
	color: #0274be;
}
/* END tabbed content titles */


.ast-title-bar-wrap {
	background-color: unset;
	background-size: contain;
}

.nettop_header_image {
	width:100%;
	margin-top: 1rem;
}

.maxwidth {
	max-width: 1240px;
	margin: auto;
}


/* fixes for small screens */
/* !see the breakpoint set in functions.php! */
@media only screen 
and (max-width : 921px) {
/*
.main-navigation ul li a{
	color: #000 !important;
	margin-left: 2rem;
}
#primary-menu li:hover {
	background-color: #fff;
}
*/


}
/* END fixes for small screens */

