/********************TAG SELCTORS**********************/
body {
  color: #40514E;
  margin: 0 auto 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

#header {
  width: 100%;
  height: 98px;
  margin: 0 auto 10px;
  border-top: 2px solid rgba(50,100,50,.5);
  border-bottom: 2px solid rgba(50,100,50,.5);
  background-color: rgba(240,250,240,.9);
  z-index: 200;
  }
  
  .logo-block {
    float: left;
    margin-left: 2%;
    width: 318px;
  }
        
    .logo-block img {
        width:90px;
        float: left;
        margin: 6px 12px 0 1%;
        }
        
      .logo-block h2 {
        color: #336633;
        font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 1.5em;
        padding-top: 24px;
        }

h1 {
  color: #66BFBF;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 5.625rem;
  margin: 90px auto 0 auto;
  font-family: 'Sacramento', cursive;
}

.top-container h1 {
  margin-bottom: -50px;
}
  
.top-container h2 {
  color: #66BFBF;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: -10px;
}

.top-container h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}


h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 1.7;
}

hr {
  border: 6px dotted #C8D4D4;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

a.footer-link {
  color: #11999e;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

a.footer-link:hover {
  color: #eaf6f6;
}




                      
            
/* START NAVIGATION */    
 nav {
  margin:10px 2% 0 0;
  float:right;              
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
    font-weight:lighter;
    }


  #menu-icon {
    display: hidden;
    margin-right: 10px;
    margin-top: 12px;
    width: 40px;
    height: 40px;
    background: black url(../images/menu-icon.png) center;
    }
    

    nav ul ul {
        display: none;
        z-index: 2;        
      }

        nav ul li:hover > ul {                       
            display: block;
            }

    nav ul {
        margin: 0 auto;                       
        background: none;        
        list-style: none;
        position: relative;
        display: table;                
        width: 100%;                            
            }
    
        nav ul li 
            {
            display:inline-block;
      padding: 8px 2px; 
            line-height: 15px;
            }
                        
      nav li .current 
            {
            background-color: rgb(150,150,150);
            }

            nav ul li:hover {
                background-color: rgb(50,50,50);
            }
    
            nav ul li:hover a {
                color: #fff;               
            }
            
            nav ul li a {
                
        padding: 5px; 
                color: black;
                text-decoration: none;               
              }


                nav ul ul {
                    background: none;
                    position: absolute; width:80px;
                    border-radius: 0px;
          margin-top: 8px;
          margin-left: -30px;
          }
                              
                    nav ul ul li {                       
                        background: rgb(100,100,100);;
                        border: none;
                        text-align: center;
                        width:120px;
                        padding: 8px;                     
                      }
                    
                    ul.a-muse {                       
                        margin-left: -50px;                       
                      }
                    
                    li.a-muse {                       
                        width:170px;                        
                      }
                                        
                        nav ul ul li a {
                            color: #fff;
                          }
                          
                        nav ul ul li a:hover {                                
                            }

            nav ul ul ul {
              position: absolute; left: 100%; top:0;
                  }               							
/* END NAVIGATION */ 	
/********************CLASS SELCTORS**********************/
.top-container {
  background-color: #E4F9F5;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);

}

.middle-container {
  /* border: 1px solid red; */
  margin: 50px 0;
}

.skill-row {
  width: 50%;
  margin: 100px auto;
  text-align: left;
}

.dataAnalyst-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.webDevSkills-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.musicSkills-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.spiritualSkills-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.mtClimberSkills-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.handymanSkills-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.schoolbusDriverSkills-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 30px 0 30px;
}

a.footer-link {
  color: black;
}


.copywright {
  color: #eaf6f6;
  font-size: .75rem;
  padding: 20px 0;
}

.pro {
  text-decoration: underline;
}

.intro {
  width: 30%;
  margin: auto;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.contact-me {
  margin: 20px auto 60px;
}
.top-cloud {
  position: absolute;
  right: 300px;
  top: 40px;
}

.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}

.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 100;
  padding: 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bcdad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bcdad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bcdad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bcdad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bcdad);
  text-decoration: none;
}

/********************ID SELCTORS**********************/
