
@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Forum&family=Julius+Sans+One&family=Mukta:wght@300;400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@400;600&display=swap');

* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.gjemme-helt {
    display: none;
}


 .hole-in-one-size img {
     border: solid 2px #000;
     border-radius: 10px;
     box-shadow: 1px 1px 4px 1px #33333360, -1px -1px 4px 1px #33333340;
     margin: 0px 5px 3px 12px;
     transition: all .4s ease-in-out;
     width: 300px;
    }    

 .hole-in-one-size img:hover {
     border: solid 2px #ff0000;
     border-radius: 10px;
/*     width: 300px;*/
    }    

.sponsor-space-hod {
    padding: 0 0 10px 0;
}

.about-hod {
	transition: all .4s ease-in-out;
}



    .hole-in-one-size img {
        width: 250px;
    }    
    
    .sponsor-img-stack {
        width: 300px;
    }
	
	.sponsors-past-btn-wrap {
		display: flex;
	}
	
	.sponsors-past-btn-wrap div {
		margin-right: 20px;
		margin-bottom: 5px;
	}
	
	@media screen and (max-width:780px) {
		.sponsors-past-btn-wrap {
			flex-direction: column;
		}
	}


/* End Utilities */

@media screen and (max-width: 600px) {

}
@media screen and (max-width: 600px) {
    
 .hole-in-one-size img {
        width: 230px !important;
    }    

 .hole-in-one-size:hover img {
/*        width: 230px !important;*/
    }    
    
}
