


@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'futura_lightregular';
    src: url('../CL_fonts/futura-t-light.otf');

    font-weight:lighter;
    font-style: normal;
}


.superheading {
	font-family:'futura_lightregular';
	font-size:40px;
	color:#000000;
	padding-top:80px;
	padding-bottom:80px
}


.sub_heading {
	font-family:'futura_lightregular';
	font-size:20px;
	color:#666;
}



.heading {
	font-family:'futura_lightregular';
	font-size:20px;
	color:#000000;
	padding-top:20px;
	padding-bottom:20px;
	text-decoration:none;
}
.subHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#919191;
	padding:20px 10px 20px 10px;
	
	text-align:center;
}

.Menutxt {
font-family:'futura_lightregular';
	font-size:14px;
	color:#bababa;
	text-decoration:none;
}

.Menutxt a{
font-family:'futura_lightregular';
	font-size:14px;
	color:#bababa;
	text-decoration:none;
}
.Menutxt a:hover{
font-family:'futura_lightregular';
	font-size:14px;
	color:#333333;
	text-decoration:none;
}



.dropbtn {

    color: white;
    
    font-size: 12px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align:left; font-weight:normal;
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #545454;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	border-bottom:solid .5px #dadada;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #FFFFFF}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover  {
   /* background-color: #3e8e41;*/
}.dropbtn {

    color: white;
    
    font-size: 12px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align:left; font-weight:normal;
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #545454;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	border-bottom:solid .5px #dadada;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #FFFFFF}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover  {
   /* background-color: #3e8e41;*/
}



/* popup*/



/* Modal Content */


/* Add Animation */


/* The Close Button */







/* popup end*/