/*==========  Breakpoints & Media Queries  ==========*/

/* Extra-X2 Small Devices */
@media (max-width : 319px){

ul {
	margin-top: 20px;
	text-align: center;
}

.logo img {
    height: 100px;
}

li {
    font-size: 12px;
}

.footer {
    margin-top: 440px;
}

}

/* Extra Small Devices */
@media (min-width : 320px) and (max-width : 480px){

ul {
	margin-top: 20px;
	text-align: center;
}

.logo img {
    height: 100px;
}

li {
    font-size: 14px;
}

.footer {
    margin-top: 440px;
}

}

/* Small Devices */
@media (min-width : 481px) and (max-width : 768px){

ul {
	margin-top: 20px;
	text-align: center;
}

.logo img {
    height: 100px;
}

.footer {
    margin-top: 440px;
}

}

/* Meduum Devices */
@media (min-width : 767px) and (max-width : 992px){

ul {
	margin-top: 20px;
	text-align: center;
}

.logo img {
    height: 100px;
}

.footer {
    margin-top: 440px;
}

}

/* Large Devices */
@media (min-width : 993px) and (max-width : 1200px){

ul {
	margin-top: 30px;
}

.footer {
    margin-top: 410px;
}

}

 /* Extra Large Devices */
@media (min-width : 1201px) {

}