@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,500;0,600;1,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/*Moving Image*/
body, html{
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', serif;
  position: fixed;
}

*{
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);;
}

.bg-image{
position:absolute;
right: 0;
width: 50%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}

.img1{background-image: url("pictures/DSC07867.JPG");}




.bg-text{
	
	color: white;
	font-weight: bold;
	font-size: 25px;
	font-weight: 900;
	text-align: left;
	position:fixed;
	top: 50%;
	left: 5%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 600px;
	padding: 300px;
	
}

.name{color: #099FA2;}

.footer{
	background-color:antiquewhite
	
}


body {
    background-color: #d8d8d8;
}
h1 {
  text-align: center;
}
.social-menu ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
	z-index: 1;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
    transition: .5s;
}


.social-menu ul li a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a {
    background-color:#e4405f ;
}
.social-menu ul li:nth-child(3) a {
    background-color:  #55acee;
}
.social-menu ul li:nth-child(4) a {
    background-color: #2867B2;
}
.social-menu ul li:nth-child(5) a {
    background-color: #2867B2;
}

.social-menu ul li a:hover {
  background-color: white;

}

.social-menu ul li a:hover  .fa {
 color: #000000;
}







.menu-btn {
  position:fixed;
	right: 5%;
	top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  z-index: 7;
}

.menu-btn__burger {
  width: 50px;
  height: 6px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-16px);
}
.menu-btn__burger::after {
  transform: translateY(16px);
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
} 

.overlay{
	height: 100%;
	width: 0%;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	overflow-x: hidden;
	transition: .5s;
	
}

.overlay a{
	padding: 8px;
	text-decoration: none;
	font-size: 60px;
	font-weight: 900;
	display: block;
	color: white;
	transition: .5s,
}

.overlay a:hover, overlay a:focus{
	text-decoration: line-through;
	color: #099FA2
}

.overlay a{
	
}



.overlay-content{
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}


@media (max-width: 800px){
	.bg-image{
position:fixed;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size:cover;

	
}



