/* green = padding */
/* orange = margin */

/* fonts:
font-family: 'Kanit', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Fredoka', sans-serif;
font-family: 'Quicksand', sans-serif;
 */

 /* COLOR
#9DB2BF
#DDE6ED
 */
 
 /* ------------------------------------------- */

/* fonts */
h1 {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 5rem !important;
}

h2 {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 4.25rem;
}

h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
}

h4 {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 2.75rem;
}

h5 {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 2.0rem;
}

h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
}

p {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
}

li {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
}

a {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
}

/* ------------------------------------------- */

/* classes & id*/
.sameline {
    display:inline-block;
}

.side-margins {
    margin-left: 20%;
    margin-right: 20%;
}

.smaller-side-margins {
    margin-left: 7%;
    margin-right: 7%;
}


.side-paddings {
    padding-left: 20%;
    padding-right: 20%;
}

.left-padding-delete {
    padding-left: 0;
}

.bottom-padding-delete {
    padding-bottom: 0;
}

.margin-delete{
    margin: 0px !important;
}

.padding-delete{
    padding: 0;
}


@media screen and (max-width: 1200px) {
    .side-margins {
        margin-left: 10%;
        margin-right: 10%;
    }

    .side-paddings {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.right {
    text-align: right;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.background-center {
    background-position: center center;
    background-repeat: no-repeat;
}

.border-delete {
    border: 0;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-30 {
    border-radius: 20px;
}

.border-radius-40 {
    border-radius: 40px;
}

#heading {
    font-size: 10rem !important;
    padding-top: 80px;
}

#hero-heading{
    font-size: 10rem !important;
}

#view_prototype {
    font-size: 1.8rem;
    color: #0d6efd;
}

#view_prototype:hover {
    font-size: 1.8rem;
    color: #F1B4BB;
}

button {
    background-color: #1F4172;
}

button:hover {
    background-color: #F1B4BB;
}

#process_button {
    font-size: 1.125rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    background-color: white;
}

#process_text {
    text-decoration: none;
    color: rgb(141, 141, 141);
}

#process_text:hover {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

hr {
    margin-top: 0;
    border-width: 3px;
    color: black;
    opacity: 100;
}

.blue-shadow {
    box-shadow: 4px 4px 15px #1F4172 !important;
}

.shadow {
    box-shadow: 4px 4px 15px rgb(226, 226, 226) !important;
}

.grey-shadow {
    box-shadow: 4px 4px 15px rgb(143, 143, 143) !important;
}

.black-shadow {
    box-shadow: 4px 4px 15px rgb(0, 0, 0) !important;
}

.red-shadow {
    box-shadow: 4px 4px 15px rgb(255, 0, 0) !important;
}

.white {
    background-color: white;
}

.white-text{
    color: white;
}

.black {
    background-color: black;
}

.black-text {
    color: black;
}

.primary-color{
    color: #1F4172 !important;
}

.background-primary-color{
    background-color: #1F4172 !important;
}

.accent-color{
    color: #F1B4BB !important;
}

.background-accent-color{
    background-color: #F1B4BB !important;
}

.secondary-color{
    color: #DDE6ED !important;
}

.background-secondary-color{
    background-color: #DDE6ED !important;
}

.background-black {
    background-color: black !important;
}

.white-border{
    border-color: white !important;
}

#color-hex {
    font-size: 1rem;
}

#top_button {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 10;
    border: none;
    opacity: 100%;
    background-color: #1F4172;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 17px;
    padding-top: 14px;
    padding-bottom: 13px;
    border-radius: 100px;
    border-width: 2px;
    border-color: #DDE6ED;
    color: #DDE6ED;
}

#top_button:hover {
    background-color: #F1B4BB;
}

#chevron-up {
    font-size: 2rem;
    width: 30px;
}

.border-width-5{
    border-color: black;
    border-style: solid;
    border-width: 10px;
}

.border-width-10{
    border-color: black;
    border-style: solid;
    border-width: 5px;
}

.anchored::before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 120px;
    margin-top: -150px;
}

#hero{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: auto;
}

#design-process{
    z-index: 5;
    background-color: white;
    padding: 1.5%;
    float: none;
    position: fixed;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 30px rgb(226, 226, 226);
    width: max-content;
}

.pad-bottom{
    padding-bottom: 150px;
}

.pad-top{
    padding-top: 150px;
}

.small-pad {
    padding-top: 50px;
}

.full-page{
    height: 100vh;
}

.data{
    font-size: 5rem !important;
}

.bold {
    font-weight: bold;
}

#next-project{
    text-decoration: none;
    color: #dde6edab;
}

#next-project:hover{
    text-decoration: none;
    color: white;
}

/* next button */
.next-back-button {
    font-size: 3rem;
}

.carousel-control-next {
    color: #1F4172;
    opacity: 100;
}

.carousel-control-next:hover {
    color: #F1B4BB;
    background-color: rgba(255, 255, 255, 0);
    opacity: 100;

} 

.carousel-control-next:focus {
    color: #1F4172;
    opacity: 100;
} 

.carousel-control-next:active {
    color: #F1B4BB;
     opacity: 100;
} 

/* previus button */
.carousel-control-prev {
    color: #1F4172;
    opacity: 100;
}

.carousel-control-prev:hover {
    color: #F1B4BB;
    background-color: rgba(255, 255, 255, 0);
} 

