/*clear CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border:0;
  margin:0;
  padding:0;
  font-style:inherit;
  font-size:100%;
  /* font-family:inherit; */
  font-weight:inherit;
  outline:0;
  vertical-align:baseline;
}

:focus { outline:0; }
body { background:white; color:black; line-height:1; }
ol, ul { /*list-style:none;*/ }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

body {
  background-color: #f6e5f5;
  color: #40504e;
  font-family: 'Merriweather', Verdana, sans-serif;
  line-height: 2;
  margin: 0;
  text-align: center;
  font-size: 1 rem;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #6666ee;
}

a:hover {
  color: #FF6666;
}

h1 {
  color: #ea2c62;
  font-family: 'Sacramento', cursive;
  font-weight: normal;
  font-size: 5.625rem;
  /* Root M's no inheritance, = 5562.5% = 5 x 16 px, font size 5.625em is inherited from body */
  line-height: 2;
  margin-top: 20px;
}

h2 {
  color: #ea2c62;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  margin-top: 1em;
}

h3 {
  color: #ea2c62;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0;
}

h4 {
  color: #ea2c62;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0;
}

hr {
  height: 0;
  border: dotted 10px #cccccc;
  border-bottom: none;
  margin: 60px auto;
  width: 7%;
}

p {
  margin-top: 0.66em;
  /* line-height: 2; */
}

/* *********************** Class Selectors ********************************** */
.headerJL {
  margin: 10px auto;
}

#moreText1 {
  display: none;
}

#showOrHide {
  font-weight: bold;
  text-decoration: none;
  color: #6666ee;
}

.websites-current {
  /* background-color: #fbf4f9; */
  margin: 10px auto;
  /* vertical-align: top; */
  text-align: left;
  width: 80%;
}

.bottom-container {
  background-color: #ea2c62;
  color: #bbb;
  padding: 50px 0 20px;
  /* font-size: 2em; */
}

a.footer-link {
  color: #dcd;
  /* font-size: 2em; */
}

a.footer-link:hover  {
  color: #6699ff;
  /* font-size: 2em; */
}
a.footer-link:active  {
  color: white;
  /* font-size: 2em; */
}

.skill-row {
  text-align: left;
  width: 70%;
  margin: 60px auto;
}

.web-dev {
  float: left;
  margin-right: 30px;
  width: 60%;
}

.top-cloud {
  position: relative;
  left: 200px;
}

.bottom-cloud {
  position: absolute;
  left: 20%;
}

.img-left {
  float: left;
  margin-right: 30px;
  border-radius: 15%;
}

.img-right {
  float: right;
  border-radius: 15%;
}


.button-contact {
  background: #EE2C62;
  background-image: -webkit-linear-gradient(top, #EE2C62, #D01E9B);
  background-image: -moz-linear-gradient(top, #EE2C62, #D01E9B);
  background-image: -ms-linear-gradient(top, #EE2C62, #D01E9B);
  background-image: -o-linear-gradient(top, #EE2C62, #D01E9B);
  background-image: -webkit-gradient(to bottom, #EE2C62, #D01E9B);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  height: 0;
  line-height: 0;
  color: #FFFFFF;
  font-family: Open Sans;
  width: 213px;
  font-size: 20px;
  font-weight: 100;
  padding: 25px;
  -webkit-box-shadow: 1px 1px 20px 0 #000000;
  -moz-box-shadow: 1px 1px 20px 0 #000000;
  box-shadow: 1px 1px 20px 0 #000000;
  text-shadow: 1px 1px 20px #000000;
  border: solid #337FED 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 50px 0;
}

.button-contact:hover {
  border: solid #337FED 1px;
  background: #1E62D0;
  background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
  background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
  background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
  background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
  background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}

.footer-text {
  color: #ccddff;
}
