@charset "UTF-8";


h1 {
	text-align: center; 
	background-color: rgb(1, 50, 32); 
	color: rgb(255,255,255);
	font-size: 2.5em; 
}

.whiteborderh1 {
	border-style: solid;
	border-width: 3px;
	border-color: #fbf7f5;
	border-radius: 5px;
}

.whiteborderimg {
	border-style: solid;
	border-width: 5px;
	border-color: #fbf7f5;
	border-radius: 3px;
	background-color: #55674A;
}

.textfillopacity {
	opacity: 80%; 
}

.width30 {
	width: 30%;
}

body {
  background-image: url("Images/icelandbackgroundopt.jpg");
 background-attachment: fixed;   
  background-position: center;    
  background-repeat: no-repeat;   
  background-size: cover; 
}

.floatright {
	float: right;
}

.clearfix {
	overflow: auto;
}

.whitetext {
	color: rgb(255,255,255);
}

.textsize {
	font-size: 1.5em;
}

ul {
	list-style-type: none; /*remove the default bullet */
	margin:0px;
	padding:0px; 
	font-size: 1.1em;
	background-color: white;
	overflow: hidden;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
	border-color: rgb(1, 50, 32);
}

ul li {
	float: left;
	margin-right: 4.4%;
}

ul li a{
	color: black;
	text-decoration: none;
	padding: 14px;
}

ul li a:hover {
	background-color: #55674A; 
}

.aboutmetext {
	text-align: center;
}

.doublespace{
	line-height: 2;
}

.floatleft {
	float: left;
}

.floatright{
	float: right; 
}

.aboutmeheadings {
	text-align: center; 
	font-size: 2em;
	color: rgb(255,255,255); 
	background-color: #55674A; 
	width: 200px;
}

.textpadding {
	padding: 50px;
}

.pmarginspacing {
	margin-top: 5px;
}

.beginingmarginspacing {
	margin-top: 60px;
}

.bottommarginspacing {
	margin-bottom: -200px; 
}

.removebottommargin {
	margin-bottom: -70px; 
}

.icelandtopmargin {
	margin-top: 0px;
}

.topbottommargin {
	margin-bottom: -10px;
}

.aboutmeimgsize {
	width: 300px;
	height: 300px;
}

.basketballmargin {
	margin-bottom: -300px;
	margin-top: 0px;
}







.underconstruction {
	text-align: center; 
	font-size: 2em;
	color: rgb(255,255,255); 
	background-color: #55674A; 
	width: 200px;
	margin: auto;
}

.movedownundones {
	margin-top: 200px;
}






.contactspacing {
	margin-top: -10px;
	margin-bottom: -10px; 
}

.contacttopmargin {
	margin-top: 50px;
}

.emailmargin {
	margin-top: -20px;
	margin-bottom: 20px; 
}






.carousel {
  position: relative;
  width: 500px;
  height: 350px;
  float: right;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slides img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


.carousel-btn.next {
  right: 0.7%;  
}