/****************Tag Selector**********/

body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514E;
}

h1 {
  font-size: 5.625rem;
  color: #e84545;
  margin:50px auto 0 auto ;
  font-family: 'Sacramento', cursive;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.0rem;
  font-weight:bold;
  color: #e84545;
  padding-bottom: 10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #903749;
}

a {
  color: #e84545;
}

a:hover {
  color: #EAF6F6;
}

hr {
  border-color: #53354a;
  border-style: dotted none none;
  border-width: 7px;
  width: 5%;
  margin-bottom: 50px;
  margin-top: 50px;
}
p {
  line-height: 2;
}
/*****************Class Selctor**************/

.top-container {
  background-color: #E4f9F5;
  background-color: #2b2e4a;
  padding-top: 100px;
  position: relative;
  padding-bottom: 50px;
}

.mountain {
  position: relative;
  top: 50px;
}

.middle-container {
  padding: 100px 100px 50px;
}

.bottom-container {
  background-color: #2b2e4a;
  padding: 20px 0;
}

.bottom-cloud {
  position:absolute;
  bottom: 300px;
  left: 400px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.skill-row {
  margin: 100px auto;
  width: 50%;
  text-align: left;
}

.code-img {
  border-radius: 50%;
  width: 25%;
  float: left;
  margin-right: 30px;
}

.profile-intro {
  width: 30%;
  margin: auto;
}

.computer-img {
  border-radius: 50%;
  width: 25%;
  float: right;
  margin-left: 30px;
}

.profile-img {
  width: 20%;
  border-radius: 50%;
}

.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}

.footer-link {
  padding-left: 20px;
  text-decoration: none;
}

.btn {
	background-color:#e84545;
	border-radius:10px;
	border:1px solid #e84545;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:19px;
	padding:12px 20px;
	text-decoration:none;
	text-shadow:0 1px 0 #283966;
  margin: 25px 0;
}

.btn:hover {
	background:linear-gradient(to bottom, #53354a 5%, #903749 100%);
	background-color:#e84545;
}
.btn:active {
	position:relative;
	top:1px;
}

.desc {
  font-weight: normal;
}

.pro {
  text-decoration: underline;
}
