@media only screen and (max-width: 1200px) and (min-width: 1101px){
.header-2-wrapper .site-branding, .header-3-wrapper .site-branding {
    max-width: 1100px;
}
  .header-sticky .site-title a {
    font-size: 25px !important;
}
}

@media only screen and (max-width: 1100px) and (min-width: 1024px){

  .header-sticky .site-title a {
    font-size: 20px !important;
}
}

@media only screen and (max-width: 1023px) and (min-width: 501px){
.main-header .header-2-wrapper .site-title a {
    line-height: 24px!important;
    font-size: 18px!important;
	}
  .header-sticky .site-title a {
    font-size: 18px !important;
}
}

@media only screen and (max-width: 500px) and (min-width: 340px){
	.main-header .header-2-wrapper .site-title a {
    line-height: 28px!important;
    font-size: 26px!important;
	}
  .header-sticky .site-title a {
    font-size: 22px !important;
}
}

@media only screen and (max-width: 500px){
  .main-header .header-2-wrapper .site-title a {
    line-height: 20px!important;
    font-size: 16px!important;
	}
  .header-sticky .site-title a {
    font-size: 16px !important;
}
}

.textwidget{
  padding:10px!important;
}
.header-sticky .site-title a {
    font-size: 25px !important;
}



h1.entry-title-page {
    font-size: 36px;
    line-height: 55px;
    margin: 0 auto;
    /*width: 600px;*/
    padding: 40px 0 10px;
}



.card-list{
	display: flex;
}

.card-list{
	width: 33%;
	border: 1px solid;
	margin: 10px;
	padding: 10px;
}

.card-list{
	padding-right: 10px;
}



.ieee-magenta{
	background-color:#F2635F;
}

.card-textmagenta{
	text-align:center;
	color:#fff;
	font-size:18px;
    border-radius: 15px;
    margin-bottom: 5px;
}
.card-text {
    text-align: center;
    color: #fff;
    font-family: Helvetica;
    font-size: 24px;
    margin-bottom: 5px;
}
.card-number {
    color: #fff;
    text-align: center;
    font-family: Helvetica;
    font-size: 30px;
}


.ieee-orange {
    background-color: #E4A42C;
}

.card {
    border-radius: 15px;
    padding: 10px;
}
.ieee-blue {
    background-color: #0066A1;
}
.ieee-light-blue {
    background-color: #54A5D3;
}