h1 {font-size: 22px; }

h2 {font-size: 18px; }

h3 {font-size: 16px; }

header {text-align: center;
  padding: 3% 13%;
  background: url("../images/shapes-full.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;}

nav {background-color: rgba(0, 0, 0, 0.2);
  color: black;
  font-size: 12px;}
  nav nav.responsive {position: relative;}
    nav nav.responsive nav a:not(:firstchild) {display: none;}
    nav nav.responsive nav a.icon {float: right;
      display: block;}
    nav nav.responsive nav a.navbar-brand {padding: 0;}
  nav h2 {font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
    font-size: 300%;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    margin: 15px 0 10px 0;}
  nav p {text-transform: uppercase;
    letter-spacing: .5em;
    line-height: 1.1;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);}
  nav #wrapper {align-content: center;
    align-items: center;
    align-self: center;
    border-left: 10px solid azure;
    border-right: 10px solid azure;
    padding-bottom: 0px;
    max-width: 1100px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}
  nav aside:first-child {float: left;
    width: 29%;}
  nav article {width: 41%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.2);}
  nav aside {float: right;
    width: 29%;
    box-sizing: border-box;
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.2);}
  nav footer {clear: both;
    margin: 10px 0 0;
    background: #f7fa00;
    font-size: 90%;
    color: #02318c;
    padding: 15px 20px;}
  nav h1, nav h2, nav h3, nav h4, nav h5, nav h6, nav p {padding-left: 0.9090909091%;
    padding-right: 0.9090909091%;}

jumbotron {display: inline-block;
    border-radius: 30px;}

.wrapper {padding-left: 60px;
          padding-right:20px;
          align-items:center;
          justify-content:center;}
/*end of basic styling*/

.floating-btn {width: 80px;
    height: 80px;
    background: #84A9C0;
    display: flex;
    align-items:center;
    justify-content:center;
    text-decoration: none;
    border-radius: 50%;
    color: black;
    font-size: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: background 0.25s;
    /*<button>*/
    outline: #20317f;
    cursor: pointer;}
.floating-btn:active{background: #20317f;
    color: white;}
.cook h1 {color: #20317f;}
.cook h3 {text-decoration: underline;}
.cookies {width: 70%;
          padding: 30px;
          border-radius: 30px;
         position: relative;
         left: 10%;
    align-content: center;
    background: #EFF2FF;
    box-shadow: 0 2px 5px rgba (0, 0, 0, 0.25);
    margin-bottom: 20px;}
.priv {width: 70%;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    left: 10%;
    align-content: center;
    background: #EBEBEB;
    box-shadow: 0 2px 5px rgba (0, 0, 0, 0.25);
    margin-bottom: 20px;}