/* PKN_Kollum stylesheet, overruling stylesheet 'bootstrap.min.css'

    RGB-waarden (kleurcode) Rood: 207 / 56 / 53
    RGB-waarden (kleurcode) Oranje: 233 / 140 / 0
    RGB-waarden (kleurcode) Donkerroze: 184 / 50 / 136
*/

body{
    background: white;
}
/*==================================================================================*/
/*  Page and header H1,H2,H3,H4,H5,H6 definitions added 21-jan-2019 -AR-
/*  Same definitions are added in CK editor 'content.css' /admin/template/js/ckeditor/
/*==================================================================================*/
p{
    font-family:lucida sans unicode,lucida grande,sans-serif; /* -AR */
	font-size: 14px;
    color: black;
}
h1{
   font-family:lucida sans unicode,lucida grande,sans-serif; /* -AR */
   font-size: 24px;
   color: rgb(207,56,53);
}
h2{
	font-family:lucida sans unicode,lucida grande,sans-serif; /* -AR */
	font-size: 22px;
    color: rgb(207,56,53);
    /*text-shadow: 1px 1px 0px black; /* -AR */
}
h3{
    font-family:lucida sans unicode,lucida grande,sans-serif; /* -AR */
	font-size: 20px;
    font-weight: bold;
    color: rgb(207,56,53);

}
h4{
    font-family:lucida sans unicode,lucida grande,sans-serif; /* -AR */
	font-size: 18px;
    font-weight: normal;
    color: rgb(207,56,53);


}
h5{
	font-family:lucida sans unicode,lucida grande,sans-serif; /* -AR */
	font-size: 14px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}
h6{
	font-family:lucida sans unicode,lucida grande,sans-serif; /* -AR */
	font-size: 14px;
    font-weight: bold;
    color: black;
 }

/*Main header background and text*/
/*.jumbotron{background-color: green;}*/
.jumbotron{
    background-image: url('/_src/PKN_Kollum/theme/New/images/Logo_PKN_Kollum_AR.png');
    background-repeat: no-repeat;
    background-size: cover;

    /*font-family: lucida sans unicode,lucida grande,sans-serif;
    font-size:40px;
    font-style:italic;
    font-weight:600;
    color:#D2691E;*/
}
/*.jumbotron .h1,.jumbotron h1{font-family: lucida sans unicode,lucida grande,sans-serif;font-size:40px;color: white;}*/
.jumbotron h1{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-size:0px;/* Normal 40px -AR- */
    font-style:italic;
    font-weight:600;
    color:rgb(233,140,0);
}

/*Sub header text*/
.jumbotron p{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-size:0px;/* Normal 21px -AR- */
    font-weight:bold;
    color: whitesmoke;
    font-style: italic;
}

.jumbotron >hr{border-top-color:}
.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}
.jumbotron .container{max-width:100%}
/*@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}*/
.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}

/*Page-header*/
.page-header{
    margin-top:0px;
    padding-top:0px;
    padding-left:20px;

}
.page-header h1{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    margin-top:0px;
    color: rgb(207,56,53);/* PKN rood*/
}
.nav li ul li a:hover,.nav >li >ul >li.current >a,.nav >li >ul >li.active >a{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-weight: normal;
    font-size:16px;
    text-decoration: none;
    color:rgb(207,56,53)!important;/* PKN rood*/
}
/*=================================*/
/* all hyperlink properties -AR-*/
/*=================================*/
a{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-weight: normal;
    font-size:16px;
    text-decoration: none;
    color:darkred;
}
a:hover{
  font-size:18px;
  color:black
}
/*=================================*/
.navbar{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    background-color: rgb(233,140,0);/* PKN orange*/
}
.navbar-wrapper{
   color: rgb(207,56,53)!important;/* PKN rood*/
   font-size:16px;

}
.navbar-toggle{
    color: red;
}
.navbar-brand {/*.navbar-brand{*/
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-size:16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: darkred;
}
/*Footer related */

.bg-primary{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    background-color:rgb(233,140,0);/* PKN orange*/
}
.col-sm-5{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-size:16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color:rgb(233,140,0);/* PKN orange*/
    color:white;
}
.col-sm-7{
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-size:16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color:rgb(233,140,0);/* PKN orange*/
    color:white;
}

/*sidebar properties added 12-nov-2018*/
.sidebar_header{
    font-size:20px;
    font-family:lucida sans unicode,lucida grande,sans-serif;
    color:rgb(207,56,53);/* PKN rood*/
    font-weight:bold;
}
.sidebar_table{
    font-size:16px;
    font-family:lucida sans unicode,lucida grande,sans-serif;
    color:#0000FF;
}
/*================================================*/
/* START Below properties for password ledenpagina*/
#pw-label{
    color:#000;
    font-family:lucida sans unicode,lucida grande,sans-serif;
    font-size: 20px;
    font-weight: bold;
}
#password{
    border: 2px solid #E52F1F;
    padding: 2px;
    padding-left: 5px;
    width: 150px;
}
/*style= "cursor: pointer; color:white; background: black; height: 30px;"*/
#pw_submit{
    font-family:lucida sans unicode,lucida grande,sans-serif;
    font-size: 20px;
    font-weight:normal;
    cursor: pointer;
    color:white;
    background: black;
    height: 30px;
}
/* END properties for password ledenpagina*/
/*========================================*/
