body {
    margin: 0;
}

.nav-bar {
    background-color: darkcyan;
    position: fixed;
    width: 100%;
}

#nav-items {
    display: inline-flex;
    float: right;
}

.a-nav{
    color: black;
    padding: 18px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}

.a-nav:hover {
    background-color: seagreen;
    color: white;
}

h1 {
    margin-top:0px;
    padding: 180px 240px 240px 240px;
    background: linear-gradient(to right, #e66465 0%, #9198e5 100%);
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 56px;
    margin-bottom: 0px;
}

#block {
    color: black;
    display: block;
    font-family: monospace
}

.about-div {
    margin-top: 0;
    padding: 180px 240px 240px 240px;
    background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    color: white;
    text-align: center;
    font-family: sans-serif;
}

h5{
    font-size: 56px;
    margin-top: 0px;
    text-align: center;
}

#about-p {
    font-size: 3em;
    font-family: monospace;
}

.team {
    margin-top: 0;
    padding: 180px 0px 120px 100px;
    color: white;
    background: linear-gradient(to top, #f83600 0%, #f9d423 100%);
    text-align: center;
}

.column {
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
    display: inline-block;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: white;

}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  background-color: #555;
}

#container-p{
    font-family: monospace;
    color: black;
    font-size: 16px;
}

.pro-img {
    width: 190px;
    height: 195px
}

#a-email {
    color:aqua;
}

.social-img {
    width: 22px;
    height: 22px;
    margin-left: 20px;
}

.social-img:hover{
    transform: scale(1.8);
    transition-duration: 0.3s;
}

.a-img {
    text-decoration: none;
}

h2 {
    color:aqua;
    font-family:fantasy;
    font-size: 20px;
}

#main{
width:100%;
height:100%;
}

@media only screen and (max-width: 600px){
    #main{
        margin: 0 auto;
    }
}

#main h1{
    color:#115E72
}
#main h4{
    color:#580303
}
#main label{
    color:#0D214A
}

#first{
width:100%;
box-shadow:0 0 0 0px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
float:left;
background-image: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
}

label{
font-size:17px
}


input{
width:400px;
padding:10px;
margin-top:10px;
margin-bottom:35px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,1,8,8.18);
font-size:16px;
background-color:#6DA8C1;
}

::placeholder{
    color:white;
}

textarea{
background-color:#76A89E;
width:400px;
height:100px;
padding:10px;
margin-top:10px;
margin-bottom:35px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,2.18);
font-size:16px
}

input[type=submit]{
background:linear-gradient(to bottom,#22abe9 5%,#36caf0 100%);
box-shadow:inset 0 1px 0 0 #7bdcf4;
border:1px solid #0F799E;
color:#fff;
font-size:19px;
font-weight:700;
cursor:pointer;
text-shadow:0 1px 0 #13506D
}

input[type=submit]:hover{
background:linear-gradient(to bottom,#36caf0 5%,#22abe9 100%)
}

.background{
background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
text-align: center;
}
