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

.home3thing1 {
    background: #ffffff;
}    

.home3thing, .btn {
    margin-bottom: 6px;
}
    
.thinghomebottom {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.thinghomebottom:last-of-type {
    border-bottom: 0px;
}
    
.homewelcome {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;    
}

.headerlogin {
    width: 90%;
    margin: 0 auto;
}
    
.headerlogin input[type='text'], .headerlogin input[type='password'] {
    width: 100%;
}
    
.homesingupcont {
    padding-bottom: 0px;
}
    
.homesignup, .homesignup[type=email] {
    margin-bottom: 8px;
}
    
ul, ol {
	margin: 0 0 1.7em 0em;
}
    
.themighty {
    position: relative;
    left: auto;
    top: 3px;
}
    
    .courseannouncement {
        font-size: 12px;
        font-weight: normal;
    } 
    
    .homesingupcont input[type=text], .homesingupcont input[type=email]  {
        margin-bottom: 10px;
}
    
    .carousel-indicators, .carousel-control {
        display: none;
    }
    
}



@media (min-width: 769px) and (max-width: 980px) {
}