body{
	background-color: #596569;
}

#welcomeDiv{
    margin-left: 25%;
    margin-right: 45%;
    margin-top: 15em;
    text-align: center;
    height: auto;
    width: 35vw;
}

.flip-horizontally {
  transform: scaleX(-1);
}

#welcomeDiv p{
    margin-top: 1vw;
    font-size: 1.5vw;
    color: black;
}

#welcomeDiv h1{
    font-size: 5vw;
    color: black;
    margin-bottom: 0;
}

#homeWrapper{
    height: 75%;
    width: 25%;
    position: fixed;
    left: 75%;
    top: 25%;
}

#line p{
    margin-bottom: 0;
    margin-top: 0;
	height: 0.5vw;
	width: 35vw;
	position: absolute;
	background-color: black;
}

#button{
	position: absolute;
	margin-left: 50px;
}

#button p{
	width: 125px;
	height: 50px;
	border-radius: 5px;
	background-color: red;
}

#button a{
	text-decoration: none;
	color: white;
	text-align: center;
}

#button a:hover{
	font-weight: bold;
}

#footer{
    width: 100%;
    background-color: rgb(45,45,45);
    color: white;
}

#underconstruction{
    margin-top: 0.5em;
    width: 100%;
    height: 3.5vw;
    background-image: url("../images/construction.jpg");
    background-repeat: repeat-x;
}

#underconstruction h1{
    color: lightyellow;
    font-size: 2.5vw;
    text-align: center;
    background-color: rgba(25,25,25,0.50);
    height: 3.5vw;
}
