h1{
  display:flex;
  justify-content: center;
  margin:0px;
  color:white;
  text-align:center;
  padding-top:280px;
}

.sect{
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sectOne{
  margin:0px;
  background-image: url("https://res.cloudinary.com/dlgu5niry/image/upload/v1478609215/top_copy_sjakzi.png");
  background-position:center;
}

.subSection{
  height:auto;
  background-color: darkcyan;
  background-position:center;
  padding-bottom: 40px;
}
.subSectiontwo{
  height:auto;
  background-color: white;
  background-position:center;
}
.subSectiontitle {
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  
}
.subSectiontitle h2{
  display: flex;
  justify-content: center;
  margin-top:20px;
  color: white;
  align-self: center;
  text-align: center;
}
.boarder {
  padding :20px;
  border-radius: 5px;
}
.bold {
  
  border-radius: 5px;
  font-weight: bold;
}
.subSectiontitle p {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top:5px;
  font-size: 25px;
  color:white;
}

.cardstitle {
  margin-left: 20px;
  margin-right: 20px;

  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  
}
.cardstitle h2{
  display: flex;
  margin:20px;
  color:gray;
  align-self: center;
}
.rowcards {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.elemCard{
    margin-top: 10px;
    padding: 20px;
    background-color: darkcyan;
    color: black;
    text-align: left;
    border-bottom: 4px solid #939194;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
  }

      
  .elemCard h2{
    padding: 5px 0px;
    color: #939194;
        font-weight: bold;
        font-family: arial;
  }
      
  .elemCard.purple h2{
    color: #AE63E4;
  }
      
  .elemCard.purple{
    border-bottom: 4px solid #AE63E4;
  }
      
  .elemCard.blue h2{
    color: #1ec5f9;
  }
  
  .elemCard.blue{
    border-bottom: 4px solid #1ec5f9;
  }

  .cardLink:hover{
    text-decoration: none;
  }

  .elemCard:hover{
    background-color: #d8d8d8;
  }