@CHARSET "UTF-8";

img {
	height: 550px;
	width: 100%;
}

#logo {
	width: 320px;
	height: 140px;
}

#trial {
	margin-top: 0;
	height: 300px;
	margin-bottom: 15px;
	background-image: url("http://www.megasuryacranerental.com/pics/crane-2421131_1920.jpg");
	background-size: cover;
	background-position: 40%;
}

.company-information {
	border-style: black;
	text-align: center;
	position: absolute;
	top: 175px;
	left: 875px;
	color: white;
}

.customers {
	margin-top: 30px;
	height: 250px;
	text-align: center;
}

.customers h3 {
	text-align: left;
	font-size: 15pt;
}

#about {
	padding-left: 100px;
	padding-right: 100px;
}

#about h1 {
	text-align: center;
	font-size: 30pt;
}

.images img {
	width: 200px;
	height: 200px;
	margin: 50px;
}

hr {
	width: 95%;
}

@media only screen and (max-width: 640px) {
    .footer {
        margin-top: 1300px;
    }
    .company-information {
        display: none;
    }
    #trial {
        width: 100%;
        height: 200px;
        margin-top: 60px;
    }
    .navbar {
        top: 0;
        position: fixed;
        width: 100%;
    }
    #head {
        position: absolute;
        top: 4px;
    }
    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
        height: 80px;
        z-index: 10;
    }
    .navbar-toggle {
        margin-top: 1px;
    }
    .navbar-nav {
        background: black;
        z-index: 15px;
    }
}