* {
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    font-family:"Roboto", sans-serif;
}
section {
    min-height:100vh;
    background-image:linear-gradient(rgba(0,0,0,0.60),rgba(0,0,0, 0.6)), url("image.jpg");
    background-repeat: no-repeat;
    background-size:cover;
}
.container{
    width:85%;
    margin:auto;
}
nav{
    height:80px;
}
nav h1{
    float:left;
    line-height:80px;
    font-size:35px;
    font-family:"Times New Roman";
    font-size:inline;
    color:#eb7620;
}
nav ul{
    float:right;
    line-height:80px;
}
nav ul li{
    display:inline-block;
    list-style:none;
    padding:0px 5px;
}
nav ul li a{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:5px;
    padding:7px 8px;
}
nav ul li a:hover {
    background-color:#eb7620;
    transition: 0.5s ease;
}
nav ul li .active {
    background-color:#eb7620;
}
.article {
    width:50%;
    margin:auto;
    text-align:center;
    transform:translatey(25vh);
}
.article h1 {
    font-size:36px;
    color:#fff;
    letter-spacing:1.5px;
    font-weight:800;
    margin-bottom:50px;
}
.article p {
    font-size:18px;
    color:#7e7e7e;
    line-height:1.5;
    margin-bottom:50px;
}
.article .btn {
    color:#fff;
    padding:12px 25px;
    letter-spacing: 1.5px;
    text-transform:uppercase;
    text-decoration:none;
    background-color:#f15048;
}
.article .btn:hover {
    background-color:#4399fa;
    transition: 0.5s ease;
}

section-1 {
    padding:40px 0;
}
section-1 h3 {
    text-align:center;
    margin-bottom:20px;
}
section-1 ul {
    margin:10px 0;
}

footer {
    background-color:#333;
    color:#fff;
    text-align:center;
    padding:50px;
}
footer p {
    margin: 5px 0;
}
footer h3 {
    font-size:30px;
    padding-bottom:30px;
}
.con-container {
    padding:50px;
    background-color:lightgray;
    text-align:center;
    align-items:center;
}
.con-container h3 {
    font-size:30px;
    padding-bottom:25px
}
.con-container p {
    font-size:20px;
    padding:8px;
    color:rgb(2, 2, 41);
    font-family:"Copperplate";
}

.con-con h3 {
    font-size:30px;
    padding-bottom:25px;
}
.con-con p {
    font-size:20px;
    padding:8px;
    color:rgb(2, 2, 41);
    font-family:"Copperplate";
}
.con-con {
    padding:50px;
    background-color:white;
    text-align:center;
    align-items:center;
}