/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


body {
  font-family: 'Open Sans', Helvetica, Sans-Serif;
  font-size: 16px;
  font-weight: 300; 
  width: 100%; 
  min-width: 600px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */

::-moz-selection { background: #78c4ff; color: #fff; text-shadow: none; }
::selection { background: #78c4ff; color: #fff; text-shadow: none; }

#i-header-content {
  /* width: 940px; */
  margin: 0px auto;
  margin-left: 40px;
  margin-top: 4px;
}

#i-logo {
  width: 290px;
  height: 76px;
	background: url("../interface/Components.png") 0 0 no-repeat;
}

#i-main-menu {
  line-height: 1.4;
  float: right;
  height: 80px;
  font-size: 20px;
  font-weight: 300;
  color: #d6d6d6;
  padding:0 0 0 0;	
  /* margin: 0;
  /* width: 200px; */
  margin: 0px 30px 0px 0px;
  vertical-align: middle;

}

#i-main-menu .sel {
  color: #78c4ff;
  background: url("../interface/MenuSel.png") 0 0 no-repeat;
  background-position: 24px 14px;
}

#i-main-menu li {
  float: left;
  list-style:none;
  padding:3px 0px 5px 40px;	
  margin: 18px 0px 0px 30px;
}
#i-main-menu li a {
  color: inherit;
  font-weight: 300;
  text-decoration: none;
}
#i-main-menu li a:hover {
  text-decoration: underline;
}
#i-content {
  width: 100%;
  background-color: #F6F6F6;
}


#i-sub-header {
  line-height: 1.4; 
  height: 46px;
  padding: 0;
  margin: 0;
  background-color: #EEE;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}
.i-sub-header-blog {
  display: none;
}

#i-sub-header-content {
  width: 980px;
  margin: 0px auto;   
}

.i-sub-menu {
  font-weight: 300;
  float: left;
  font-size: 18px;
  text-transform: lowercase;
  color: #808080;
  margin: 0;	
  padding: 10px 3px 15px 16px;
}

.i-sub-menu .sel {
  color: #66b4f1;
  background: url("../interface/MenuSel.png") 0 0 no-repeat;
  background-position: 4px 10px;
  border-radius: 5px;
}

.i-sub-menu .current_page_item {
  color: #66b4f1;
  background: url("../interface/MenuSel.png") 0 0 no-repeat;
  background-position: 4px 10px;
  border-radius: 5px;
}

.i-sub-menu li {
  float: left;
  list-style:none;
  padding:1px 20px 3px 20px;	
  margin: 0 15px 0 0px;  
}

.i-sub-menu li a {
  color: inherit;
  font-weight: 300;
  text-decoration: none;
}
.i-sub-menu li a:hover {
  text-decoration: underline;
}

#b-footer {
  height: 80px;
  font-size: 14px;
  background-color: #3c3c3c;
  color: #A3A3A3;
  width: 100%;
}

#b-footer-content {
  padding: 18px 40px 15px 40px;
  line-height: 1.4;   
}

.b-flink {
  color: #ededed;
}
.b-flink a {
  color: #ededed;
  text-decoration: none;
}
.b-flink a:visited {
  color: #ededed;
  text-decoration: none;
}
.b-flink a:hover {
  color: #78c4ff;
}

#b-footer-email {
  float: left;
  padding: 3px 0 0 0;
}
#b-footer-email table, #b-footer-email td {
  border-width: 0;
  border-spacing: 0;
  padding: 0 1em 0 0;
  margin: 0px;
  font-weight: 300;    
}

#b-footer-credit {
  float: right;
  width: 300px;
  text-align: right;
  padding: 3px 0px 0 0;
}
#b-footer-social {
  float: right;
  width: 200px;
  margin: 6px 30px;
  vertical-align: middle;
}

