body {margin: auto;
  text-align: center;
  font-family: 'Cabin',sans-serif;
background-color: white;}


h1 {color: #66bfbf; margin: 50px auto 50px auto; font-family: 'Rock Salt', cursive; }

h2 {font-family: 'Montserrat', sans-serif;
margin: 50px auto 50px auto;
font-weight: bold; font-size: 3rem; text-align: center; color: grey;}

h3 {font-family: 'Montserrat', sans-serif;
font-weight: bold; font-size: 2rem; text-align: left; color: grey;}

h4 {font-family: 'Montserrat', sans-serif; font-size: 1rem; color: grey;}

h5 {font-family: 'Montserrat', sans-serif; font-size: 1rem; color: grey; text-align: center;}

p {text-align:justify;
width:
font-size: 1rem;
margin: auto;
line-height: 1.5;
color: grey;}

a {margin: 0 10px;}
.copyright {margin-top: 20px; margin-bottom: 20px; font-family: 'Cabin',sans-serif; font-size: .8rem;}

hr {background-color: none;
border-style: none;
border-top: dotted;
border-color: grey;
border-width: 5px;
width: 5%;
height: 0px;
margin: 100px auto 100px auto; }

.text-group {background-color: none;
margin: auto;
width: 80%; 
align-items: left;}
.mountain-img {background-color: none;
  margin: 100px auto -5px auto;
  width: 35%;}

.color-background {background-color: mistyrose; padding-top: 20px; padding-bottom: 50px; margin-bottom: 100px;}

.honeydew-background {background-color: honeydew;}
.skills-row {margin: auto;
}



.profile-img {
  width: 35%;
  border-radius: 50%;
  border-color: grey;
box-shadow: 5px 5px 5px grey;
margin-top: 100px;
transition: transform 1s;
transform-origin: center;
}

.profile-img:hover {
  transform: rotate(360deg);
}

.hello-img {
  width: 40%;
  margin-top: 100px;
  margin-bottom: 50px;
}

.myskills-img {
  width: 45%;
  margin-top: 50px;
  border-radius: 60%;
}
.computer-img {
  width: 35%;
    border-radius: 50%;
    margin: 100px auto 50px auto;
    box-shadow: 5px 5px 10px grey;

}

.drawings-group {
  align-items: left;
  text-align: center;
}
.drawings-img {
  width: 45%;
    border-radius: 0%;
    margin: 100px auto 100px auto;
    margin-bottom: 50px;
    
}

.contact-img {
  width: 45%;
  border-radius: 0%
}

.london-img {
  max-width:80%;
      height:auto;
      margin-top: 100px;
    margin-bottom: 10px;
}

.peggy-img {
  max-width:80%;
      height:auto;
      margin-top; 50px;
      margin-bottom: 10px;
      padding-top; 50px;
}

.wexford-img {
  max-width:80%;
      height:auto;
      margin-top; 50px;
      margin-bottom: 10px;
}

.guitar-img {
  max-width:80%;
      height:auto;
      margin-top; 50px;
      margin-bottom: 10px;
}

.graces-img {
  max-width:80%;
      height:auto;
      margin-top; 50px;
      margin-bottom: 10px;
}

.waterford-img {
  max-width:80%;
      height:auto;
      margin-top; 50px;
      margin-bottom: 10px;
}

.house-bw-img {
  max-width:80%;
      height:auto;
      margin-top; 50px;
      margin-bottom: 10px;
}

.video {
  max-width: 80%;
      height:auto;
      margin-top: 100px;
      margin-bottom: 10px;
}
.cloud1 {
  position:relative;
margin: auto;
padding-left: 400px;
  top: 50px;
  right: 0%;
  transition: transform 2s;
}

.cloud1:hover {
  transform: translateX(150px);
}
.cloud2 {
  position:relative;
  margin:auto;
  top: 50px;
  right: 20%;
  transition: transform 2s;

}

.cloud2:hover {
  transform: translateX(-150px);
}
.btn {
  background-color: orange;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .5s;
 
}

.btn:hover {
  background-color: pink;
  text-decoration: none;
}

.bottom-container {background-color: pink; padding: 20px 0 20px; margin-top: 20px;}

