/******** CSS ********/

/* This project is finished */

/*  
Website
by Elias Andrews 
*/

@charset "UTF-8";

/******** Colors ********/


/******** Text ********/

h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    font-size: 40px;
    text-align: center;
    color: #383635;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #383635;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    font-size: 21px;
    text-align: center;
    color: #383635;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    color: #383635;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    color: #383635;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    color: #383635;
}

.bold {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    color: #383635;
}

.semi-bold {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: #383635;
}

/******** Elements ********/

img {
    max-width: 100%;
}

button {
    background: #fff;
}


/******** Segments ********/

.logo {
    margin-top: 24px;
    text-align: center;
}

.intro {
    margin-top: 152px;
    margin-bottom: 64px;
}

.intro button {
    margin-top: 40px;
}

.intro2 {
    margin-top: 80px;
    margin-bottom: 104px;
}

.intro2 button {
    margin-top: 24px;
}

.segmentline p {
    margin-top: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #DDD;
}

.segment01 {
    margin-top: 40px;
    margin-bottom: 16px;
}

.segment01 h2 {
    margin-top: 56px;
}

.segment01 p {
    margin-top: 16px;
}

.segment02 {
    margin-top: 16px;
    margin-bottom: 40px;
}

.segment02 h2 {
    margin-top: 56px;
}

.segment02 p {
    margin-top: 16px;
}

.segmentpost {
    margin-top: 40px;
    margin-bottom: 40px;
}

.segmentpost h4 {
    margin-top: 24px;
}

.segmentpost p {
    margin-top: 8px;
}

.segmenttweet {
    margin-top: 40px;
    margin-bottom: 40px;
}

.segmentvideo {
    margin-top: 40px;
    margin-bottom: 40px;
}

.segmentpage h2 {
    margin-top: 56px;
}

.segmentep img {
    margin-top: 40px;
    margin-bottom: 8px;
}

.segmentep h3 {
    margin-top: 32px;
}

.segmentep h4 {
    margin-top: 56px;
    color: #929292;
}

.segmentep p {
    margin-top: 16px;
}

.segmentep img {
    margin-top: 40px;
}

.segmentep h3 {
    margin-top: 32px;
}

.segmentep h4 {
    margin-top: 56px;
    color: #929292;
}

.segmentep h5 {
    margin-top: 40px;
}

.segmentlongimage p {
    margin-top: 16px;
}

.segmentabout {
    margin-top: 16px;
}

.segmentabout h3 {
    margin-top: 64px;
}

.segmentabout p {
    margin-top: 32px;
}

.segmentaboutspace {
    margin-top: 64px;
}

.bottombar {
    margin-top: 104px;
    min-height: 136px;
    background: radial-gradient(99.1% 10635.48% at 0.9% 50.36%, #6D6D6D 0%, #9A9A9A 100%);
}

.bottombar h2 {
    margin-top: 46px;
    margin-bottom: 46px;
}

.rights {
    background: #383635;
    margin-top: 120px;
}

.rights p {
    font-size: 13px;
    margin-top: 12px;
}

/******** Contact Form ********/

.contact-form {
    background: #fff;
    margin-top: 16px;
    margin-bottom: 64px;
}

.contact-form .form-control{
    border-radius:0.3rem;
}

.contact-image img{
    border-radius: 1rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 24px;
    margin-top: -10%;
    text-align: center;
    color: #383635;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #fff;
    font-weight: 600;
    color: #383635;
    cursor: pointer;
}

#hidden-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#submit_button {
    margin-top: 4rem;
}

#back_home {
    text-align: center;
    margin-top: 3rem;
    font-size: 0.875rem;
}
