body{
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: 0 -240px;
    background-size: 100%;
    padding-top: 25%;
}
.container{
    width: 950px;
}
.nav-links:hover{
    transform: scale(1.1);
}
.flex-nav{
    width: 900px;
}
.landingPage{
    background-position: 490px 110px;
    background-size: 710px;
}
.landingPage p{
    margin-left: 0;
    width: 56%;
}
.articleTxt{
    display: inline-block;
    width: 420px;
    margin: 10px 10px 0px 50px;
    font-size: 20px;
    padding-left: 4px;
    border-left: solid grey;
}
.articleCont{
    font-size: 20px;
    padding-left: 45px;
    padding-left: 5px;
}
.container .slider{
    display: block;
    position: relative;
    width: 390px;
    height: 300px;
    margin: 15px 10px 0px 50px;
    font-size: 20px;
    user-select: none;
    float: left;
}
/*Next photo button for Slider*/
.arrowChange,.arrowChangeL{
    position: absolute;
    top: calc(50%);
    height: 60px;
    width: 40px;
    background-color: rgba(0, 0, 0, .2);
}
.arrowChangeL{
    right: -35px;
}
.arrowChange:before,
.arrowChange:after,
.arrowChangeL:before,
.arrowChangeL:after{
    content: "";
    position: absolute;
    background-color: white;
    transform: rotate(-45deg);
    width: 40px;
    height: 5px;
}
.arrowChange::before,.arrowChangeL:before{
    top:15px
}
.arrowChange::after{
    transform: rotate(45deg);
    bottom: 15px;
}
.arrowChangeL:before{
    transform: rotate(45deg);
}
.arrowChangeL::after{
    transform: rotate(-45deg);
    bottom: 15px;
}

.slider img{
    width: 109%;
    height: 100%;
}
.container h1{
    line-height: 1.1;
    font-size: 50px;
    font-weight: 700;
    width: 900px;
    margin: 10px 10px 20px 10px;
}
/* Form */
#Contact .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section input[type=text]{
    width: 600px;
    height: 20px;
    border-radius: 5px;
    border: solid 1px gray;
    margin-bottom: 10px;
}
textarea{
    resize: none;
    width: 100%;
    border: solid 1px gray;
    border-radius: 5px;
    margin-bottom: 10px;
}
section input[type=submit]{
    float: right;
    margin-right: 0;
}
/* Switch card */
#switchCard{
    width: 500px;
    margin: 0 auto;
    position: relative;
}
.content p{
    padding: 30px 30px 50px 30px;
    font-size: 18px;
}