@font-face {
    font-family: 'oswald';
    src: url('./fonts/Wavetosh.ttf');
  }

body {
  margin:0px; padding:0px;
  background-color: #7278ff
}

/* main */
header {
    height: 360px;
    z-index: 10;
}

h1 {
    font-family: 'oswald', Arial, Helvetica, sans-serif;
    }

p {
    margin-right: 50%;
    padding-left: 10%;
}

header h1 {
    background-color: #939597;
    color: #0f4c81;
    padding: 0 1rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    opacity: 90%;
}

nav {
    width: 100%;
    height: 60px;
    background-image: url('../img/bzlogo3.png');
    background-size: 100px, 100px;
    font-family: 'oswald';
}

nav div {
    color: #0f4c81;
    background-color: #939597;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;
}
nav ul {
    list-style-type: none;
    margin: 0 2% auto 0;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
    background-image: url('../img/bzlogo3.png');
    background-position: center;
    background-repeat: repeat;
    background-size: 133px, 133px;
}
nav ul li {
    display: inline-block;
    line-height: 60px;
    margin-left: 10px;
}
nav ul li a {
    text-decoration: none;
    color: #f0c506;
    background-color: #939597;
    font-size: 2em;
    z-index: 1;
    transition: background-color 2s ease-out 100ms
  }
  
  nav ul li a :hover {
    background-color: #976781;
  }

.header-banner {
    background-color: #311175;
    background-blend-mode: color-burn;
    /* background-image: url('../img/bkgrnd.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.luigi {
  background-color: darkslategray;

}

.mario {
    background-color: #72C59B;
    width: 25%;
    height: 25%;
    position: relative;
    background-image: url("../img/delish-bolognese-horizontal-1-1540572556.jpg");
    background-position: center;
    background-size: 100%;
    opacity: 66%;
   }

   .davis {
    height: 25%;
    width: 25%;
    float: right;
    opacity: 66%;
    clear: both;
    margin: -12%;
    padding-right: 74%;
   }

 .tweet_card{
    background-image: url('css/TwitterLogo.png'); 
    position: "absolute";
 }
 .modal-content {
    width: 100%;
 }
 .modal-dialogue {
    width: 90%;
 }
 .meme_screen {
    width: 40%;
    height: 40%;
    margin: 1.25em;
 }

  .linkedin, .github, .email {
    font-size: 20px;
    font-weight: 600;
    opacity: 100% !important;
  }

.email {
    font-size: 20px;
    font-weight: 600;
    opacity: 100% !important;
    color: yellow;
    background-color: darkslategrey;
}

.github, .linkedin {
    color: #22FF44;
    background-color: darkslategrey;
}

.meme_screen {
    background-position: center;
    
}

.meme_center {
    margin-left: 25%;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.visible-title {
    visibility: visible;
}

@media only screen and (max-width: 960px) {
    .content{
        padding: 2rem 0;
    }
    article {
        float: none;
        margin: 0 auto;
        width: 96%;
    }
    article:last-of-type {
        margin-bottom: 3rem;
    }
    aside {
        float: none;
        text-align: center;
        width: 100%;
    }
}