* {box-sizing:border-box;}

body {margin:0px;
        background: linear-gradient(to bottom, rgba(241,220,167,.5)0%, rgba(219,189,126,.5)100%);
        background-attachment: fixed;
        color: #2a1717;
        font-family: 'Optima', sans-serif;}

  /*N A V A G A T I O N */
nav{
    position: sticky;
    top:0;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #98bcd5;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    background-image: url(images/Mylogo.png)
    text-decoration: none;
    font-size: 1.3rem;
    color: #fff;
    background-color: #98bcd5;
    padding-bottom:10px;
    padding-top: 10px;
    padding-left: 110px;
    padding-right: 110px;
    display: block;
   
}

nav ul li  a {
    display: block;
}

nav a:hover {
    background-color: #f1be25;
    color:#98bcd5;
}


.fa {
  padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

fa-instagram{ width:80px; height:80px;
  background: #f09433; 
  }



header {
    background: linear-gradient(to bottom, rgba(241,220,167), rgba(152,188,213,1)80%); 
    text-align: center;
    grid-row:1/-1;
    grid-column:1/-1;
    display: grid;
    margin: 0;
}

header h1 {
    font-size: 5rem;
    color: #fff;
    text-align: center;
}
    
       
.container {
    text-align: center;
    width: 100%;
    background:linear-gradient(to bottom, rgba(241,220,167,.5)0%, rgba(219,189,126,.5)100%);
}

.container span {
    color: #2a1717;
    text-transform: uppercase;
    display: block;
}

.text1 {
    color: #2a1717;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    position: relative;
    animation: text 3s 1;
}

.text2 {
    font-size: 25px;
    color: #ddac3f;
}

@keyframes text {
    0% {
    color: #996;
    margin-bottom: -40px;
}
    
30% {
    letter-spacing: 25px;
    margin-bottom: -40px;
}
    
85% {
    letter-spacing: 8px;
    margin-bottom: -40px;
}



#wrapper {
        display:grid;
        grid-template-rows: minmax(0px, auto);
        grid-template-columns: minmax(0px,1fr)repeat(6,minmax(0,175px)) minmax(0px,1fr);    
}
}
main {
        background-image:linear-gradient(to bottom, rgba(241,220,167,1)0%, rgba(152,188,213,1)80%); 
        color: #2a1717;
        padding-left:2em;
        padding-right:2em;
        display:block;
        padding-top: 1px;
        padding-bottom: 1px;
        grid-row:5/7;
        grid-column:1/-1;
}
h2 {
        color:#2a1717;
        font-family: Georgia, serif;
        text-decoration: underline;
    }
main img {
    float: left;
    margin: 15px;
    border-radius: 20%;
    border-style: solid;
    border-color: #2a1717;}
img {
  float: left;
}

#heroImage {
    background-image:url(images/freeeburd.png);
    height:300px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    border: 5px solid rgba(152, 188, 213, .6);
    grid-row:3/5;
    grid-column:1/-1;
}

#peerImage {
    background-image: url(images/peer.jpg);
    height:300px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    border: 5px solid rgba(152, 188, 213, .6);
    grid-row:7/8;
    grid-column:1/-1;   
}
.parallax {
  background-image: url("images/freeeburd.png");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    border: 5px solid rgba(152, 188, 213, .6);
}
.parallax2 {
  background-image: url("images/peer.jpg");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    border: 5px solid rgba(152, 188, 213, .6);
}

.clear {clear:both;}

footer {font-size: 0.7em;
          font-style:italic;
            text-align:center;
            padding:1em;
            background: linear-gradient(rgba(241,220,167,1)0%, rgba(219,189,126,1)100%);
            grid-row:8/-9;
            grid-column:1/-1;
          }

    



