/* tm SECTION INDEX PAGE STYLE */

/*  SECTION CONTAINER HOME Pages - Holds all the content!!! */

.secthome a:hover {
display: inline;
}

.secttitle {
width:85%;
background-color: #d9bbe8;
border: .15em solid #311340;
border-radius: 12px;
margin: 0 .3em 0 0;
padding: .2em;
float: left;
opacity: .7;
}

.tm h4 a {
font-size: 24px;
}

/* END - SECTION CONTAINER formatting */



/* tm Section  */

.tm {
width: 45%;
margin: .3em;
float: left;
}

#tm1 {
width: 65%;
}

#tm2 {
width: 30%;
}

#tm3 {
width: 30%;
}

#tm4 {
width: 65%;
}

#tm5 {
width: 75%;
}

/* END - tm Section */


/* 768 MAX Begin */

@media screen and (max-width: 768px) {

/*  SECTION CONTAINER HOME Pages - Holds all the content!!! */

.secttitle {
width:85%;
background-color: #d9bbe8;
border: .15em solid #311340;
border-radius: 12px;
margin: 0 .3em 0 0;
padding: .2em;
float: left;
opacity: .7;
}

/* END - SECTION CONTAINER formatting */



/* tm Section  */

.tm {
width: 45%;
margin: .3em;
float: left;
}


/* END - tm Section */
}
/* END - 768 MAX */


/* 480 MAX Begin */

@media screen and (max-width: 480px) {

/*  SECTION CONTAINER HOME Pages - Holds all the content!!! */

.secttitle {
width:85%;
background-color: #d9bbe8;
border: .15em solid #311340;
border-radius: 12px;
margin: 0 .3em 0 0;
padding: .2em;
float: left;
opacity: .7;
}

/* END - SECTION CONTAINER formatting */



/* tm Section  */

.tm {
width: 95%;
margin: .3em;
float: left;
}



.tm h4 a {
font-size: 18px;
}

/* END - tm Section */
}
/* END - 480 MAX */

/* 376 MAX Begin */

@media screen and (max-width: 376px) {

/*  SECTION CONTAINER HOME Pages - Holds all the content!!! */

.secttitle {
width:90%;
background-color: #d9bbe8;
border: .15em solid #311340;
border-radius: 12px;
margin: 0 .3em 0 0;
padding: .2em;
float: left;
opacity: .7;
}

/* END - SECTION CONTAINER formatting */

/* tm Section  */

.tm {
width: 95%;
margin: .3em;
float: left;
}


#tm1, #tm2, #tm3, #tm4, #tm5 {
width: auto;
}

/* END - tm Section */
}
/* END - 376 MAX */