.b-social-img-fr {
  float: right;
  margin: 0 7px 0 7px;
}
#b-social-li {
  width: 45px;
  height: 45px;
	background: url("../interface/Components.png") 0 -76px no-repeat;
}
#b-social-sc {
  width: 45px;
  height: 45px;
	background: url("../interface/Components.png") -45px -76px no-repeat;
}
#b-social-gp {
  width: 45px;
  height: 45px;
	background: url("../interface/Components.png") -90px -76px no-repeat;
}
#b-social-tw {
  width: 45px;
  height: 45px;
	background: url("../interface/Components.png") -135px -76px no-repeat;
}

.b-music-track-social {
  display: flex;
  flex-wrap: wrap;  
  margin-bottom: 18px;
  justify-content: center;
}

.b-music-social-icons {
  display: flex;
  flex-wrap: wrap;  
  margin-bottom: 18px;
  justify-content: left;
}

.b-rounded-textbutton {
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 28px; /* Adjust this value to control the roundness */
  background-color: #E5E5E5; 
  text-decoration: none; /* Remove underline */
  cursor: pointer;
  border: 1px solid #ABABAB;        
  outline: none;
  transition: background-color 0.3s;
  width: 180px;
  height: 28px;
  margin: 3px;  
}

@media only screen 
and (max-device-width : 480px) 
and (orientation : portrait) {
  .b-rounded-textbutton {
    width: 220px;
  }
}


.b-rounded-iconbutton {
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  padding: 6px 6px;
  border-radius: 28px; /* Adjust this value to control the roundness */
  background-color: #111111; 
  text-decoration: none; /* Remove underline */
  cursor: pointer;
  border: 0px solid #ABABAB;        
  outline: none; /* Remove outline */
  transition: background-color 0.3s;
  width: 28px;
  height: 28px;
  margin: 3px;
}

/* Styles for the icon */
.b-rounded-textbutton .b-icon {
 all: initial;
  margin-right: 8px; /* Adjust the spacing between icon and text */
  width: 28px;
  height: 28px;
}


.b-rounded-iconbutton .b-icon {
  all: initial;
  margin-right: 8px; /* Adjust the spacing between icon and text */
  width: 28px;
  height: 28px;
  filter:invert(1);
}


/* Styles for the button on hover */
.b-rounded-textbutton:hover {
  background-color: #C8DEEF; /* Light shade of blue */
  border: 1px solid #62b2f0;        
  color: #000; /* Text color */
}

.b-rounded-iconbutton:hover {
  background-color: #51ADF4; /* Darker shade of blue */
  color: #000; /* Text color */
}


a {
  color: #000000; 
  font-weight: 300;
  text-decoration: underline;
  /* Fade effect on hover */
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:visited {
  color: #000000;
}
a:link {

}

a:hover {
  color: #62b2f0;
}

p {
  padding: 0em 0 1em 0;
  margin: 0;
  font-weight: 300;
}

h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 300;
  color: #262626;
  font-size: 32px; 
}

/* Color text */
h2 {
  font-size: 18px;
  line-height: 1.8;
  color: #62b2f0;  
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-transform: uppercase; 

}

/* Dim text */
h3 {
  font-size: 16px;
  color: #898989;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0 0 0em 0;
  font-weight: normal;
  color: #000;
  font-size: 16px;
}

h5 {
  text-rendering: optimizelegibility;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}


@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    /* Retina-specific stuff here */  
    #i-main-menu .sel {
      background: url("../interface/MenuSel@2x.png") 0 0 no-repeat;
      background-position: 24px 14px;
      background-size: 9px 9px;
    }

    .i-sub-menu .sel {
      background: url("../interface/MenuSel@2x.png") 0 0 no-repeat;
      background-position: 4px 10px;
      background-size: 9px 9px;
    }
    .i-sub-menu .current_page_item {
      background: url("../interface/MenuSel@2x.png") 0 0 no-repeat;
      background-position: 4px 10px;
      background-size: 9px 9px;
    }
    #b-social-li, #b-social-sc, #b-social-gp, #b-social-tw, #i-logo {
      background-size: 290px 126px;
    	background-image: url("../interface/Components@2x.png");
    }
}



