/* fonts */

/* heading */
.homemade-apple-regular {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}

/* subheadings */
.nothing-you-could-do-regular {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
}

/* regular text */

.linden-hill-regular {
  font-family: "Linden Hill", serif;
  font-weight: 400;
  font-style: normal;
}

.linden-hill-regular-italic {
  font-family: "Linden Hill", serif;
  font-weight: 400;
  font-style: italic;
}


/* text */

h1{
    font-family: 'Homemade Apple', cursive;
    font-size: 70px;
    text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px lightyellow;
    color: #192e4b;
    text-align: center;
}
p{
    font-family: 'Linden Hill', serif;
    color: rgb(14, 14, 59)
}
h2,h3,h4{
    font-family: 'Nothing You Could Do', cursive;
    color: #202e36;
    font-size: 50px;
}
a{
    color: darkblue;
    font-size: 15px;
}
a:hover{
    color:lightblue;
    cursor: url(https://cur.cursors-4u.net/nature/nat-11/nat1020.cur), auto !important;
}
a:visited{
    color: blue;
}
ul{
    list-style-image: url(images/star%20icon.gif);
}
ol{
    list-style: lower-roman;
}

/* body */

body{
    background-color: #7c96ba;
    background-image: url(images/asher/siim-lukka-K6rjbT5P6wE-unsplash.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* dividers */

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

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

.topnav a:hover{
    color: #1e1e45;
}

/* 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/asher/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: white;
    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/asher/sidebar_background.png);
    background-size: cover;
    opacity: 0.9;
    border-radius: 5px;
}


/* credits */

.credits{
    float: left;
    color: black;
}

.credits:hover{
    color: white;
}

/* Start https://www.cursors-4u.com */ 
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-11/nat1022.cur), auto !important;
    font-family: 'Linden Hill', serif;
} 
/* End https://www.cursors-4u.com */