/* fonts */

/* heading*/
.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}

/* subheadings */

.cedarville-cursive-regular {
  font-family: "Cedarville Cursive", cursive;
  font-weight: 400;
  font-style: normal;
}


/* main font */
.patrick-hand-regular {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

/* text */

/* freq. used*/
p{
    font-size: 15px;
    color: #1c0f0f;
}

a{
    font-size: 17px;
    color: #ea788c;
}

a:hover{
    color: pink;
    cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat993.cur), auto !important;
}

ul{
    list-style-image: url(images/gabriel/heart%20icon.gif);
}

/* headings and subheadings */

h1{
    font-size: 120px;
    font-family: 'Pinyon Script', cursive;
    color: lightpink;
    text-shadow: 1px 1px 2px black, 0 0 25px #a74a4a, 0 0 5px #1f1113;
    text-align: center;
}
h2, h3, h4{
    font-size: 70px;
    font-family: 'Cedarville Cursive', cursive;
    color: #40232e;
    text-align: center;
}

/* body */
body{
    background-color: #cc7482;
    background-image: url(images/gabriel/rikonavt-K3x_AkLVTAo-unsplash.jpg);
    background-attachment: scroll;
    background-size: cover;
}

/* navigation bar*/
.topnav{
    overflow: hidden;
    background-image: url(images/gabriel/gabriel_header.png);
    width: 960px;
    height: 100px;
    background-size: cover;
    margin-left: 15%;
    
}

.topnav a{
    float: left;
    font-size: 20px;
    color: rgb(209, 134, 169);
    text-align: center;
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 40px;
}

.topnav a:hover{
    color: white;
}

/* side collumn*/

.sidebar{
    float: left;
    margin-left: 10%;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 15%;
    height: 600px;
    background-image: url(images/gabriel/gabriel_sidebar_background.png);
    background-size: cover;
    opacity: .9;
    border-radius: 5px;
}

/* middel collumn*/

.middlecollumn{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 45%;
    height: 600px;
    background-color: #f29797;
    border-radius: 5px;
    overflow: scroll;
}

/* right collumn */

.rightbar{
    float: left;
    margin-left: 5px;
    margin-right: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 15%;
    height: 600px;
    background-image: url(images/gabriel/gabriel_sidebar_background.png);
    background-size: cover;
    opacity: 0.9;
    border-radius: 5px;
}

/* credits*/

.credits{
    float: inline-start;
    color: #e0a4aa;
}

.credits:hover{
    color: white;
}

/* global */
*{
    font-family: 'Patrick Hand', cursive;
    cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat991.cur), auto !important;
}