﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}
html {
    font-size: 10px;
}
.active {
    font-weight: 600;
}

#custTabs.active {
    border-bottom: 2px solid rgb(67, 137, 199);
}
.btn-add, .btn-add:hover {
    border: 1px solid tomato;
    color: tomato;
    cursor: pointer;
    border-radius: 5px;
    background-color:white;
}
    .btn-add:hover {
        background-color: tomato;
        color:white;

    }
.instagram a {
    text-decoration: none;
    color: black;
}

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}
.demoButton a {
    color: black;
    box-shadow: 0 0 1px black;
}
.demoButton a:hover {
        background-color: antiquewhite;
}
/* Dropdown meny */
.mainDropDown  {
    align-content: flex-start;
}

    .mainDropDown a {
        color: grey;
        border: none;
    }

    .mainDropDown a:focus {
            outline: 2px dotted lightgrey;
    }
/* Dropdown meny */
.UserDropDown {
    align-content: flex-start;
}
.UserDropDown btn {
    color: grey;
    border: none;
}
.userDropDown btn:focus {
        outline: 2px dotted lightgrey;
}
/*Dropdown menu form primary contact*/ 
select#PrimaryContactDropDown {
    -webkit-appearance: button;
    -webkit-border-radius: 0px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: rgb(249, 249, 249);
    border: 0px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-link.active, .dropdown-link:active {
    color: black;
    background-color: transparent;
}

.dropdown-link:hover {
    text-decoration: underline;
}

/*.nav-item {
    padding: 0 1rem;
}*/

@media (max-width:576px) {
    .carousel-caption {
        font-size: 0.8rem;
    }
}

.carousel-link.active,
.carousel-link-next,
.carousel-link-prev {
    display: block;
}

.carousel-inner img {
    margin: auto;
    width: 100%;
    height: auto;
}


#mainCarousel > .carousel-indicators > .active {
    background-color: tomato;
}

#mainCarousel .carousel-caption {
    border-left: 2px solid tomato;
    color: white;
    xright: 58%;
    text-align: center;
    max-width: 400px;
    left: 1px;
    top: 0px !important;
    /*top: 50%; */
    xtransform: translateY(-50%);
    xbottom: initial;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    height: 100%;
}

.instagram-wrap {
    background: lightgrey;
}

.address div {
    margin-left: 1em;
    text-indent: -1em;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    html {
        font-size: 0.8rem;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    html {
        font-size: 1.0rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html {
        font-size: 1.0rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html {
        font-size: 1.0rem;
    }
}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {
}



