/*homepage*/

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fade-in {
    /* animation */
    animation: fade-in 2s;
    /* style time!!!! */
    font-size: 5em;
    text-align: center;
    font-family: "Cabin Sketch", sans-serif;
}
.bg {
                background-image: url(images/MartinezF_gallery.zip/bg.png);
                height: 100%;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
            }
p {    
    font-family: "Cabin Sketch", sans-serif;
    color: red;
    font-size: 1rem;
    font-style: italic;
    text-align: center;
    margin-top: 1px;
      /* animation */
    animation: fade-in 2s;
    /* style time!!!! */
   
}
a:link {
    color: red;
    text-decoration: none;
}

a:hover {
    font-family: "Cabin Sketch", sans-serif;
    color: black;
    text-decoration: wavy;
    font-size: 2rem;
}

a:visited {
    font-family: "Cabin Sketch", sans-serif;
    color: black;
    text-decoration: underline;
}

.prettydivider1 {
    height: 1px;
    width: auto;
    border: 2px dotted;
    background-color: aliceblue;
    position: relative;
    margin-top: 50px;
} 

h1{
    font-family: "Cabin Sketch", sans-serif;
    color: Black;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1px;
}
/* definitely not the most efficient way of doing this*/
.dropbtn {
  color: Black;
  padding: 16px;
  font-size: 16px;
  border: none;
      /* animation */
    animation: fade-in 2s;
    /* style time!!!! */
    text-align: center;
    font-family: "Cabin Sketch", sans-serif;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
  z-index: 1;
    font-family: "Cabin Sketch", sans-serif;
}

.dropdown-content a {
  color: black;;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
    font-family: "Cabin Sketch", sans-serif;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: red;}


.prettydivider {
    height: 1px;
    width: auto;
    border: 2px dotted;
    background-color: aliceblue;
    position: relative;
    margin-top: 1px;
      /* animation */
    animation: fade-in 2s;
    /* style time!!!! */
    font-size: 5em;
    text-align: center;
    font-family: "Courier New";
}

#sillygoober {
    background-image: url(images/MartinezF_gallery.zip/guy.gif);
    height: 574px;
    width: 581px;
    position: relative;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
      /* animation */
    animation: fade-in 2s;
    /* style time!!!! */
    font-size: 5em;
    text-align: center;
}
#instagram{
      position: absolute;
    height: 62px;
    width:  61px;
    top: 3px;
    left: 1200px;
   
}

#linkedin{
      position: absolute;
    height: 62px;
    width:  61px;
    top: 10px;
    left: 1300px;
    
}

#twitter{
     position: absolute;
    height: 62px;
    width:  61px;
    top: 8px;
    left: 1400px;
}
.logo {
    background-image: url(images/MartinezF_gallery.zip/logo.png);
    height: 187px;
    width: 179px;
    position: absolute;
    top: 2px;
        left: 30px;
      /* animation */
    animation: fade-in 2s;
    /* style time!!!! */
}
