﻿/*Body*/
.courses{
    border-top:1px solid black;

}

/*Header*/
#logo {
    margin-top:-10px;
	vertical-align:top;
	display:inline-block;
    height:180px;
    width:500px;
}

#logo img {
    vertical-align:top;
}
.image{
    width: 100%;
    height: 280px;
    background-image: url("../images/Courses.jpeg");
    background-size: cover;
    background-repeat: no-repeat;    
}
h1{
    font-size:40px!important;
}
h2{
    font-size:25px!important
}
.course-number{
    padding-top:20px!important;
    font-size: 30px;
	line-height:32px;
	text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, #202048 0px 2px 1px, rgba(245, 245, 255, 0.35) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;

}
.header{
    text-align:center;
}
/*Courses Nav*/
.iso-nav ul li{
	display:inline-block;
	border:solid 1px #3b579d;
	padding:2px 5px 2px 5px;
	border-radius:3px;
}
.iso-nav ul li:hover{
	background-color:#3b579d;
	color:#fff;
	cursor:pointer;
}
.active{
	background-color:#3b579d;
	color:#fff;
}
/*Courses*/
.item{
	margin-top:10px;
	height:150px;
	display:inline-block;
	float:left;
}

.item img{
	height:150px;
	width:200px;
	margin-right:5px;
	margin-left:5px;
	
}
.main-iso{
	width:100%;
}
/*Content*/
#course{
    padding:20px;
    color:#fff;
    background-image:url(../images/courseinfo.jpeg);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
#course ul li{
    color:white;
}
.cover{
    padding:20px;
    background-color: rgba(0,0,0,0.6);
    height:700px;
}
.col-lg-3 img{
    padding:0px 0px 20px 0px;
    height:300px;
}
.content-info{
    
    text-align:left;
}
.content-info p{
    padding:10px;
}
.shortcode_button{
   margin-bottom:20px!important; 
}
.shortcode_button:hover{
    background-color:#1a1a1a;
    
}
.content{
    
    padding-bottom:20px;
}
.content p{
    font-size: 15px;
}

#DISC{
    font-size: 15px;
    margin-top:30px;
    color:#fff;
    text-align:center!important;
}


