/* ------------------------------------------------ */
                /* html */
/* ------------------------------------------------ */
 

html {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/background.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
    font-weight: 300;
    font-size: 18px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #9d9d9d;
    font-family: 'Poiret One', cursive, 'Arial';
    letter-spacing: 1px;
    text-align: justify;
} 

.inner {
    width: 900px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: rgba(232, 232, 232, 0.85);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 5px 5px #000;
}

a:link,
a:visited {
    color: #663300;
    text-decoration: none;
    padding-bottom: 1px;
    transition: border-bottom 1s, color 0.2s;
    font-size: 120%;
    margin-right: 5px;
}

a:hover,
a:active {
    color: #deb887;
    border-bottom: 1px solid #deb887;
    transition: border-bottom 2s, color 0.2s;
}

.head-img {
    width: 765px;
    border-radius: 10px;
    border: 2px ridge #c63;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/* ------------------------------------------------ */
                /* Headings */
/* ------------------------------------------------ */

h1 {
    text-transform: uppercase;
    color: #407ac9;
    font-size: 300%;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}

h2 {
    width: 270px;
    padding-left: 15px;
}

.img-detail {
    border: 2px ridge #c63;
    margin-right: 20px;
}



/* ------------------------------------------------ */
                /* List*/
/* ------------------------------------------------ */

.list ul li {
    font-size: 25px;
    margin: 15px;
    list-style-type: circle;
    font-size: 120%;
    line-height: 120%;
    text-transform: capitalize;
    line-height: 1.5;
}


/* ------------------------------------------------ */
                /* Paragraphs*/
/* ------------------------------------------------ */

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

/* ------------------------------------------------ */
                /* image */
/* ------------------------------------------------ */

.image img {
    width: 98%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}


/* ------------------------------------------------ */
                /* Line */
/* ------------------------------------------------ */

.sexy-line {
    display: block;
    border: none;
    color: white;
    height: 10px;
    background: black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}


/* ------------------------------------------------ */
                /*Footer*/
/* ------------------------------------------------ */

footer {
    background-color: #333;
    padding: 50px;
    font-size: 80%
}

footer p {
    text-align: center;
    margin-top: 20px;
    color: #888;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #000;
    
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    transition: color 1s;
}

.ion-logo-facebook:hover {
    color: #3b5998;
}
.ion-logo-twitter:hover {
    color: #00aced;
}
.ion-logo-googleplus:hover {
    color: #dd4b39;
}
.ion-logo-instagram:hover {
    color: #517fa4;
}
.ion-logo-linkedin:hover {
    color: #007bb6;
}
.ion-logo-youtube:hover {
    color: #bb0000;
}

/* ------------------------------------------------ */
                /*Footer*/
/* ------------------------------------------------ */

.copywrite {
    text-align: center;
}

.copywrite-property {
    text-align: center;
    text-transform: uppercase;
    color: #ff0000;
    letter-spacing: 1px;
    font-size: 23px;
}

