/**
Theme Name: Altimo
Author: Awati AS
Author URI: https://awati.no
Description: For tilpasning av kode
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: altimo
Template: astra
*/

/** extras */
.entry-content h1, h2, h3, h4, h5 {
	margin-top: 0 !important;
}

.ast-single-entry-banner, .ast-archive-entry-banner {
	text-shadow: 1px 1px 2px black;
}

.ast-single-entry-banner p{
	padding-right: 30%
}

.site .site-content #primary {
    z-index: 9;
}

.hoverhappening {
	cursor: pointer;
	transition: all 1s ease, transform 1s ease;
}

.hoverhappening:hover {
	background-color: #cccccc !important;
	transform: scale(1.03);
	filter: grayscale(1);
}

/** Changes on horisontal pads */
@media only screen and (min-device-width: 1000px) and (max-device-width: 1190px) {
	h3 {
		font-size: 23px !important;
	}
	
	p {
		font-size: 18px !important;
	}
	
	.ref_pad {
		font-size: 18px;
	}
	
	
	.menu-text {
		Font-size: 14px !important;
	}
	
	.menu-link {
		padding: 0 10px !important;
	}
	
	.ast-header-button-1 .ast-custom-button {
		font-size: 14px !important;
		}
}


/** Changes on Vertical pads */
@media only screen and (min-device-width: 701px) and (max-device-width: 999px) {

}

/** Changes on cell phones */
@media only screen and (max-width: 700px) {
	.center p{
 		text-align: center !important;
	}

}