/* Specialized Internet style sheet for Beautification pages - ODOT */

#main a:link, #main a:active, #main a:visited { 
	color: #0066cc !important;
	background-color: transparent !important;
	text-decoration: underline !important; 
} 
#main a:hover { 
	color: #0066cc !important; 
    /* background-color: transparent !important; */
    background: transparent !important; 
} 
#maincontent {
    padding: 0 30px;
}
#header {
    background-image: none;
    height: 92px;
}
#headerC h2 {
    font-size: 1.25em;
}
h6 {
	color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
h5 {
	color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
h4 {
	color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
h3 {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
}
h2 {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.pycwmenu {
	vertical-align: top;
	/* text-align: center; */
	background-color: #dfecf0;
	height: 100%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 230px;
}

.pycmenu-hdr {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 20px 0 8px 0;
}
.pycwmenu ul {
	padding: 0;
	margin: 0;
    list-style-type: none;
    border-bottom: 2px solid #000;
}
.pycwmenu ul li {
    margin: 10px 0;
}

.pycwmenu .subA {
    margin: 10px 0 5px 0;
}
.pycwmenu .sub {
    margin: 10px 0;
}
.pycwmenu .subO {
    margin: 10px 0 10px 0;
}

.pycwmenu ul li a {
	color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	font-weight: 400;
	background: none;
}


/*  artbox styling start */
.artinfo {
    display: inline-block;
    vertical-align: text-top;
    margin: 10px 0 10px 5px;
    border-top: 2px solid black;
    width: 50%;
}
.artinfo-title {
    color: black;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 5px 0;
}
.artinfo1 {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.artinfo2 {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.artinfo3 {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
}
.center {
    text-align: center;
    margin: 15px 0 0 0;
}
/*  artbox styling end  */

/*  back to top button start  */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ad0000;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    line-height: 1;
  }
  #myBtn:hover {
    background-color: #525252;
  }
  .btt-btn {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .material-icons {
      color: #fff;
      font-size: 35px;
      line-height: .5;
  }


/*  back to top button end  */
