/*....................Document styling....................*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #333333;
    color: #fff;
}

html {
    background-color: #fff;

    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    background-image: url('img/background_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 100vh;
}



/*........................................*/


/*....................Reuseable code....................*/
.topnav {
    max-width: 1140px;
    margin: 0 auto 0 auto;
    margin-bottom: 10px;
    background: transparent;
}

.row {
    max-width: 1140px;
    margin: 0 auto 0 auto;
    margin-bottom: 10px;
    padding: 40px 0;
    background: transparent;
}


/*....................header styling....................*/
header {
    background-image: url('img/background_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 70vh;
}

.hero-text-box-left {
    position: absolute;
    width: 1140px;
    left: 30%;
    top: 10%;
}

.logo {
    height: 120px;
    width: auto;
    margin-top: 150px;
    margin-bottom: 30px;
    margin-left: 40%;
    border: 1px solid #e67e22;
    border-radius: 30px;
}

/*....................h1....................*/
h1 {
    margin: 0;
    color: #d35400;
    font-size: 350%;
    letter-spacing: 1px;
    margin-bottom: 10px;
    background: transparent;
}

/*....................h2....................*/
h2 {
    margin: 0;
    color: #d35400;
    font-size: 175%;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 15px;
    background: transparent;
}



/*....................BUTTONS....................*/
.btn {
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 80%;
    text-decoration: none;
    border-radius: 300px;
    color: #000000;
    margin-right: 5px;
    transition: background-color 0.5s, border 0.5s, color 0.5s;
}

.btn-full:link,
.btn-full:visited {
    background-color: #e67e22;
}

.btn-full:hover,
.btn-full:active {
    background-color: #b05d14;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
    float: right;
}

.btn-ghost:hover,
.btn-ghost:active {
    background-color: #e67e22;
    color: #000000;
}

/*........................................*/


/*....................SECTIONS....................*/

.section-main,
.section-contact {
    background-image: url('img/background_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 70vh;
    letter-spacing: 1px;
    position: relative;
}

.box1 {
    padding: 1%;
    background: transparent;
}

.box2 {
    padding: 1%;
    background: transparent;
}

.list_1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: right;
}

.list_2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    float: right;
    background: transparent;
}

li {
    background: transparent;
    padding: 15px 5px;
    padding-right: 50px;

}

/*....................PARAGRAPHS....................*/
.long-copy {
    line-height: 145%;
    font-size: 25px;
    background: transparent;
}

/*....................FOOTER....................*/
footer {
    color: #000000;
    text-align: center;
    padding: 10px;
    font-weight: 300;
}
