/*----------
Font Styles
----------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&display=swap');

body {
    font-family: 'Josefin Sans', sans-serif !important;
}

.body-text {
    font-weight: 300;
}

.headline-large {
    font-weight: 700;
    font-size: 32px;
}

.headline-medium {
    font-weight: 600;
    font-size: 25px;
}

.headline-small {
    font-weight: 400;
}

/*---------
Colors
----------*/
* {
    color: white;
}

/*---------
Navbar
----------*/
.nav-colored {
    background-color: #fff;
    color: #232323 !important;
}

.nav-transparent {
    background-color: transparent;
    color: #fff !important;
}

.navbar-brand {
    min-height: 50px;
    background-image: url(Images/white-logo.png);
    max-height: 50px;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-colored .navbar-brand {
    min-height: 50px;
    background-image: url(Images/ACMG-web.png);
    max-height: 50px;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-transparent .navbar-brand {
    min-height: 50px;
    background-image: url(Images/white-logo.png);
    max-height: 50px;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-link {
    text-transform: uppercase;
    line-height: 50px;
    color: white !important;
}

.nav-colored .nav-link {
    color: inherit !important;
}

.nav-transparent .nav-link {
    color: white !important;
}

/*---------
Jumbotron
----------*/
.header {
    margin-top: -100px;
    height: 90vh;
    background-image: url(Images/try.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    margin-bottom: 0px;
}

.header .container {
    height: 40vh;
    margin-top: 25vh;
}

/*---------
Data
----------*/
.data-start {
    background-color: #141316;
    padding: 60px 0px;
}

.data-start .row {
    margin-top: 40px;
}

.data-start .headline-medium {
    margin-bottom: 0px !important;
}

.data-start .far,
.data-start .fas {
    font-size: 4rem;
    opacity: 0.5;
}


/*---------
Services
----------*/
.services {
    padding: 60px 0px;
}

.services i {
    background-color: #f1b655;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding-top: 15px;
    margin-bottom: 15px;
}

.services .body-text {
    width: 66%;
    margin-left: 16%;
    height: 360px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stdBtn {
    color: #f1b655;
    margin-bottom: 30px;
}

.service-card {
    border: 1px solid #f7f7f7;
    padding: 30px 0px;
    margin-bottom: 30px;
    border-bottom: 3px solid #f1b655;
}

/*---------
Enjoy
----------*/
.enjoy .jumbotron {
    padding: 0px !important;
    max-height: 500px;
    overflow: hidden;
    background-color: #141316;
}

.enjoy .content {
    padding: 150px 30px 150px 150px;
}


/*---------
Gallery
----------*/
.gallery {
    padding: 60px 0px;
}

/*---------
About
----------*/
.about {
    padding: 0px 0px 60px 0px;
}

.gallery .body-text {
    width: 60%;
    margin-left: 20%;
}

.first {
    background-image: url(Images/01.jpg);
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.second {
    background-image: url(Images/02.jpg);
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.third {
    background-image: url(Images/03.jpg);
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.fourth {
    background-image: url(Images/04.jpg);
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.first:hover,
.second:hover,
.third:hover,
.fourth:hover {
    background-position: center center;
}

.gallery .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    height: 100%;
    line-height: 300px;
    font-size: 1.5rem;
    display: none;
}

.first:hover > .overlay,
.second:hover > .overlay,
.third:hover > .overlay,
.fourth:hover > .overlay {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}


/*----------
Contact Form 
---------*/
.contact-form p {
    text-align: center;
}

.contact-form {
    background-color: #141316;
    color: white;
}

.form {
    padding: 30px 30px !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgba(0, 0, 0, 0.4) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4) !important;
}

::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.custom-select {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.4) !important;
}

input,
select,
textarea {
    border: none !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 0px !important
}

/*----------
Logo Carousel
----------*/
.carousel-brand img {
    max-height: 100px;
}

.carousel-brand {
    text-align: center;
    padding: 60px 0px;
    background-color: #141316;
    margin-top: -32px;
}

/*----------
Contact Us
----------*/
.contact-us .fas,
.contact-us .far {
    font-size: 2rem;
}

.contact-us {
    background-color: #141316;
    padding: 60px 0px;
}

#contactus .container-fluid {
    padding-left: 0px !important;
}

/*----------
Footer
----------*/
.footer {
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fa-facebook-f {
    color: #3B5998;
}

.fa-twitter {
    color: #55ACEE;
}

.fa-instagram {
    background: -webkit-linear-gradient(#fdf497, #fdf497, #fd5949, #d6249f, #285AEB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .fab {
    font-size: 1.5rem;
    padding: 0px 15px;
}

.footer .body-text {
    padding: 30px;
}

/*---------
Animtions
----------*/
.aos-item {
    display: flex;
    float: left;
    width: auto !important;
    height: auto !important;
    padding: auto !important;
}

.btn-primary {
    background-color: #f1b655;
    border: none;
    color: black;
}

*::placeholder {
    color: white;
}

input, select, textarea {
    background-color: white!important;
    border-radius: 6px!important;
}
