.titlebar {
  background: linear-gradient(73deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
  display: inline-block;
  position: relative;
  color: white;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  padding: 16px, 16px;
  text-align: center;
  font-size: 40px;
  font-family: Andale Mono, monospace;
}

.roland .Big {
  font-family: "Segoe UI",Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12vw;
  color: #F0F0F0;
  /* vertical align center */
  display: block;
  position: relative
  /*==========*/
}

.roland .text2 {
  text-align: center;
  font-family: "Segoe UI",Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16vw;
  color: #2ecfee;
  transform: scaleY(1.75) scaleX(0.75);
  background: rgba(0,0,255,0.25);
  height:50%;
  left: 45%;
  top: -10%;
  text-shadow: 2px 2px #009688;
  /* vertical align center */
  display: inline-block;
  position: relative;
  /*==========*/
}

.roland {
  height: 40vw;
  color: white;
  background-size: 100vw;
  background-image: url('Images/bitchmagnet.jpg')
}

.center {
  text-align: center;
  left: 50%
}

.desc {
  font-family: Helvetica;
  font-size: 2em;
  padding-left: 10%;
  color: #555
}

.smaller {
  font-size: 50%;
}

.grid2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.item1, .item2, .item3, .item4 {
  justify-content: center;
  min-height: 3rem;
  padding: 100px;
  align-items: center;
  display: flex;
  font-size: 5vw;
  color: #f0f0f3;
  text-decoration: none;
}

.item1 {
  background: #E91E63
}

.item2 {
  background: #009688
}

.item3 {
  background: #9C27B0
}

.item4 {
  background: #FF5722
}

ul {
  overflow: hidden;
  background-color: #FFF;
  display: inline-block;
  margin-top: 0;
  margin-bottom: -4px;
  width: 100%;
  height: 50px;
}

ul:first-child {
  padding-left: 0px;
}

ul .active {
  background: #008CBA;
  color: white;
}

ul .home:hover {
  background: #007BA9;
  color: white;
}

ul a {
  float: left;
  color: #666;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block
}

ul a:hover {
  background-color: #ddd;
  color: black;
}

ul .contact {
  float: right;
  color: white;
  background: #008CBA
}

ul .contact:hover {
  color: white;
  background: #007BA9
}

*::selection {
  color: blue;
  background: rgba(0,255,0,0.5)
}

footer {
  background: linear-gradient(180deg, rgba(56,72,80,1) 55%, rgba(53,69,77,1) 100%);
  display: inline-block;
  height: 250px;
  color: #ddd;
  text-align: center;
}

.grid2x2 a:hover {
  text-decoration: underline;
}

footer a:link, footer a:visited  {
  text-decoration: none;
  color: white
}

footer a:hover {
  text-decoration: underline;
}

footer a:not(:last-child)::after {
  content: " • ";
}

.caption {
  display: block;
  background: white;
  border: 1px solid #8db7cc;
  min-width: 360px;
  max-width: 70%;
  min-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 5px;
  padding: 25px;
}

p {
  font-family: 'IBM Plex Serif',sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #29333d;
}

.preview {
  display: block;
}

.previmage {
  width: 300px;
}

.preview a {
  vertical-align: top;
  margin: 0;
  height: 100%;

}

.preview p {
    margin: 0;
    height: 100%;
    text-align: right;
    vertical-align: top;
}

/* Links */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
