/*CSS brought over from Buttons and Text Type: WYSIWYG*/
.summer-essentials-2018-button {
    background-color: #ffd800;/* Change Me, Use This For Section Headings */
    border: none;
    color: #000000; /* Text Color */
padding: 12px;
width:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
font-weight:bold;
    font-size: 1.5em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
text-decoration:none;
color:white;
}
.summer-essentials-2018-button:hover{
background-color: #418757; /* Change Me, Hover Color */
}
a.summer-essentials-2018-button:link, a.summer-essentials-2018-button:visited{
text-decoration:none;
color:#000000; /* Text Color */
}
a.summer-essentials-2018-button:hover{
color:#ffffff;
}
.sem-content .summer-essentials-2018-button, a.summer-essentials-2018-button:visited, a.summer-essentials-2018-button:active{
text-decoration:none;
color:white !important;
text-shadow:none !important;
}

.summer-essentials-2018-infotext {
text-align:center;
margin-top:1em;
}
.summer-essentials-2018-infotext span{
font-size: large;
}

