@charset "UTF-8";
#ProductCollaborative {
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 40px;
    padding-bottom: 100px;
}
#ProductCollaborative p {
    margin-right: 25%;
    margin-left: 25%;
}
#image img {
    margin-left: 100px;
    margin-right: 100px;
    width: 45%;
    height: 100%;
}
#MainCollaborative {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #F9F9F9;
    padding-left: 5%;
    padding-right: 5%;
}
#MainCollaborative ul {
    text-align: left;
    list-style-type: square;
    list-style-position: inside;
    margin-right: 10%;
    margin-left: 10%;
}
.button  {
    border-bottom-style: none;
    width: 125px;
    float: right;
    margin-right: 17%;
    margin-top: 21px;
}
.button .btn-dark.grey {
    width: 125px;
    background-color: #000000;
    display: inline-block;
    border-bottom-style: none;
    color: #FFFFFF;
}
.button .btn-dark.grey:hover {
    background-color: #B0B0B0;
    cursor: pointer;
    color: #FFFFFF;
    width: 125px;
    border-bottom-style: none;
}
#Hero {
    background-color: #929292;
    height: 100%;
    background-size: cover;
    background-image: url(../img/product/student/photo_18.jpg);
    margin-top: -45px;
    width: 100%;
    max-height: 310px;
}
#Hero h2 {
    background-color: rgba(0,0,0,0.20);
    color: #FFFFFF;
    padding-top: 152px;
    padding-bottom: 133px;
    background-image: url(url);
    max-height: 310px;
}
.pagetop {
    position: relative;
    top: -61px;
    float: right;
}
.pagetop a:hover {
    border-style: none;
    opacity: 0.5;
}
.pagetop a:link {
    border-style: none;
}

@media (max-width:450px){
#ProductCollaborative {
    padding-left: 0%;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-right: 0%;
}
#ProductCollaborative p {
    margin-right: 5%;
    margin-left: 5%;
}
#image img {
    margin-left: 3%;
    margin-right: 3%;
    width: 60%;
    height: 100%;
    margin-top: 0px;
}
#MainCollaborative {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #F9F9F9;
    padding-left: 0%;
    padding-right: 0%;
}
#MainCollaborative ul {
    text-align: left;
    list-style-type: square;
    list-style-position: inside;
    margin-right: 5%;
    margin-left: 0%;
}
}

@media (min-width:768px){
#image img {
    margin-left: 5px;
    margin-right: 5px;
    width: 28%;
    height: 100%;
}
.button  {
    border-bottom-style: none;
    width: 125px;
    position: relative;
    float: right;
    margin-right: 5%;
    margin-top: 21px;
}
#Hero {
    background-color: #929292;
    height: 100%;
    background-size: cover;
    background-image: url(../img/product/student/photo_18.jpg);
    margin-top: -25px;
    width: 100%;
    max-height: 310px;
}
.button .btn-dark.grey:hover {
    background-color: #B0B0B0;
    cursor: pointer;
    color: #FFFFFF;
    width: 125px;
    border-bottom-style: none;
}
.button .btn-dark.grey {
    width: 125px;
    background-color: #000000;
    display: inline-block;
    border-bottom-style: none;
}
}

@media (min-width:1024px){
#image img {
    margin-left: 5px;
    margin-right: 5px;
    width: 25%;
    height: 100%;
}
}
