.tlaText {
	color:#0064f0;
  font-size: 2em !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.tlaTextsub {
	color:#000;
  font-size: 1.3em !important;
  font-weight: bold;
  margin-left: 25px;
}
#tlaHomeTop {
    background-image: url("https://schoolathome.ca/wp-content/uploads/tlarobots.png");
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#tlaAboutTop {
    background-image: url("https://schoolathome.ca/wp-content/uploads/TLAlittle.png");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#tlak9Top {
    background-image: url("https://schoolathome.ca/wp-content/uploads/TLAlittle.jpg");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#tlaLSSTop {
    background-image: url("https://schoolathome.ca/wp-content/uploads/TLAblended.png");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#tlagradTop {
    background-image: url("https://schoolathome.ca/wp-content/uploads/TLAgrad2017.png");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#tlaHomeBottom {
    background-image: url("https://schoolathome.ca/wp-content/uploads/tlarobots.png");
    height: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#pg-4-0, #pg-319-0, #pg-158-0, #pg-395-0, #pg-70-0, #pg-342-0, #pg-74-0, #pg-355-0, #pg-570-0, #pg-544-0, #pg-567-0, #pg-611-0, #pg-524-0, #pg-1666-0{
	margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 0px;
}

#tlaHomeTop .tlaProgramBox {
	padding-top: 15%;
}
.tlaProgramBox {
	padding-top: 10%;
}
.tlaProgramHeader {
	float: left;
  text-align: center;
  width: 33%; 
}
.tlaProgramHeading {
	color: #fff !important;
  font-size: 1.6em !important;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 3px 3px 5px #000;
}
.tlaProgramButton {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 1.3em;
}
.tlaProgramButton:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000 !important;
}
#main {
  padding-top: 0px !important;
}
.panel-row-style {
	padding-top: 0px !important;
}
 @media screen and (max-width: 600px) {
    .tlaProgramHeader {
      width:auto;
      float:none;
      padding-top:20px;
    }
}