/*
Theme Name: MFF
Description: MFF Framework
Author: Figment
Template: peterframework
*/

@import url("../peterframework/style.css");

.fixedheader {
    position: fixed !important;
    top:0; left:0;
    width: 100%; 
animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}
#myDIV {
opacity: 0;
    position: absolute;
    top: 26px;
    background-color: #ffffff;
    width: 200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
    right: 178px;
    z-index: 999999;  
}
.fakeborder {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}



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

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

}
@media (max-width: 1080px) {

}
@media (min-width: 1080px) {

}
@media (max-width: 1023px) {

}
@media screen and (max-width: 900px) and (min-width: 600px) {

}
@media (min-width: 960px) {

}
@media (max-width: 768px) {

}
@media (max-width: 576px) {

}