
/*=======================================================
          
                     G o o d L u c k 

=========================================================*/

.share {
    padding: 0;
}
.share a{
        text-decoration: none;
    
}
.share .gmail {
    background-image: url(img/gmail.png);
}
.share .linkedin {
    background-image: url(img/linkedin.png);
}
.share li {
    display: inline-block;
    margin: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    opacity: 0.5;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.row {
    display: flex;      
  }
  
  .column {
    flex: 33.33%;
    padding: 5px;
    text-align: center;
  }

body, html {
    height: 100%;
    margin:0;
    font-family: 'Roboto', sans-serif;
    line-height: 180%;
    color: #666;
    text-align: left;
}
.parallax1 {
    background-image: url(img/pexels-fauxels-3183197.jpg);
    min-height: 100%;
}
.parallax2b {
    background-image: url(img/pixabay-network-3139214_1920.jpg);
    min-height: 40%;
}
.parallax2 {
    background-image: url(img/pexels-jopwell-2422293.jpg);
    min-height: 40%;
}
.parallax3 {
    background-image: url(img/pexels-vlada-karpovich-4050315.jpg);
    min-height: 40%;
}
.parallax4 {
    background-image: url(img/pexels-christina-morillo-1181360.jpg);
    min-height: 40%;
}
.parallax5 {
    background-image: url(img/play-stone-1237457_1920.jpg);
    min-height: 40%;
}
.parallax6 {
    background-image: url(img/office-1209640_1920.jpg);
    min-height: 40%;
}

.parallax1, .parallax2, .parallax2b, .parallax3, .parallax4, .parallax5, .parallax6 {
    position: relative;
    opacity: 0.70;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /*Important*/
}

.head {
    position: absolute;
    color: #fff;
    font-size: 200%;
    line-height: 1.6;
    top:50%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 20px;
    animation: drop 3.0s ease; /* Make things beautiful */
    text-align: center;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #666;
    text-align: center;
    padding: 15px;
}
h4 {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

p, li {
    line-height: 1.7rem;
}
li {
    margin-bottom: 15px;
}
.secondary-list li {
    margin-bottom: 0px;
}

.imagescentered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 30px;
}

section {
    overflow: auto;
    padding: 50px 50px;
    margin: 0 auto;
    max-width: 800px;
    text-align: justify;
}

footer {
    width: 100%;
    background-color: #323232;
    color: #f2f2f2;
    height: 8vh;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 1vh;
}

@media (max-width:800px) {
    .head{
        font-size: 200%;
    }
   
}


@keyframes drop {
    0% {
      opacity: 0;
      transform: translateY(-80px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }


  @import url('https://fonts.googleapis.com/css?family=Ubuntu'); /*IMPORTANT*/


  /*========T H A N K  Y O U=======*/
