body {
	background-color:#ffc501;
}

.picaltair img{
	max-width:100%;
	max-height:100%;
}
.picaltair{
	text-align:center;
}

.picaltair12{
font-family: 'Roboto', sans-serif;
font-size:20px;
}
.picaltair1{
font-family: 'Roboto', sans-serif;
font-size:18px;
color:#1e1e1e;
}
.picaltair3{
padding-bottom:20px;
text-decoration:none;
}
.picaltair3 a{
color:#1e1e1e;
text-decoration:none;
}
.picaltair1:hover{
background-color:#ffe485;
}
.borderstyle1{
	border: 1px solid #474746;
    box-shadow: 0 0 8px rgba(0,0,0,0.3); 
	padding-left:80px;
	padding-right:80px;
}
.midstyle{
	padding-top:60px;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
}
.midstyle2{
	padding-top:70px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:center;
	color:#373737;
}
.midstyle3{
	font-size:17px;
}

#leftmenu a {
    position: absolute; /* Position them relative to the browser window */
    left: -88px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding: 15px; /* 15px padding */
    text-decoration: none; /* Remove underline */
    font-size: 20px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
	text-align:right;
}
#leftmenu a:hover {
    left: 0; /* On mouse-over, make the elements appear as they should */
	z-index:1;
}
#about {
    top: 55px;
    background-color: #8f181b;
	z-index:1;
}
.footer{
	text-align:center;
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}
.build {
	font-size:90px;
	color:#ffffff;
}
.buildt{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color:#494949;
}
.imgcenter{
	text-align:center;
}

.phonestyle{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align:center;
}

@media screen and (max-width: 980px) {
	.borderstyle1{
	margin-left:5%;
}
	
}