
/* color references
dark blue #2E313D
hover blue #341F54
hero teal #23A38F
salmon #F0563D
Lime green #BBBF06
grey #46484C
light grey #BDBFC6
light blue-grey #60677F
*/
/* =====Global===== */
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-family: 'Lusitana', serif;
  color: #2E313D;
  font-size: 25px;
}
h2 {
  color: #2E313D;
  font-size: 20px;
}
h3 {
  color: #F0563D;
  font-size: 20px;
}
h4 {
  font-size: 1.2rem;
  font-weight: 300;
}
.rule {
  width: 100%;
  /*border-top: 3px solid grey;*/
  border-bottom: 3px solid grey;
}
/* =====Nav===== */
.bg-light{
  background-color: white !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #60677F !important;
  font-size: 18px !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #2E313D !important;
}
/* Style the navbar
#nav {
  overflow: hidden;
}
.content {
  padding: 16px;
}
.sticky {
  background-color: grey;
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}*/
/* =====Hero===== */
.hero {
  background: #23A38F url("../images/lineDot.png") repeat-x left top;
  height: 100px;
  border-top: 5px solid #23A38F;
  border-radius: 20px;
  z-index: 1;
}
.circles{
  z-index: 2;
  position: relative;
  top: -25px;
}
.circle {
  background: #2E313D;
  color: white;
  font-size: 2em;
  height: 100px;
  width: 100px;
}
/*.circle {
  background: #2E313D;
  color: white;
  padding: 30px;
  border-radius: 100%;
  max-height: 100px;
  max-width: 100px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
}*/
.circle a:link {
  text-decoration: none !important;
}
.circle a:visited {
  text-decoration: none !important;
}
a:link {
  color: white !important;
}
a:visited {
  color: white !important;
}
a:hover {
  color: #BBBF06 !important;
}
.circle:hover {
  background: #190630;
  color: #BBBF06;
  border: 2px solid #BBBF06;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

/* ===== Skills =====*/
.skills {
  color: #46484C;
}
.circleOutline {
  background: white;
  border: 2px solid #F0563D;
  color: #F0563D;
  padding: 25px;
  border-radius: 100%;
  max-height: 75px;
  max-width: 75px;
  display: inline-block;
  vertical-align:middle;
  font-size: 2em;
  text-align: center;
}
.circleOutline2 {
  color: #F0563D;
}
.skillBox {
  border: 2px solid #DADFED;
  border-radius: 5px;
}
.skillBox:hover {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

/* ===== Projects =====*/
.works {
  border: 6px solid #60677F;
  border-radius: 5px;
}
.container2 {
  position: relative;
}

.image2 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0E0221;
  opacity: 0.75;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container2:hover .overlay2 {
  height: 100%;
}

.text2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* ===== Contact =====*/
.contact {
  width: 50%;
}
.results {
  font-size: 20px;
  color: white;
}

/* ===== Resume =====*/
.resume {
  /* background: navy url("../images/backgroundForm2.jpg") no-repeat center top; */
  /*background-size: contain;*/
  color: white;
}
.box h1 {
  color:white;
}
.box {
  background-color: rgb(74, 70, 92);
  border-radius: 25px;
  width: 75%;
  color: white;
  /* opacity: 0.7; */
}
.btn-info {
  background-color: #23A38F;
}
.btn-danger {
  background-color: #F0563D;
}
.return {
  text-decoration: underline;
}
/* Larger than mobile - small*/
@media (min-width:  576px) {

}
/*tablet - Medium*/
@media (min-width: 768px) {
  h1{
    font-size: 35px;
  }
  h2 {
    color: #2E313D;
    font-size: 30px;
  }
  .circles{
    top: -50px;
  }
}
/* Laptop Desktop - large */
@media (min-width: 992px) {
}
/* Larger than Desktop HD - Extra Large */
@media (min-width: 1200px) {
}