.carousel-control-prevnext:focus {
    color: #1F4172;
     opacity: 100;
} 

.carousel-control-prev:active {
    color: #F1B4BB;
     opacity: 100;
} 

.grey-text {
    color: #1F4172;
}

.left-card-margin {
    padding-left: 25px; 
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.right-card-padding {
    padding-left: 0;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
}


#brand-logo {
    width: 40px;
    float: none;
    background-color: white;
    /* box-shadow: 8px 8px 30px rgb(226, 226, 226); */
    z-index: 5;
    /* top: 1%; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

#brand-logo:hover {
    content: url('images/project photos/H\ \(pink\).png');
}

#get-in-touch:hover {
    color: white !important;
    text-decoration: underline !important;
}

#footeritems:hover {
    color: #1F4172 !important;
    text-decoration: underline;
}

#footeritems-light:hover {
    color: #DDE6ED !important;
    text-decoration: underline;
}
/* ------------------------------------------- */

/* navbar */
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#email {
    color: #DDE6ED;
    padding-right: 0px !important;    
}

#email:hover {
    color: #F1B4BB !important;
    text-decoration: underline !important;
}

#navigation-bar{
    transition: top .8s;
}

.navbar {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    background-color: #1F4172 !important;
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75); */
    /* top: 1%; */
    height: 50px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7%;
    padding-right: 7%;
    position: fixed;
}

.nav-link{
    font-size: 1.3rem;
    font-weight: 500;
    color: white;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0;
    padding-bottom: 0;
}

/* old nav link */
/* .nav-link{
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(141, 141, 141);
} */

.nav-link:hover {
    color: #F1B4BB;
}

.navbar-toggler {
    background-color: #DDE6ED !important;
}

#pfp {
    margin-left: 32.4px;
    margin-bottom: 50px;
}

/* ------------------------------------------- */

/* landing */
.landingtext {
    height: 100vh;
    padding-top: 38%;
    font-size: 1.75rem;
    font-weight: 300;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

@media screen and (max-width: 900px) {
    .landingtext {
        font-size: 1.75rem;
    }
}

#landing-hero {
    background-color: #1F4172;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: auto;
}

/* ------------------------------------------- */

/* projects */
.card {
    margin-bottom: 5%;
}

.card-body {
    background-color: transparent;
    margin: 10%;
    padding: 0;
}

#project_card {
    border-width: 0px;
    background-color: transparent;
}}

.container {
    position: relative;
    width: 50%;
  }
  
.image {
display: block;
width: 100%;
height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background-color: rgba(0, 0, 0, 0.374);
    padding: 10%;
}
  
.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-title {
    text-decoration: none;
    color: white;
}

.card-text {
    text-decoration: none;
    color: white;
}

/* ------------------------------------------- */

/* footer */
#footer {
    text-align: center;
    color: #1F4172;
}

#footer1 {
    position: absolute;
    left: 7%;
}

#footer3 {
    position: absolute;
    right: 7%;    
}

/* MOBILE */
@media (min-width: 360px) and (max-width: 768px) { 
    p{
        font-size: 1.0rem;
    }
    
    a{
        font-size: 1.0rem;
    }

    li{
        font-size: 1.0rem;
    }

    #heading {
        font-size: 3.3rem !important;
    }

    #hero-heading {
        font-size: 3.3rem !important;
    }

    #project_name {
        font-size: 1.8rem !important;
    }

    #view_prototype {
        font-size: 1.0rem;
    }

    h1 {
        font-size: 2.8rem !important;
    }

    h2{
        font-size: 2.2rem !important;
    }

    h3{
        font-size: 1.9rem !important;
    }

    h4{
        font-size: 1.8rem;
    }

    h5{
        font-size: 1.5rem;
    }

    h6{
        font-size: 1.3rem;
    }

    .navbar {
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        background-color: #1F4172 !important;
        top: 1%;
        width: auto;
        text-align: center;
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 2%;
        padding-right: 2%;
        position: fixed;
    }

    .side-margins {
        margin-left: 35px;
        margin-right: 35px;
    }

    button{
        font-size: 1.0rem !important;
    } 

    #phone{
        margin-bottom: 50px;
    }

    #design-process{
        display: none;
    }

    .data{
        font-size: 3rem !important;
    }

    #left-card-padding {
        padding-right: 0px; 
        padding-left: 0px;
        padding-bottom: 10px;
    }
    
    #right-card-padding {
        padding-right: 0px;
        padding-left: 0px; 
        padding-bottom: 10px;
    }

    .landingtext {
        height: 100vh;
        padding-top: 80%;
        font-size: 1.75rem;
        font-weight: 300;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pad-top {
        padding-top: 80px;
    }

    .pad-bottom {
        padding-bottom: 80px;
    }

    .small-pad {
        padding-top: 20px;
    }

    #storyboard {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-left: 30px;
        margin-right: 30px;
        width: 80% !important;
    }

    #pfp {
        margin-left: 0px !important;
        margin-bottom: 50px;
    }

    #email {
        font-size: 1.5rem !important;
    }

    /* footer */
    #footer {
        text-align: center;
        color: #1F4172;
    }

    #footer1 {
        position: absolute;
        left: 30px;
    }

    #footer3 {
        position: absolute;
        right: 30px;    
    }

    #barnvagn-embed {
        width: 100% !important;
        height: 500px !important;
    }

}

/* TABLET */
@media (min-width: 768px) and (max-width: 1200px){

}
