
/* Priatta CSS */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif
}

body,
html {
    height: 100%;
    line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("DarkSkyline.jpg");
    min-height: 100%;
}


.p-marginBottom {
    margin-bottom:8px!important
}

.p-largeFont{
    font-size:18px!important;
    font-weight:bold;
    color: rgb(73, 73, 73);
}

 /*links */

 a:link, a:visited  {
    text-decoration: none;
}

 a:hover, a:active {
    font-weight: bold;
    text-decoration: none;
}
 
.p-hyperLink {
    color: blue;
}
      
.p-hyperLink:visited {
    color: purple;
}
   
.p-hyperLink:hover {
    text-decoration: underline;
}
