@charset "UTF-8";

/*head*/

.div header {
    padding-top: 200px;
    padding-left: 100px;
}

h1 {
    position: relative;
    color: #ff314f;
}

h2 {
    position: relative;
    text-align: left;
    color: #ff314f;
}

h3 {
    position: relative;
    text-align: center;
    color: #ff314f;
    float: center;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 0;
    color: #2e2e56;
    font-size: 18pt;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
}

/*body*/

p {
    max-width: 600px;
    padding-left: 0;
    font-size: 12pt;
}

/*footer*/

footer {
    padding-bottom: 15px;
    padding-top: 25px;
    float: center;
    text-align: center;
}

/*images*/

.flexbox-item-1 {
    position: fixed;
    float: right;
    top: 100px;
    right: 100px;
}

/*nav*/

.flexbox-item-2 {
    position: fixed;
    right: 100px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    list-style-type: none;
    display: inline;
}

.main-nav ul { 
    list-style-type: none; 
    display: inline;
    top: 10px;
    max-width: 600px;
}

a {
    display: block;
    padding: 8px;
    list-style-type: none;
}

a:link {
    color:#2e2e56;
}

a:visited {
    color: #8e8249;
}
a:hover {
    color: #ff314f;
}
a:active {
    color: black;
}

/*misc.*/

  html {
    border: 50px;
    border-style: double;
    border-color: #ff314f;
    background-color: lightgoldenrodyellow;
    box-sizing: border-box;
    box-sizing: inherit; 
    border-top: 50px solid black;
    border-bottom: 50px solid black;
    padding-left: 50px;
}

.flexbox-container {
    display: inline-block;
}



  /* 
  color swatches:
  2e2e56
  c1b163
  */



