.apps-only {
  text-align: center;
}

.apps {
  text-align: center;
}

.apps-only p {
  text-align: left;
}

.apps-only .row {
  margin: 3em 1em;
}

.rounded-rect {
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
}

.insta-apps .row {
	margin: 1.5em 1em 1.5em 1em;
}

.shrinking-icon {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	height: 44px;
	width: 44px;
}

h2.shrinking-link {
	font-size: 1em;
	margin: 4px 0 4px 0;
}

.insta-link {
	color: #60CE09;
}

del {color:red;}

.text-black {color:black;}

#header {
  background-color: rgba(74, 111, 142, 0.9);
  background-image: url(../images/header.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

#header h1 {
  color: #fff;
  font-size: 3em;
  padding: 1em 0em;
  text-align: center;
}

.course-header {
  font-weight: bold;
}

#course-explanations {
  margin-top: 20px;
}

.course-button {
  padding-top: 10px;
}

.course-button-image {
  height: 60px;
  width: 60px; 
}

.selected {
  background: rgba(217, 237, 247, .5);
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
}

.panel h4 {
  margin-bottom: 20px;
}


@media screen and (min-width: 400px) {
	.shrinking-icon {
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
		height: 88px;
		width: 88px;
	}

	h2.shrinking-link {
		font-size: 1.5em;
		margin: 4px 0 4px 0;
	}
}

@media screen and (min-width: 768px) {
  #header h1 {
    font-size: 5em;
  }

  .course-button-image {
    height: 100px;
    width: 100px; 
  }

	.insta-apps .row {
		margin: 3em 1em 3em 1em;
	}

	.shrinking-icon {
	  -webkit-border-radius: 40px;
	  -moz-border-radius: 40px;
	  border-radius: 40px;
		height: 175px;
		width: 175px;
	}

	h2.shrinking-link {
		font-size: 2.5em;
		margin: 4px 0 4px 0;
	}
}